@charset"utf-8"; /* Reset */
*{outline:0 !important;box-sizing:border-box;-webkit-box-sizing:border-box;border:0;}
address,
article,
aside,
blockquote,
body,
button,
caption,
code,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
label,
legend,
li,
menu,
nav,
object,
ol,
p,
pre,
section,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
ul{margin:0;padding:0}
body,
html,img{width:100%}
html{-webkit-tap-highlight-color:rgba(0,0,0,0)}
body{width:100%;background:#fff;min-width:320px;-webkit-text-size-adjust:none;word-wrap:break-word;word-break:break-all;box-sizing:border-box}
body,
button,
input,
select,
textarea{border:none;font-size:12px;color:#727272}
li,
ol,
ul{list-style:none}
table{width:100%;border-spacing:0;border-collapse:collapse}
fieldset,
img{border:0}
address,
cite,
code,
em{font-style:normal;font-weight:normal}
button,
img,
input,
select,
textarea{vertical-align:middle}

article,
aside,
figure,
footer,
header,
main,
nav,
section{display:block}
a{color:#444;text-decoration:none}
p{word-break:keep-all}
/* img{width:100%} */
/* Font */
body,
button,
input,
select,
td,
textarea,
th{font-size:13px;line-height:1.6;font-family:'NotoSansKR',Malgun Gothic,"맑은 고딕",AppleGothic,Dotum,"돋움",sans-serif;color:#222;letter-spacing:-0.05em}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p{word-break:keep-all}
/* Form */
textarea{border:1px solid #dbdbdb}
select{padding-left:5px;height:44px;font-size:13px;color:#373737;border:1px solid #eee;background:#fff; width:100%;}
input[type=date],
input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea{width:100%;height:30px;font-size:13px;color:#373737;border:1px solid #e9e9e9;background:#fff;transition:all 0.5s;vertical-align:middle;box-sizing:border-box;-webkit-border-radius:none;}
textarea{text-indent:0}
input,
textarea{-webkit-appearance:none !important;-webkit-border-radius:0;box-shadow:none !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important}
input::-webkit-input-placeholder,
input::placeholder,texarea::placeholder,textarea::-webkit-input-placeholder{font-size:14px;padding-top:2px !important; color:#c4c4c4;}
textarea{padding:5px 0}
input:focus,
select:focus,
textarea:focus{border:1px solid #727272}
input[type=email][disabled],
input[type=email][readonly],
input[type=password][disabled],
input[type=password][readonly],
input[type=search][disabled],
input[type=search][readonly],
input[type=tel][disabled],
input[type=tel][readonly],
input[type=text][disabled]
{background:#eaeaea;border-color:#c0c0c0;color:#666;-webkit-appearance:none;font-size:12px}
input::-webkit-input-placeholder{padding-top:4px}
textarea[disabled],
textarea[readonly]{padding:11px;font-size:16px;color:#555 !important;font-weight:normal;line-height:140%;height:78px;background:#f7f8f9;border:1px solid #c0c0c0}

.skip{position:absolute;left:0;top:-50px;width:100%;height:40px;line-height:40px;text-align:center;background:#000;color:#fff;transition:all 0.5s}
.skip:focus{top:0}

/**** sub_menu ****/
.on{color:#0072c2}

/* 트랜지션 */
.all_transition {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
/* font */
.bbt_font{font-family:'BBT';font-size:50px}
.roboto_txt{font-family:'roboto',sans-serif;color:#666}
.txt_red {color:#f10;}
/***** 버튼 *****/
/* more_btn */
.more_btn {margin-top:3px;}
.more_btn button {width:100%;padding:5px 0; font-weight:500;}

.write_btn{text-align:right;margin-top:10px}
.write_btn a{background:#000;font-size:13px;padding:5px 10px;color:#fff;display:inline-block}
/* sub_title */
#container .sec_subMenu{width:100%;height:250px;background-repeat:no-repeat;background-size:cover;background-position:center;color:white;text-align:center;position:relative}
#container .sec_subMenu .slogan_txt{display:table-cell;vertical-align:middle}
#container .sec_subMenu .slogan_txt h2{font-size:36px;font-weight:600;margin-bottom:30px;position:relative; top:0;animation:subTit_ani 0.8s ease-in;-webkit-animation:subTit_ani 0.8s ease-in;-moz-animation:subTit_ani 0.8s ease-in;-o-animation:subTit_ani 0.8s ease-in;-ms-animation:subTit_ani 0.8s ease-in;}
#container .sec_subMenu .slogan_txt h2:after{content:'';display:block;position:absolute;bottom:-5px;left:0;right:0;margin:0 auto;height:2px;width:60px;background:#189bfa}
#container .sec_subMenu .slogan_txt p{font-weight:400;font-size:12px;margin-top:5px;position: relative; top:0;animation:subTit_ani2 0.8s ease-in;-webkit-animation:subTit_ani2 0.8s ease-in;-moz-animation:subTit_ani2 0.8s ease-in;-o-animation:subTit_ani2 0.8s ease-in;-ms-animation:subTit_ani2 0.8s ease-in;}
@-webkit-keyframes subTit_ani {
    0%{opacity: 0;top:50px;}
    100%{opacity: 1;}
}
@keyframes subTit_ani {
    0%{opacity: 0;top:50px;}
    100%{opacity: 1;}
}
@-webkit-keyframes subTit_ani2{
    0%{opacity: 0;top:-20px;}
    100%{opacity: 1;}
}
@keyframes subTit_ani2{
    0%{opacity: 0;top:-20px;}
    100%{opacity: 1;}
}

/***** 아코디언 *****/
.accordion_wrap{width:100%;border-top:3px solid #000;font-size:16px;color:#666;margin-top:32px}
.accordion_wrap a{color:#666}
.accordion_wrap .answer,
.accordion_wrap .question{padding:12px 20px;border-bottom:1px solid #e4e4e4;text-align:left}
.accordion_wrap .question{position:relative;cursor:pointer}
.accordion_wrap .answer{background:#f6f6f6;display:none}
.accordion_wrap .question img{position:absolute;top:50%;right:20px;width:14px}

/* 게시판 페이저 */
.board_pager{text-align:center;margin-bottom:10px;}
.board_pager img{width:10px;height:10px;vertical-align:baseline}
.board_pager ul{display:inline-block}
.board_pager ul li{float:left;margin:0 2px;border:1px solid #e4e4e4;width:35px;height:35px;line-height:35px}
.board_pager ul li.pager-active a{display:inline-block;background:#000;color:#fff;width:34px;height:34px}
.board_pager ul li a{}
.board_pager ul .prev{margin-right:5px}
.board_pager ul .next{margin-left:5px}

/* 게시판 리스트 */
.board_wrap{margin-top:30px;width:100%;border-top:3px solid #000;font-size:16px;text-align:center;color:#666}
.board_wrap .board_list,
.board_wrap .board_title{height:50px;line-height:50px}
.board_wrap .board_title{background:#f6f6f6;border-bottom:1px solid #666}
.board_wrap .board_list{font-family:'NotosansKr',sans-serif}
.board_wrap .board_list>a{display:block;color:#666}
.board_wrap .board_list a>div{border-bottom:1px solid #e4e4e4}
.board_wrap .board_list>a>div div,
.board_wrap .board_title li{float:left}
.board_wrap .board_num{width:10%; font-weight: 300;}
.board_wrap .board_title .board_num {font-weight: 400;}
.board_wrap .board_title .board_tit{text-align:center}
.board_wrap .board_tit{width:70%;text-align:left}
.board_wrap .board_date{width:10%}
.board_wrap .board_view{width:10%}

/* 게시판 view */
.viewPage_wrap{border-top:3px solid #000;margin-top:30px;font-size:16px;color:#666}
.viewPage_wrap .view_header{height:60px;line-height:60px;background:#f6f6f6}
.viewPage_wrap .view_header li{float:left}
.viewPage_wrap .view_header .view_tit{width:45%;text-align:left;padding-left:30px}
.viewPage_wrap .view_header .view_name{width:10%;padding-left:15px}
.viewPage_wrap .view_header .view_date{width:20%}
.viewPage_wrap .view_header .view_count{width:10%}
.board_viewTxt{text-align:left;padding:20px 40px 50px;border-bottom:1px solid #e4e4e4;font-weight:400}

/* 팝업 */

.hd_pops {left:0;right:0;margin:0 auto;position: fixed;z-index:9999;background:#fff;border:1px solid #e1e1e1;box-shadow:1px 1px 5px rgba(0,0,0,0.3);-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.3);}

.hd_pops_footer button{background:none;}
.hd_pops_footer button.hd_pops_close{float:right;background:#fff;}
.hd_pops_con {overflow-y:scroll; max-height:calc(100vh - 100px);}
.hd_pops_con img {width:100%;}
.hd_pops_footer {padding:10px; border-top:1px solid #e1e1e1;}

.section {
    position: relative;
    padding: 0 18px 20px;
    background: #fff;
    border-top: 10px solid #f4f5f6;
    border-bottom: 1px solid #e9ecef;
}
.section .sec_tit {
    position: relative;
    padding: 16px 18px;
    margin: 0 -18px;
}
.section .sec_tit h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}
.section .sec_tit .info_bulReq {
    height: 16px;
    font-size: 12px;
    color: #888;
    font-weight: 700;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.inputType_1 .tit.bulReq:after {
    content: '*';
    display: inline-block;
    margin-left: 4px;
    color: #f44936;
}
.inputType_1 .phoneBx .selectType_1 {
    width: 33.333333%;
    float: left;
}
.selectType_1 {
    position: relative;
}
.selectType_1 select {
    appearance: none;
}
.select_button {
    width: 44px;
    height: 44px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 44px;
}
.mt_10 {
    margin-top: 10px;
}
.inputType_1 .phoneBx input[type="text"],
.inputType_1 .phoneBx input[type="tel"] {
    width: calc(66.666666% - 8px);
    float: right;
}
[class*="inputType_"] input:placeholder-shown {
    color: #aaaaaa;
}
.inputType_1 input {
    width: 100%;
    height: 50px;
    display: block;
    line-height: 20px;
    padding: 14px;
    font-size: 14px;
    letter-spacing: -0.025em;
    font-weight: 400;
    color: #2d2d2d;
    white-space: nowrap;
    border: 1px solid #e4e4e4;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.inputType_1 .phoneBx {
    overflow: hidden;
}
.inputType_1 .emailBx {
    display: block;
    position: relative;
    overflow: hidden;
}
.inputType_1 .emailBx input.mail_field1 {
    float: left;
}
.inputType_1 .emailBx input {
    width: calc(50% - 13px);
}
.inputType_1 .emailBx i.separator {
    width: 15px;
    display: block;
    float: left;
    margin: 18px 5px 0;
    font-size: 15px;
    text-align: center;
    color: #777;
}
.mgt8_1 {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 7px 10px;
}
.mgt8 {
    margin-top: 8px !important;
}
.mgt8_1 select.select_email {
    width: 100%;
}
.textareaType_1 .tit {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 6px;
}
.textareaType_1 textarea {
    height: 200px;
    width: 100%;
    padding: 12px 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #222;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    resize: none;
    outline: none;
    background: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.checksType_1 {
    position: relative;
    text-align: left;
}
.checksType_1 input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -10;
    width: 12px;
    height: 12px;
    -webkit-appearance: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}


.checksType_1 label:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 42%;
    border: 2px solid #ddd;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.checksType_1.checks.on label:before {
    border-color: #202b58 !important;
    background: url('../img/ico_ckbox.png') no-repeat center center #202b58;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}
.checksType_1.checks.on label:after {
    display: none!important;
}
.checksType_1 label em {
    display: inline-block;
    margin-right: 2px;
    color: #2d2d2d;
}
.agree_info .btn_agreeInfo {
    display: inline-block;
    line-height: 24px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 20px 0 8px;
    color: #555;
    position: absolute;
    top: -24px;
    right: 0;
}
.agree_info .info_box {
    background: #f1f3f5;
    border-radius: 12px;
    padding: 18px;
    font-size: 13px;
    color: #777;
}
.agree_info {
    position: relative;
    padding-top: 12px;
}
.agree_info .btn_agreeInfo i {
    display: inline-block;
    font-size: 11px;
    color: #999;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s,-webkit-transform 0.3s;
}
.agree_info.on .btn_agreeInfo i {
    color: #503e9d;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/***** check button *****/
.checks{position:relative;}
.checks input[type="checkbox"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.checks input[type="checkbox"] + label{position:relative;padding-left:17px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}
.checks input[type="checkbox"] + label span{margin-left:10px;}
.checks input[type="checkbox"] + label:before{content:'';position:absolute;left:0;top:2px;width:15px;height:15px;text-align:center;background:#fafafa;border:1px solid #cacece;box-shadow:0 1px 2px rgba(0,0,0,0.05),inset 0 -15px 10px -12px rgba(0,0,0,0.05);transition:all 0.5s}
.checks input[type="checkbox"] + label:active:before,
.checks input[type="checkbox"]:checked + label:active:before{box-shadow:0 1px 2px rgba(0,0,0,0.05),inset 0 1px 3px rgba(0,0,0,0.1)}
.checks input[type="checkbox"]:checked + label:after{content:'';position:absolute;top:3px;left:1px;width:15px;height:15px;background:url(../images/chk_icon.png) no-repeat;background-size: 15px 15px;-webkit-background-size: 11px 8px; background-position:center;}


.checksType_1 label {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    height: 22px;
    line-height: 22px;
    z-index: 10;
    font-size: 14px;
    color: #888;
    padding-left: 20px!important;
}