input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
 }


.notice_wrap {
    padding-bottom:100px;
}

.notice_list_wrap table {
    width: 100%;
}

.notice_list_wrap table thead tr {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #dcdcdc;
    background-color:#fbfafa;
}

.notice_list_wrap table thead tr th {
    padding: 18px 3px;
    text-align: center;
    color: #4e4e4e;
    font-family: 'Malgun Gothic','맑은 고딕';
    font-size: 14px;
}

.notice_list_wrap table tbody tr {
    border-bottom: 1px solid #eaeaea;
}

.notice_list_wrap table tbody tr td {
    padding: 12px 5px;
    color: #313131;
    font-size: 15px;
    font-family: 'Malgun Gothic','맑은 고딕';
    text-align: center;
    line-height: 1.5;
    letter-spacing:-0.08em;
}

.notice_list_wrap table tbody tr td.notice>span {
    font-weight: bold;
}

.notice_list_wrap table tbody tr td.notice>span:before {
    content:'\f028';
    display:inline-block;
    text-align:center;
    font-family:'FontAwesome';
    width:34px;
    font-weight:normal;
    height:34px;
    line-height:34px;
    border-radius:100%;
    color:#fff;
    background-color:#738cc8;
    font-size:18px;
    margin-right:8px;
}
/* 
.notice_list_wrap table tbody tr td.reply>span:before {
    content:'\f178';
    color:#3cafe3;
    font-size:18px;
    margin-right:8px;
    font-family:'FontAwesome';
} */

.notice_list_wrap table tbody tr td:nth-child(2) {
    text-align:left;
}

.notice_list_wrap table tbody tr td.title {
    text-align: left;
    padding: 12px 20px;
}

.notice_list_wrap table tbody tr td:last-child {
    border-right: none;
}

.notice_list_wrap table tbody tr td .reaction_wrap {
    margin-top: 10px;
}

.notice_list_wrap table tbody tr td .reaction_wrap span {
    display: inline-block;
    margin-right: 15px;
}

.notice_list_wrap table tbody tr.last_total {
    background: #f9f9f9;
    border-top: 2px solid #eaeaea;
}

.notice_list_wrap table tbody tr.last_total td {
    font-weight: 600;
    text-align: right;
}

.notice_list_wrap table tbody tr.last_total td:nth-child(1) {
    text-align: center;
}

.notice_list_wrap table tbody tr.notice {
    background-color: #f9f9f9;
}

.notice_list_wrap table tbody tr.notice td:first-child {
    color: #dd6385;
    font-family: 'NotoKrB';
}

@media screen and (min-width:768px) {
    .notice_list_wrap table tbody tr.notice td:nth-child(2) {
        font-family: 'NotoKrB';
    }
}

.notice_wrap .tab_menu {
    margin:0 auto 70px;
    width:100%;
    max-width:700px;
}

.notice_wrap .tab_menu li {
    width:33.333334%;
    float:left;
    height:60px;
}

.notice_wrap .tab_menu li a {
    display:block;
    line-height:60px;
    text-align:center;
    color:#333;
    font-size:20px;
    font-family:'NotoKrR';
    border:1px solid #dcdcdc;
}

.notice_wrap .tab_menu li.active a {
    background-color:#738cc8;
    color:#fff;
}

.notice_wrap .tab_menu li:nth-child(2) a {
    border-left:none;
    border-right:none;
}

.notice_list_wrap .search_wrap {
    margin-bottom:25px;
}

.notice_list_wrap .search_wrap p {
    float:left;
    font-family: 'Malgun Gothic','맑은 고딕';
    font-size:18px;
    color:#777;
}

.notice_list_wrap .search_wrap p span {
    color:#000;
}

.notice_list_wrap .search_wrap form {
    width:250px;
    float:right;
}

.notice_list_wrap .search_wrap form fieldset {
    width:100%;
}

.notice_list_wrap .search_wrap form input {
    width:calc(100% - 40px);
    height:40px;
    border:1px solid #ddd;
    float:left;
    padding-left:15px;
    border-right:none;
}

.notice_list_wrap .search_wrap form button {
    width:40px;
    height:40px;
    border:1px solid #ddd;
    border-left:none;
    color:#ccc;
    text-align:center;
    line-height:35px;
    float:right;
    font-size:18px;
}

.notice_list_wrap .pagination_wrap {
    width:100%;
    text-align:center;
    margin:30px 0;
}

.notice_list_wrap .pagination_wrap a {
    display:inline-block;
    width:35px;
    color:#333;
    border:1px solid #ddd;
    border-radius:3px;
    height:35px;
    position: relative;
    line-height:35px;
    text-align:center;
    font-size:14px;
    vertical-align: top;
}

.notice_list_wrap .pagination_wrap>a {
    text-indent:-9999px;
}

.notice_list_wrap .pagination_wrap .number {
    display:inline-block;
}

.notice_list_wrap .pagination_wrap .number a.active {
    color:#fff;
    background-color:#738cc8;
}

.notice_list_wrap .pagination_wrap a.first:after {
    content:'';
    position: absolute;
    top:47%;
    left:9px;
    width:8px;
    height:8px;
    border-left:1px solid #555;
    border-bottom:1px solid #555;
    transform:rotate(45deg) translateY(-50%);
}

.notice_list_wrap .pagination_wrap a.first:before {
    content: '';
    position: absolute;
    top: 47%;
    left: 13px;
    width: 8px;
    height: 8px;
    border-left: 1px solid #555;
    border-bottom: 1px solid #555;
    transform: rotate(45deg) translateY(-50%);
}

.notice_list_wrap .pagination_wrap a.prev:after {
    content: '';
    position: absolute;
    top: 58%;
    left: 47%;
    width: 8px;
    height: 8px;
    border-left: 1px solid #555;
    border-bottom: 1px solid #555;
    transform: rotate(45deg) translate(-50%, -50%);
}

.notice_list_wrap .pagination_wrap a.next:after {
    content: '';
    position: absolute;
    top: 58%;
    left: 31%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(45deg) translate(-50%, -50%);
}

.notice_list_wrap .pagination_wrap a.last:after {
    content: '';
    position: absolute;
    top: 47%;
    left: 4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(45deg) translateY(-50%);
}

.notice_list_wrap .pagination_wrap a.last:before {
    content: '';
    position: absolute;
    top: 47%;
    left: 8px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(45deg) translateY(-50%);
}

.faq_list_wrap {
    width: 100%;
}

.faq_list_wrap ul {
    border-top: 2px solid #000;
    margin-bottom: 50px;
}

.faq_list_wrap ul li {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

.faq_list_wrap ul li .q_wrap {
    width: 100%;
    height: 70px;
    cursor: pointer;
}

.faq_list_wrap ul li .q_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.faq_list_wrap ul li .q_wrap span:first-child {
    display: block;
    float: left;
    width: 100px;
    height: 100%;
    line-height: 70px;
    color: #738cc8;
    font-size: 20px;
    font-family: 'aritaSB';
    text-align: center;
    position: relative;
}

.faq_list_wrap ul li .q_wrap span:first-child:before {
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width:40px;
    height:40px;
    border-radius:100%;
    border:1px solid #ddd;
    transform:translate(-50%, -50%);
}

.faq_list_wrap ul li .q_wrap span:last-child {
    display: block;
    width: 75px;
    height: 100%;
    line-height: 70px;
    position: relative;
    text-indent: -9999px;
    float: left;
}

.faq_list_wrap ul li .q_wrap span:last-child:before,
.faq_list_wrap ul li .q_wrap span:last-child:after {
    content: '';
    width: 15px;
    height: 2px;
    /* border-top:2px solid #cccccc; */
    background-color: #ccc;
    border-radius: 300px;
    position: absolute;
    top: 60%;
    transition: all .3s;
}

.faq_list_wrap ul li .q_wrap span:last-child:before {
    right: 48%;
    transform-origin: 100% 0;
    transform: rotate(45deg);
}

.faq_list_wrap ul li .q_wrap span:last-child:after {
    left: 48%;
    transform-origin: 0 0;
    transform: rotate(-45deg);
}

.faq_list_wrap ul li .q_wrap p {
    width: calc(100% - 175px);
    float: left;
    height: 100%;
    padding-top: 26px;
    color: #000;
    font-size: 16px;
    font-family: 'Malgun Gothic','맑은 고딕';
}

.faq_list_wrap ul li.active .q_wrap span:first-child {
    /* color: #000; */
    font-family: 'aritaSB';
}

.faq_list_wrap ul li.active .q_wrap p {
    color: #000;
    font-family: 'Malgun Gothic','맑은 고딕';
}

.faq_list_wrap ul li.active .q_wrap span:last-child:before,
.faq_list_wrap ul li.active .q_wrap span:last-child:after {
    background-color: #000;
    top: 40%;
}

.faq_list_wrap ul li.active .q_wrap span:last-child:before {
    transform: rotate(-45deg);
    right: 52%;
}

.faq_list_wrap ul li.active .q_wrap span:last-child:after {
    transform: rotate(45deg);
}

.faq_list_wrap ul li .a_wrap {
    width: 100%;
    padding: 30px;
    background-color: #f7f7f7;
    border-top: 1px solid #d8d8d8;
    display: none;
}

.faq_list_wrap ul li .a_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.faq_list_wrap ul li .a_wrap span {
    display: block;
    float: left;
    width: 40px;
    color: #fff;
    margin-right:20px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:100%;
    background-color:#738cc8;
    font-size: 20px;
    font-family: 'aritaSB';
    position: relative;
}

.faq_list_wrap ul li .a_wrap p {
    float: left;
    width: calc(100% - 60px);
    font-size: 16px;
    font-family: 'Malgun Gothic','맑은 고딕';
    color: rgb(0, 0, 0);
    line-height: 1.625;
}

.faq_list_wrap p.intro {
    text-align:center;
    color:#333333;
    font-size:16px;
    font-family:'malgun gothic';
    margin-bottom:60px;
}

.faq_list_wrap p.intro span {
    font-weight:bold;
    color:#cc2929;
}

.notice_wrap .write_wrap p.info {
    font-size:18px;
    color:#777;
    margin-bottom:15px;
    font-family:'NotoKrL';
}

.notice_wrap .write_wrap p.info i {
    color:#7f97db;
}

.notice_wrap .write_wrap form {
    border-top:1px solid #333;
}

.notice_wrap .write_wrap form fieldset {
    width:100%;
}

.notice_wrap .write_wrap form fieldset .form-group {
    width:100%;
    margin:0;
    display:flex;
    border-bottom:1px solid #ddd;
    flex-flow:row wrap;
}

.notice_wrap .write_wrap form fieldset .form-group:after {
    content:'';
    display:block;
    clear:both;
}

.notice_wrap .write_wrap form fieldset .form-group .label_wrap {
    flex:1 1 175px;
    max-width:175px;
    padding-left:20px;
    padding-top:25px;
}

.notice_wrap .write_wrap form fieldset .form-group .label_wrap label {
    margin:0;
    font-size:16px;
    color:#000;
    font-weight:normal;
    font-family:'NotoKrM';
    display:block;
}

.notice_wrap .write_wrap form fieldset .form-group .label_wrap label>i {
    display:inline-block;
    width:25px;
    color:#7f97db;
}

.notice_wrap .write_wrap form fieldset .form-group .label_wrap label a {
    margin-left:5px;
}

.notice_wrap .write_wrap form fieldset .form-group .label_wrap label a i {
    font-size:19px;
    vertical-align: middle;
}

.notice_wrap .write_wrap form fieldset .form-group .input_wrap {
    flex:1 1 calc(100% - 175px);
    max-width:calc(100% - 175px);
    min-height:65px;
    padding:15px 10px;
}

.notice_wrap .write_wrap form fieldset .form-group .input_wrap>div {
    padding:0;
    margin:0 5px;
}

.notice_wrap .write_wrap form fieldset .form-group .input_wrap input,
.notice_wrap .write_wrap form fieldset .form-group .input_wrap select,
.notice_wrap .write_wrap form fieldset .form-group .input_wrap textarea {
    width:100%;
    height:35px;
    border:1px solid #ddd;
    padding-left:15px;
}

.notice_wrap .write_wrap form fieldset .form-group .input_wrap select {
    padding-left:5px;
}

.notice_wrap .write_wrap form fieldset .form-group .input_wrap textarea {
    height:200px;
    padding:15px;
}

.notice_wrap .write_wrap form fieldset .form-group .input_wrap>span {
    display:block;
    float:left;
    line-height:35px;
    margin:0 5px;
}

.notice_wrap .write_wrap form fieldset .btns_wrap {
    text-align:center;
    margin-top:30px;
}

.notice_wrap .write_wrap form fieldset .btns_wrap button {
    display:inline-block;
    width:70px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size: 15px;
    font-family:'NotoKrR';
    color:#333;
    border:1px solid #ddd;
}

.notice_wrap .write_wrap form fieldset .btns_wrap button[type="submit"] {
    border:1px solid #607bc3;;
    background-color:#7691d9;
    color:#fff;
}

.file_wrap {
    margin:5px 5px !important;
}

.file_wrap:after {
    content:'';
    display:block;
    clear:both;
}

.file_wrap input[type="text"] {
    width:50% !important;
    height:35px;
    border:1px solid #ddd;
    padding-left:15px;
    float:left;
}

.file_wrap label {
    float:left;
    width:100px;
    height:35px;
    line-height:35px;
    text-align:center;
    color:#fff;
    font-size:15px;
    font-family:'NotoKrR';
    margin:0 5px;
    cursor: pointer;
    background-color:#343434;
    display:block;
    font-weight:normal;
}

.file_wrap a {
    font-size:15px;
    color:#444;
    display:block;
    float: left;
    margin-left:5px;
    position: relative;
    padding-right:17px;
    line-height:35px;
}

.file_wrap a i {
    color:#888;
}

.notice_wrap .write_wrap form fieldset .form-group.id_div { display:none; }

@media screen and (max-width:1200px) {
    .guide_wrap.sub_contents {
        width:100%;
    }
}
/* 1200 */

@media screen and (max-width:1024px) {
    .faq_list_wrap ul li .q_wrap {
        height:60px;
    }

    .faq_list_wrap ul li .q_wrap span:first-child {
        width:80px;
        line-height:60px;
    }

    .faq_list_wrap ul li .q_wrap p {
        padding-top:21px;
        width:calc(100% - 155px);
    }

    .faq_list_wrap ul li .a_wrap {
        padding:20px 35px;
    }

    .faq_list_wrap ul li .a_wrap span {
        width:45px;
    }

    .notice_wrap .tab_menu li a {
        line-height:50px;
        font-size:19px;
    }
}
/* 1024 */

@media screen and (max-width:768px) {
    .notice_wrap .write_wrap form fieldset .form-group .label_wrap {
        max-width:105px;
        flex:1 1 105px;
    }

    .notice_wrap .write_wrap form fieldset .form-group .input_wrap {
        flex:1 1 calc(100% - 105px);
        max-width:calc(100% - 105px);
        padding:15px 0;
    }

    .notice_wrap .write_wrap form fieldset .form-group .label_wrap label>i {
        width:15px;
    }

    .notice_wrap .write_wrap form fieldset .form-group .input_wrap select {
        padding-left:0;
    }
}
/* 768 */

@media screen and (max-width:425px) {
    .faq_list_wrap ul li .q_wrap span:first-child {
        font-size:17px;
        width:50px;
        line-height:50px;
    }

    .faq_list_wrap ul li .q_wrap {
        height:50px;
    }

    .faq_list_wrap ul li .q_wrap p {
        font-size:14px;
        padding-top:12px;
        width:calc(100% - 105px);
    }

    .faq_list_wrap ul li .q_wrap span:last-child:before,
    .faq_list_wrap ul li .q_wrap span:last-child:after {
        width:12px;
    }

    .faq_list_wrap ul li .q_wrap span:last-child {
        width:55px;
    }

    .faq_list_wrap ul li .a_wrap {
        padding:15px 10px;
    }

    .faq_list_wrap ul li .a_wrap span {
        font-size:17px;
        width:30px;
        margin-right:10px;
    }

    .faq_list_wrap ul li .a_wrap p {
        font-size:14px;
    }

    .notice_list_wrap .search_wrap {
        margin-bottom:10px;
    }

    .notice_list_wrap .search_wrap p {
        font-size:15px;
    }

    .notice_list_wrap .search_wrap form {
        width:100%;
        margin-bottom:15px;
    }

    .notice_wrap .tab_menu li a {
        line-height: 40px;
        font-size: 16px;
    }

    .notice_wrap .tab_menu {
        margin:29px auto 6px;
    }

    .faq_list_wrap p.intro {
        font-size:14px;
        margin-bottom:30px;
        line-height:1.3;
    }

    .faq_list_wrap ul li .q_wrap span:first-child:before {
        width:30px;
        height:30px;
    }

    .faq_list_wrap ul li .a_wrap span {
        height:30px;
        line-height:30px;
    }

    .notice_wrap .write_wrap form fieldset .form-group .label_wrap {
        flex:1 1 100%;
        max-width:100%;
        padding-top:10px;
        padding-left:10px;
    }

    .notice_wrap .write_wrap form fieldset .form-group .label_wrap label {
        font-size:14px;
    }

    .notice_wrap .write_wrap form fieldset .form-group .input_wrap {
        padding:10px 0;
        min-height:1px;
        flex:1 1 100%;
        max-width:100%;
    }

    .notice_wrap .write_wrap form fieldset .form-group .input_wrap input,
    .notice_wrap .write_wrap form fieldset .form-group .input_wrap select {
        height:25px;
        font-size:13px;
    }

    .notice_wrap .write_wrap form fieldset .form-group .input_wrap textarea {
        height:150px;
    }

    .notice_wrap .write_wrap form fieldset .form-group .input_wrap>span {
        line-height:25px;
    }
    
    .notice_wrap .write_wrap form fieldset .form-group .label_wrap label>i {
        width:auto;
    }

    .file_wrap label {
        width:70px;
        height:25px;
        line-height:25px;
        font-size:13px;
    }

    .file_wrap a {
        font-size:13px;
        line-height:25px;
    }

    .notice_wrap .write_wrap p.info {
        font-size:16px;
    }
}
/* 425 */