@charset "utf-8";
@import url('/assets/fonts/ProductSans.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('/assets/fonts/NotoSansKR.css');

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.gm_fontL {font-family: 'GmarketSansLight', sans-serif;}
.gm_fontM {font-family: 'GmarketSansMedium', sans-serif;}
.gm_fontB {font-family: 'GmarketSansBold', sans-serif;}
/* ————————————————————————————————————————————————————
 *
 * Reset
 *
/* ———————————————————————————————————————————————————— */
*{margin:0;padding:0;border:0;outline:0;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}
body,html{font-smooth:always;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;zoom:1}
html{height:100%;-webkit-text-size-adjust:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto}
body{font-family:'Lato','Noto Sans KR','NotoSansKR',-apple-system,system-ui,BlinkMacSystemFont,helvetica,Apple SD Gothic Neo,Arial,sans-serif;font-weight:normal;letter-spacing:-0.05em;font-size:14px;line-height:1.5;color:#212529;word-break:keep-all; background:#f7f7f7;}
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul{margin:0;padding:0;list-style:none}
b, h1, h2, h3, h4, h5, h6, strong{font-weight:normal}
fieldset{border:0}
a{font-style:normal;text-decoration:none;color:#212529}
caption{font-size:0;height:0;line-height:0;visibility:hidden;width:0}
.checks *, .chk *, .radioWrap *, a, a:hover, button, button:hover{cursor:pointer;/* -webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-ms-transition:all 0.1s linear;-o-transition:all 0.1s linear;transition:all 0.1s linear */}
a:focus{outline:none !important}
button img{vertical-align:middle}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}
img, video{border:0;vertical-align:top}
table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed}
input, select{vertical-align:middle}
label{cursor:pointer}
.blind,.sound_only , caption, hr, legend{position:absolute;top:-9999px;font-size:0;line-height:0}
.hide_text{position:absolute;display:inline-block;font-size:0;height:0;line-height:0;visibility:hidden;width:0;text-indent:-9999em}
address, em, i{font-style:normal;font-weight:normal}
td, th{vertical-align:middle}
button, input, select, textarea{font-family:'ProductSans','Noto Sans KR','NotoSansKR',-apple-system,system-ui,BlinkMacSystemFont,helvetica,Apple SD Gothic Neo,Arial,sans-serif;background: transparent;font-size:14px;position:relative;zoom:1}
embed{display:none}
.placeholdersjs { color: #adb5bd !important; }

/* --------------------------------------------
 * skip
/* ------------------------------------------ */
#skip_navi {position:relative;text-align:center;z-index: 9999999;}
#skip_navi a {display:block;overflow:hidden;width:0;height:0;font-weight:bold;white-space:nowrap;}
#skip_navi a:focus, #skip_navi a:active {overflow:hidden;width:100%;height:40px;line-height:40px;color:#ffffff;background:#000;}

/* ——————————————————————————
 * 여백
/* —————————————————————————— */
/* margin */
.mg0{margin:0 !important;}
/* margin-top */
.mgt0 {margin-top:0 !important}
.mgt6 {margin-top:6px !important}
.mgt10 {margin-top:10px !important}
.mgt20 {margin-top:20px !important}
.mgt30 {margin-top:30px !important}
.mgt60 {margin-top:60px !important}
/* margin-bottom */
.mgb0 {margin-bottom:0 !important}
.mgb10{margin-bottom:10px !important;}
.mgb20 {margin-bottom:20px !important;}
.mgb30 {margin-bottom:30px !important;}
/* margin-left */
.mgl0 {margin-left:0 !important}
.mgl10 {margin-left:10px !important;}
.mgl20 {margin-left:20px !important;}
.mgl30{margin-left:30px !important;}
/* margin-right */
.mgr0 {margin-right:0 !important}
.mgr10 {margin-right:10px !important}
.mgr20 {margin-right:20px !important;}
.mgr30{margin-right:30px!important;}

/* padding */
.pd0 {padding:0 !important}
/* padding-top */
.pdt0 {padding-top:0 !important}
/* padding-bottom */
.pdb0 {padding-bottom:0 !important}
/* padding-left */
.pdl0 {padding-left:0 !important;}
/* padding-right */
.pdr0 {padding-right:0 !important}

/* ——————————————————————————
 * font
/* —————————————————————————— */
.txt_red {color:#FA4242 !important;}
.txt_blue {color:#1e88e5 !important;}
.txt_wht {color:#FFFFFF !important;}
.txt_orange {color:#0a4cd4 !important;}

.txt_fs13 {font-size:13px !important;}
.txt_fs20 {font-size:20px !important;}
.txt_fs24 {font-size:24px !important;}

.txt_c000 {color:#000000 !important;}
.txt_c222 {color:#222222 !important;}
.txt_c333 {color:#333333 !important;}
.txt_c666 {color:#666666 !important;}
.txt_c888 {color:#888888 !important;}
.txt_c999 {color:#999999 !important;}
.txt_through{text-decoration:line-through;}
.txt_under{text-decoration:underline;}

.txt_fw300 {font-weight:300;}
.txt_fw400 {font-weight:400;}
.txt_fw700 {font-weight:700;}
.txt_fw900 {font-weight:900;}

/* ——————————————————————————
 * button
/* —————————————————————————— */
.btn {
    vertical-align: bottom;
    border: 0;
    font-weight: 600;
    padding: 0.7rem 2.4rem;
    line-height: 1.5;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
    margin-left:10px;
}


.radius { border-radius:5px;}
.radius2 { border-radius:50px; }

.btn-basic {background:#3a5e33; color:#fff;}
.btn-white {background:#fff; color:#333;}
.btn-red {background:#dc3545; color:#fff;}
.btn-blue {background:#0d6efd; color:#fff;}
.btn-black {background:#000; color:#fff;}
.btn-green {background:#198754; color:#fff;}
.btn-yellow {background:#ffc107; color:#333;}
.btn-sky {background:#0dcaf0; color:#333;}
.btn-grey {background:#f8f8f8; color:#333;}
.btn-orange {background:#1360ff; color:#fff;}
.btn-basic:hover {background:#305229;}
.btn-white:hover {background:#f9f9f9;}
.btn-red:hover {background:#cf2838;}
.btn-blue:hover {background:#79a5ff;}
.btn-black:hover {background:#333;}
.btn-green:hover {background:#107848;}
.btn-yellow:hover {background:#ecb206; color:#333;}
.btn-sky:hover {background:#08bbdf; color:#333;}
.btn-grey:hover {background:#ececec; color:#333;}
.btn-orange:hover {background:#0a4cd4; color:#fff;}

.btn.grd{
    background-color: #79a5ff;
    box-shadow: 0 1px 6px 0 rgb(130 177 255 / 50%);
    color: #fff;
    border: 0;
}

.btn.bgOpa{position:relative;z-index:1;background:none;color:#fff;border:0;line-height:58px}
.btn.bgOpa:before{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:#fff;opacity:0.18;filter: alpha(opacity=18);-moz-opacity:0.18;border-radius:2em;z-index:-1}


/* btn md */
.btn.md{min-width:160px;height:50px;line-height:48px;font-size:14px;padding:0 34px}
.btn.md.bgOpa{line-height:50px}

/* btn sm */
.btn.sm{height:30px;line-height:28px;min-width:26px;background:#fff;color:#767676;border:1px solid #d6d6d6;font-size:13px;padding:0 10px;border-radius:2px}
.btn.sm.dark{background-color:#747474;border-color:#747474;color:#fff}


/* ——————————————————————————
 * list_txt
/* —————————————————————————— */
.list_txt{}
.list_txt li{position:relative;padding-left:12px;font-size:15px;line-height:1.7}
.list_txt li:before{content:'';width:6px;height:1px;display:inline-block;background:#222;position:absolute;top:14px;left:0}
.list_txt li span{position:relative;font-weight:700}
.list_txt li span:before{content:'';height:2px;background:#94D82D;position:absolute;bottom:-2px;left:0;right:0;z-index:-1}

/* list_txt_type2 */
.list_txt_type2{}
.list_txt_type2 li{position:relative;padding-left:8px;font-size:13px;line-height:21px;color:#999}
.list_txt_type2 li:before{content:'';width:3px;height:1px;display:inline-block;background:#999;position:absolute;top:10px;left:0}
.list_txt_type2 li em{color:#222}


/* ——————————————————————————
 * section
/* —————————————————————————— */
.point_color {color:#79a5ff;}
.mr-5 {margin-right:5px;}

.section_wrap{}
.section_wrap .section{position:relative;padding:30px 0;border-top:1px solid #e3e3e3}
.section_wrap .section:first-child{border-top:0}
.section .sec_tit{position:relative; margin-bottom:30px;}
.section .sec_tit.txt_ct{text-align:center}
.section .sec_tit > div p {font-size:12px; color:#7c7c7c; margin-top:3px; letter-spacing:0.05em;}
.section .sec_tit .main_tit {margin-top:5px;}
.section .sec_tit h3{font-size:18px;line-height:1.3;color:#222;letter-spacing:-0.05em}
.section#main_3 .sec_tit h3 {font-size:24px;}
.section .sec_tit h3 span{font-weight:700}
.section .sec_tit .en.sm{font-size:13px;color:#aaa;font-weight:700;letter-spacing:0;margin-bottom:16px}
.section .sec_tit .desc{font-size:16px;color:#777;margin:10px 0 0}
.section .sec_tit.type2 h3{font-size:18px;line-height:1;color:#777}
.section .sec_tit.type2 .en{font-size:44px;font-weight:700;line-height:1;margin-top:12px}
.section .sec_cont{}
.section.type2 .sec_cont,
.section.type2 .sec_tit{width:100%;float:none}
.section.type2 .sec_tit{margin-bottom:30px}

.main_ico, .main_tit {display:inline-block}



/* ——————————————————————————
 * tab_navi
/* —————————————————————————— */
.tab_navi{position:relative;z-index:1}
.tab_navi ul{height:70px}
.tab_navi ul.col2{margin-right:-2px}
.tab_navi ul.col3{margin-right:-4px}
.tab_navi ul.col4{margin-right:-6px}
.tab_navi ul li{float:left;margin-left:-2px}
.tab_navi ul li:first-child{margin-left:0}
.tab_navi ul.col2 li{width:50%}
.tab_navi ul.col3 li{width:33.333333333333333%}
.tab_navi ul.col4 li{width:25%}
.tab_navi ul.col5 li{width:20%}
.tab_navi ul.col6 li{width:16.666666666666667%}
.tab_navi ul li a{display:block;position:relative;z-index:1;width:100%;height:70px;padding-top:25px;border:2px solid #ffffff;border-radius:2px 2px 0 0;border-bottom:2px solid #222;color:#888;font-size:18px;line-height:1em;text-align:center;transition:color 0.2s ease,border-color 0.2s ease;-webkit-transition:color 0.2s ease,border-color 0.2s ease}
.tab_navi ul li a.on,
.tab_navi ul li a:hover{z-index:2;border:2px solid #222;border-bottom:2px solid #ffffff;color:#222}
.tab_navi ul li a.on{font-weight:700;cursor:default;z-index:3}
.tab_container{margin-top:30px;position:relative}
.tab_content{display:none}

/* tab_navi_type2 */
.tab_navi_type2{}
.tab_navi_type2 ul li{float:left;padding-left:50px}
.tab_navi_type2 ul li:first-child{padding-left:0}
.tab_navi_type2 ul li a{position:relative;display:block;line-height:60px;font-size:24px;color:#999}
.tab_navi_type2 ul li a:hover{color:#222}
.tab_navi_type2 ul li a.on{color:#222;font-weight:700}
.tab_navi_type2 ul li a.on:before{content:'';height:8px;background:#ffdf00;position:absolute;bottom:16px;left:0;right:0;z-index:-1}

/* tab_navi_page */
.tab_navi_page{background:#f2f2f2; padding:30px 0;}
.tab_navi_page ul li{position:relative;float:left}
.tab_navi_page ul.col2 li{width:50%}
.tab_navi_page ul.col3 li{width:33.333333333333333%}
.tab_navi_page ul.col2 {background:#fff; border-radius:50px; padding:13px 0; margin:0 20rem;}
.tab_navi_page ul li:before{content:'';width:1px;display:inline-block;background:#e8e8e8;position:absolute;left:0;top:20px;bottom:20px}
.tab_navi_page ul li:first-child:before{display:none}
.tab_navi_page ul li a{display:block;text-align:center;font-size:16px;color:#7c7c7c}
.tab_navi_page ul li a:hover{color:#222}
.tab_navi_page ul li a.on{color:#79a5ff;font-weight:700;position: relative;z-index: 1;}
.tab_navi_page ul li a span{position:relative;display:inline-block}
/* .tab_navi_page ul li a.on span:before{content:'';height:8px;background:#ffdf00;position:absolute;bottom:25px;left:0;right:0;z-index:-1} */

/* tab_navi_exchange */
.tab_navi_exchange{padding:20px 0 0;}
.tab_navi_exchange ul{font-size:0;display:inline-block}
.tab_navi_exchange ul li{display:inline-block;margin:0 8px 0 0}
.tab_navi_exchange ul li a{display:block;position:relative;padding:0 30px 0;color:#222;line-height:40px;font-size:12px;background:#f8f8f8;border-radius:50px}
.tab_navi_exchange ul li a:hover{color:#222;border-color:#DDDDDD;box-shadow:0 1px 5px 0 rgb(28 35 69 / 12%);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}
.tab_navi_exchange ul li a.on{color:#fff; background: linear-gradient(-45deg, #79a5ff 50%, #1360ff 50%);}

/* ——————————————————————————
 * table
/* —————————————————————————— */
/* table_type1 */
.table_type1{font-size:16px;line-height:1.3;color:#888;text-align:center;letter-spacing:-0.025em;white-space: normal;}
.table_type1 .lt{text-align:left !important}
.table_type1 .rt{text-align:right !important}
.table_type1 td, .table_type1 th{border-left:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}
.table_type1 td:first-child, .table_type1 th:first-child{border-left:0 none}
.table_type1 thead th{font-weight:500;padding:14px 18px;color:#1e1e1e}
.table_type1 tbody th {
    font-weight:500;padding:14px 18px;color:#1e1e1e
}
.table_type1 tbody td{padding:14px 18px}
.table_type1 tbody td a.btn.line{position:relative;min-width:80px;height:38px;line-height:34px;font-size:15px;padding:0 20px}
.table_type1 tbody td a.btn.line:after{content:'';display:inline-block;width:10px;height:10px;background:url("../img/ico_new_window1.png") no-repeat;-webkit-background-size:100% 100% !important;background-size:100% 100% !important;vertical-align:baseline;margin-left:6px;opacity:0.4;filter: alpha(opacity=40);-moz-opacity:0.4}
/* .table_type1 tbody td a.btn.line:hover:after{background-image:url("../img/ico_new_window2.png")} */
.table_type1 tbody td span.rate{display:inline-block;margin-right:6px;color:#FA4242;font-weight:400}

/* table_type2 */
.table_type2{font-size:16px;line-height:1.5;color:#888;text-align:center;letter-spacing:-0.025em;}
.table_type2 thead {border-bottom:2px solid #eaeaea;}
.table_type2 .lt{text-align:left !important}
.table_type2 .rt{text-align:right !important}
.table_type2 td, .table_type2 th{border-bottom:1px solid #e6e6e6}
.table_type2 thead th{position:relative;font-weight:500;padding:14px 18px;color:#7c7c7c}
.table_type2 thead th:before{content:'';width:1px;height:16px;background:#e6e6e6;position:absolute;left:0;top:50%;margin-top:-8px}
.table_type2 thead th:first-child:before{display:none}
.table_type2 tbody th{font-weight:500;padding:14px 18px;color:#1e1e1e}
.table_type2 tbody td{padding:14px 18px}
.table_type2 tbody .hover td{background:#fbfbfb}
.table_type2 tbody td.list_none{padding:140px 10px;font-size:18px;color:#bbb}
.table_type2 tbody td a{position:relative;display:inline-block}
.table_type2 tbody td a:hover{color:#000}
/* .table_type2 tbody td a:hover:before{content:'';height:4px;background:#ffdf00;position:absolute;bottom:5px;left:0;right:0;z-index:1} */
.table_type2 tbody td a span{position:relative;z-index:2}


/* ——————————————————————————
 * checkbox
/* —————————————————————————— */
/* checksWrap_type1 */
.checksWrap_type1{position:relative;text-align:left}
.checksWrap_type1 .checks{position:relative;line-height:20px;display:inline-block;overflow:hidden;margin:5px 0}
.checksWrap_type1 input[type="checkbox"]{position:absolute;top:0;left:0;margin:0;padding:0;z-index:-1;width:12px;height:12px;-webkit-appearance:none;opacity:0;filter: alpha(opacity=0);-moz-opacity:0;}

.checksWrap_type1 label{display:block;position:relative;top:0;left:0;height:20px;line-height:15px;font-size:12px;color:#515151;background:#fff;padding:0 0 0 20px;z-index:10}
.checksWrap_type1 label:before{content:'';display:inline-block;width:15px;height:15px;border-radius:50%;background:url("../img/ico_chk.png?") no-repeat 0 0;-webkit-background-size:15px 30px;background-size:15px 30px;position:absolute;left:0;top:0}
.checksWrap_type1 .checks.on label:before{background-position:0 -15px}
.checksWrap_type1 a{display:inline-block;font-size:13px;line-height:24px;padding:0 12px;background:#fff;border:1px solid #eaeaea;color:#999;border-radius:2px;position:absolute;right:0;top:0}
.checksWrap_type1 a:hover{background:#f9f9f9}

/* ——————————————————————————
 * radio
/* —————————————————————————— */
/* radio_type1 */
.radio_type1{position:relative}
.radio_type1 ul{width:100%;height:50px;position:relative;padding:2px;border:1px solid #f0f0f0;border-radius:2px;background-color:#f8f8f8;transition:border-color 0.2s ease,box-shadow 0.2s ease;-webkit-transition:border-color 0.2s ease,box-shadow 0.2s ease}
.radio_type1 ul li{width:50%;float:left}
.radio_type1 ul.col2 li{width:50%}
.radio_type1 ul.col3 li{width:33.333333%}
.radio_type1 ul.col4 li{width:25%}
.radio_type1 .radios{position:relative}
.radio_type1 .radios input[type="radio"]:checked,
.radio_type1 .radios input[type="radio"]:not(:checked){position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;filter: alpha(opacity=0);-moz-opacity:0}
.radio_type1 .radios input[type="radio"]:checked + label,
.radio_type1 .radios input[type="radio"]:not(:checked) + label{height:44px;line-height:42px;display:block;position:relative;border:1px solid transparent;font-size:14px;color:#777;text-align:center;transition:all 0.2s ease;-webkit-transition:all 0.2s ease;z-index:2}
.radio_type1 .radios input[type="radio"]:checked + label{border:1px solid #79a5ff;border-radius:2px;box-shadow:0 1px 5px 0 rgba(0,0,0,0.08);background-color:#ffffff;color:#79a5ff;font-weight:500;transition:all 0.2s ease;-webkit-transition:all 0.2s ease}


/* ——————————————————————————
 * input
/* —————————————————————————— */
[class*="input_type"] input::-webkit-input-placeholder{color:#adadad}
[class*="input_type"] input:-moz-placeholder{color:#adadad;opacity:1}
[class*="input_type"] input::-moz-placeholder{color:#adadad;opacity:1}
[class*="input_type"] input:-ms-input-placeholder{color:#adadad}
[class*="input_type"] input:placeholder-shown{color:#adadad}

/* input_type1 */
.input_type1{position:relative}
.input_type1 .tit{height:18px;line-height:18px;display:inline-block;font-size:13px;white-space:nowrap;color:#222;margin-bottom:4px;border-top-left-radius: 20px; border-bottom-left-radius: 20px;}
.input_type1 .tit .bul_req{display:inline-block;color:#f24d4d;vertical-align:text-top;font-size:13px;padding-left:4px}
.input_type1 .num{width:54px;height:40px;line-height:40px;border-radius:2px 0 0 2px;display:block;background:#515151;color:#fff;font-weight:700;font-size:12px;text-align:center;position:absolute;top:0;left:0;z-index:11;border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.input_type1 input{width:100%;height:40px;display:block;position:relative;padding:16px 30px 16px 75px;font-size:12px;color:#222;line-height:22px;background:#f8f8f8;border-radius:10px;letter-spacing:0;font-weight:500;text-align:left;z-index:1;}
.input_type1:hover input{background:#fff;border-color:#DDDDDD;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease;z-index: 9}
.input_type1.focus input{background:#fff;border-color:#222 !important;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease;z-index: 10}
.input_type1 p span{width:75%;display:block;float:left;position:relative}
.input_type1 p span.r{width:25%}
.input_type1 p span.l:before{content:'';width:1px;background:#e1e1e1;position:absolute;right:0;top:12px;bottom:12px;z-index:10}
.input_type1.focus p span.l:before, .input_type1:hover p span.l:before{z-index:-1}
.input_type1 p span.l input{border-radius:2px 0 0 2px;border-right:1px solid #f6f6f6}
.input_type1 p span.r input{border-radius:0 2px 2px 0;border-left:0;padding-left:16px !important}

.gift_row {margin-top:8px;}
.gift_row:first-child {margin-top:0;}

/* input_type2 */
.input_type2{position:relative}
.input_type2 .tit{height:18px;line-height:18px;display:inline-block;font-size:13px;white-space:nowrap;color:#222;margin-bottom:4px}
.input_type2 .tit .bul_req{display:inline-block;color:#f24d4d;vertical-align:text-top;font-size:13px;padding-left:4px}
.input_type2 input{width:100%;height:50px;display:block;position:relative;padding:13px 16px;font-size:16px;color:#222;line-height:22px;background:#f8f8f8;border:1px solid #e1e1e1;border-radius:10px;letter-spacing:-0.025em;text-align:left;z-index:1;box-shadow:0 1px 1px 0 rgba(28,35,69,0.04);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}
.input_type2 input:hover{background:#fff;border-color:#DDDDDD;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease;z-index:9}
.input_type2.focus input{background:#fff;border-color:#222 !important;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease;z-index:10}
.input_type2 input.readonly,
.input_type2 input[readonly="readonly"],
.input_type2:hover input[readonly="readonly"],
.input_type2.focus input[readonly="readonly"]{background:#e1e1e1;border:1px solid #e1e1e1 !important}
.input_type2.addBtn input{padding-right:100px}
.input_type2.addBtn .btn{position:absolute;right:10px;bottom:10px;z-index:10}

/* input_type3 */
[class*="input_type3"] input::-webkit-input-placeholder{color:#222}
[class*="input_type3"] input:-moz-placeholder{color:#222;opacity:1}
[class*="input_type3"] input::-moz-placeholder{color:#222;opacity:1}
[class*="input_type3"] input:-ms-input-placeholder{color:#222}
[class*="input_type3"] input:placeholder-shown{color:#222}
.input_type3{position:relative}
.input_type3 .tit{display:inline-block;font-size:15px;line-height:1;white-space:nowrap;color:#222;margin-bottom:10px}
.input_type3 .tit .bul_req{display:inline-block;color:#f24d4d;vertical-align:text-top;font-size:13px;padding-left:4px}
.input_type3 .num{width:54px;height:54px;line-height:54px;border-radius:2px 0 0 2px;display:block;background:#222;color:#fff;font-weight:700;font-size:16px;text-align:center;position:absolute;top:0;left:0;z-index:11}
.input_type3 input{width:100%;height:54px;display:block;position:relative;padding:16px 34px 16px 20px;font-size:18px;line-height:20px;color:#222;background:#f8f8f8;border:1px solid #e1e1e1;border-radius:2px;letter-spacing:0;font-weight:500;text-align:right;z-index:1;box-shadow:0 1px 1px 0 rgba(28,35,69,0.04);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}
.input_type3:hover input{background:#fff;border-color:#DDDDDD;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease;z-index:9}
.input_type3.focus input{background:#fff;border-color:#222 !important;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease;z-index:10}
.input_type3 em{display:inline-block;font-size:15px;line-height:20px;position:absolute;bottom:16px;right:18px;z-index:10}

/* alert_txt */
[class*="input_type"] .alert_txt{display:none}
[class*="input_type"] .alert_txt p{font-size:14px;padding:4px 0 0 2px}


/* ——————————————————————————
 * textarea
/* —————————————————————————— */
[class*="textarea_type"] textarea::-webkit-input-placeholder{color:#bbbbbb}
[class*="textarea_type"] textarea:-moz-placeholder{color:#bbbbbb;opacity:1}
[class*="textarea_type"] textarea::-moz-placeholder{color:#bbbbbb;opacity:1}
[class*="textarea_type"] textarea:-ms-input-placeholder{color:#bbbbbb}
[class*="textarea_type"] textarea:placeholder-shown{color:#bbbbbb}

/* textarea_type1 */
.textarea_type1{}
.textarea_type1 textarea{width:100%;height:125px;display:block;position:relative;padding:10px 16px;font-size:12px;line-height:1.5;color:#222;background:#f8f8f8;letter-spacing:0;font-weight:500;text-align:left;resize:none;z-index:1;border-radius:20px;}
.textarea_type1 textarea:focus{background:#f8f8f8;border-color:#222;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}

/* textarea_type2 */
.textarea_type2{}
.textarea_type2 textarea{width:100%;height:190px;display:block;position:relative;padding:10px 16px;font-size:16px;line-height:1.5;color:#222;background:#fafafa;border:1px solid #e1e1e1;border-radius:2px;letter-spacing:0;text-align:left;resize:none;z-index:1;box-shadow:0 1px 1px 0 rgba(28,35,69,0.04);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}
.textarea_type2 textarea:focus{background:#fff;border-color:#222;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}


/* ——————————————————————————
 * select
/* —————————————————————————— */
/* select_type1 */
.select_type1{position:relative}
.select_type1 .tit{height:18px;line-height:18px;display:inline-block;font-size:13px;white-space:nowrap;color:#222;margin-bottom:4px}
.select_type1 select{width:100%;height:40px;font-size:15px;-webkit-appearance:none;cursor:pointer;position:absolute;bottom:0;left:0;z-index:2;opacity:0;filter: alpha(opacity=0);-moz-opacity:0}
.select_type1 .sel_txt{width:100%;height:40px;line-height:45px;display:block;position:relative;padding:0 20px;font-size:12px;color:#222;background:#f8f8f8;border-radius:10px;letter-spacing:0;font-weight:500;text-align:left;z-index:1;box-shadow:0 1px 1px 0 rgba(28,35,69,0.04);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}
.select_type1 .sel_txt:after{content:'';display:inline-block;width:13px;height:7px;background:url("../img/arr_select2.png") no-repeat 0 0;-webkit-background-size:100% 100%;background-size:100% 100%;position:absolute;top:50%;right:20px;margin-top:-3px}
.select_type1:hover .sel_txt{border-color:#ddd;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}
.select_type1.focus .sel_txt{border-color:#222;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}

/* select_type2 */
.select_type2{position:relative}
.select_type2 .tit{font-size:15px;line-height:1;white-space:nowrap;color:#333;margin-bottom:10px}
.select_type2 .sel_txt{width:100%;height:50px;line-height:48px;display:block;position:relative;padding:0 16px;font-size:16px;color:#222;background:#f8f8f8;border:1px solid #e1e1e1;border-radius:2px;letter-spacing:-0.05em;text-align:left;z-index:1;box-shadow:0 1px 1px 0 rgba(28,35,69,0.04);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}
.select_type2 .sel_txt:after{content:'';display:inline-block;width:13px;height:7px;background:url("../img/arr_select2.png") no-repeat 0 0;-webkit-background-size:100% 100%;background-size:100% 100%;position:absolute;top:50%;right:20px;margin-top:-3px}
.select_type2 select{width:100%;height:50px;font-size:15px;-webkit-appearance:none;cursor:pointer;position:absolute;bottom:0;left:0;z-index:2;opacity:0;filter: alpha(opacity=0);-moz-opacity:0}
.select_type2:hover .sel_txt{background:#fff;border-color:#ddd;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}
.select_type2.focus .sel_txt{background:#fff;border-color:#222;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}

/* ——————————————————————————
 * accordion
/* —————————————————————————— */
/* accordion_type1 */
.accordion_type1 ul li,
.accordion_type1 ul li:hover{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear}
.accordion_type1 ul li{position:relative;background:#fff;border-radius:2px;margin-top:10px;overflow:hidden; border-radius:50px;}
.accordion_type1 ul li:first-child{margin-top:0}
.accordion_type1 ul li.active,
.accordion_type1 ul li:focus,
.accordion_type1 ul li:hover{}
.accordion_type1 ul li.active {border-radius:30px;}
.accordion_type1 ul li.opa{opacity:0.4;filter: alpha(opacity=40);-moz-opacity:0.4}
.accordion_type1 ul li.opa:hover{opacity:1;filter: alpha(opacity=100);-moz-opacity:1}
.accordion_type1 ul li .qusetion{position:relative;}
.accordion_type1 ul li .qusetion a{position:relative;display:block;color:#222;font-size:16px;line-height:24px;padding:32px 60px 32px 90px; margin:0 20px;}
.accordion_type1 ul li .qusetion a p{display:inline-block}
.accordion_type1 ul li .qusetion a span, .accordion_type1 ul li .answer a span{position:relative;width:14px;height:20px;display:inline-block;color:#222;font-size:18px;font-weight:700;line-height:1;position:absolute;left:20px;top:50%;margin-top:-10px; z-index:99;padding-left:13px;}
.accordion_type1 ul li .answer a span {top:30%; left:40px; color:#fff; padding-top:10px;}
.accordion_type1 ul li .qusetion a span:before {content:'';display:inline-block;width:40px;height:40px;position:absolute;top:-10px;left:0; background:#efefef; border-radius:100%;z-index:-1;}
.accordion_type1 ul li .qusetion a:after{content:'';display:inline-block;width:18px;height:10px;position:absolute;top:50%;right:20px;margin-top:-5px;background:url("../img/ico_accordion1.png") no-repeat 0 0;-webkit-background-size:18px 20px;background-size:18px 20px}
.accordion_type1 ul li .qusetion a:before {}
.accordion_type1 ul li.active .qusetion a:after{background-position:0 100%}
.accordion_type1 ul li .answer{position:relative;padding:20px 0 25px 110px;margin:0;font-size:16px;line-height:1.5;color:#777;border-top:1px solid #f0f0f0;letter-spacing:-.025em;display:none}
.accordion_type1 ul li .answer span:before {content:'';display:inline-block;width:40px;height:40px;position:absolute;top:0;left:0; background:#0061e1; border-radius:100%;z-index:-1;}
.accordion_type1 ul li .answer b{color:#222}

.accordion_type1 ul li.active .qusetion a span {color:#fff;}
.accordion_type1 ul li.active .qusetion a span:before {background:#222;}

/* ——————————————————————————
 * pagination
/* —————————————————————————— */
.pagination{position:relative;margin-top:20px;text-align:center}
.pagination p.page_arr{position:absolute;top:15px}
.pagination p.page_arr a {background:#fff; border-radius:10px; color:#79a5ff; margin-left:0;}
.pagination p.page_arr.prev{left:0}
.pagination p.page_arr.next{right:0}
.pagination>ul{/*width:250px;margin:auto*/display:inline-block}
.pagination>ul>li{width:50px;display:inline-block}
.pagination>ul>li a{position:relative;display:inline-block;font-size:18px;font-weight:700;color:#666;line-height:24px;padding:13px 10px}
.pagination>ul>li.on a{cursor:default}
.pagination>ul>li a:hover, .pagination>ul>li.on a{color:#111}
/* .pagination>ul>li a:hover:before, .pagination>ul>li.on a:before{content:'';height:5px;background:#ffdf00;position:absolute;bottom:16px;left:5px;right:5px;z-index:-1} */

/* ——————————————————————————
 * policy
/* —————————————————————————— */
#policy_cont{font-size:13px;line-height:1.7;color:#777}
#policy_cont .txt_pre{white-space:pre-line}
.policy_tit1{margin:36px 0 16px;color:#222;font-size:20px;line-height:1.3}
.policy_tit2{margin:36px 0 16px;color:#222;font-size:14px;font-weight:700;line-height:1.3}
.policy_txt{margin-top:4px}
.policy_dep2{margin-top:14px}
.policy_dep2>li{position:relative;margin-top:7px;padding-left:26px}
.policy_dep2>li>a span.num,
.policy_dep2>li>span.num{display:inline-block;position:absolute;top:0;left:2px}
.policy_dep2>li>a{color:#444;border-bottom:1px solid #fff;display:inline-block}
.policy_dep2>li>a:hover{border-color:#444}
.policy_dep3{margin-top:6px}
.policy_dep3>li{position:relative;margin-top:2px;padding-left:20px}
.policy_dep3>li>span.num{display:inline-block;position:absolute;top:0;left:2px}
.policy_dep4{margin-top:6px}
.policy_dep4>li{position:relative;margin-top:2px;padding-left:10px}
.policy_dep4>li:before{content:'';width:4px;height:1px;display:inline-block;background:#999;position:absolute;top:10px;left:0}


/* ——————————————————————————
 * layerPopup
/* —————————————————————————— */
.layerPopup{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999999999999999;overflow:hidden}
.layerPopup.open{display:block}
.layerPopup .bg_mask{position:absolute;top:0;left:0;width:100%;height:100%;background:url("../img/bg_black_opa50.png") repeat;z-index:999}
.layerPopup .bg_mask.animated{-webkit-animation-duration:0.5s;animation-duration:0.5s}
.layerPopup .layerBody{width:520px;height:310px;text-align:center;position:absolute;left:50%;top:50%;padding:60px 70px;background:#fff;border-radius:2px;box-shadow:0 4px 16px 0 rgba(0,13,57,0.2);z-index:9999}
.layerPopup .layerBody.animated{-webkit-animation-duration:0.5s;animation-duration:0.5s}
.layerPopup .layerBody .close{width:80px;height:80px;line-height:80px;display:inline-block;position:absolute;right:0;top:0;text-align:center;z-index:100;background:url("../img/ico_ly_close.png") no-repeat center center;-webkit-background-size:20px 20px;-moz-background-size:20px 20px;-o-background-size:20px 20px;background-size:20px 20px}
.layerPopup .layerBody .layerTit{padding-bottom:20px;margin-bottom:20px;border-bottom:2px solid #222}
.layerPopup .layerBody .layerTit h2{font-size:26px;color:#222;line-height:1.4;font-weight:500}
.layerPopup .layerBody .layerTit p{margin-top:10px;font-size:16px;color:#7c7c7c}
.layerPopup .layerBody h2.tit .desc{display:inline-block;font-size:13px;margin-left:10px;color:#808189}
.layerPopup .layerBody .contPop{overflow:hidden;overflow-y:auto}


/* ——————————————————————————
 * 캡챠 자동등록(입력)방지 기본
/* —————————————————————————— */
#captcha{width:378px;display:block;position:relative;}
#captcha legend{position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;font-size:0}
#captcha audio{display:block;margin:0 0 5px;width:187px}
#captcha #captcha_img{width:154px;height:62px;border:1px solid #e4e4e4;border-radius:2px 0 0 2px;margin-right:30px;float:left}
#captcha #captcha_key{width:186px;height:50px;display:block;float:right;position:relative;padding:13px 16px;font-size:16px;color:#222;line-height:22px;background:#f8f8f8;border:1px solid #e1e1e1;border-radius:2px;letter-spacing:-0.025em;text-align:left;z-index:1;box-shadow:0 1px 1px 0 rgba(28,35,69,0.04);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}
#captcha #captcha_key:hover{background:#fff;border-color:#DDDDDD;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}
#captcha #captcha_key:focus{background:#fff;border-color:#222 !important;box-shadow:0 1px 5px 0 rgba(28,35,69,0.12);transition:box-shadow 0.2s ease,border-color 0.2s ease;-webkit-transition:box-shadow 0.2s ease,border-color 0.2s ease}
#captcha #captcha_info{width:186px;display:block;font-size:11px;letter-spacing:-0.05em;float:right;color:#999;margin-top:2px}
#captcha #captcha_mp3, #captcha #captcha_reload{width:31px;height:31px;border:1px solid #e4e4e4;display:inline-block;text-indent:-99999em;overflow:hidden;background:url("../img/ico_captcha.png") no-repeat 0 0 #fff;-webkit-background-size:29px 58px;background-size:29px 58px;position:absolute;left:153px}
#captcha #captcha_mp3{top:0;border-bottom:0;border-radius:0 2px 0 0}
#captcha #captcha_reload{background-position:0 -29px;top:31px;border-radius:0 0 2px 0}