@charset "UTF-8";

/********* common_layout *********/
html, body {height:100%; font-size: 10px;}
body {line-height:1.3; color:#333; font-family: 'NotoSansKR', 'sans-serif';  font-size:15px; word-break: keep-all; min-width: 320px;}
.wrapper {position:relative; z-index:1; min-height:100%; overflow: hidden;}
#fullpage {width: 100%;}
.container {position:relative; z-index:1; max-width: 1400px; margin: 0 auto;}
.container2 {position:relative; z-index:1; max-width: 1460px; margin: 0 auto;}
.container3 {position:relative; z-index:1; max-width: 1640px; margin: 0 auto;}
.container4 {position:relative; z-index:1; max-width: 1500px; margin: 0 auto;}
.contents {position: relative;}
.hide {position:absolute; left:-9999px; overflow:hidden; width:1px; height:1px; line-height:1px; font-size:1px;}
caption {position:static; overflow:hidden; width:1px; height:1px; margin:0; padding:0; font-size:1px; text-indent:-9999px;}

@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 300;
    src: url("/kor/fonts/NotoSansCJKkr-Light.eot");
    src: url("/kor/fonts/NotoSansCJKkr-Light.woff2") format('woff2'), 
         url("/kor/fonts/NotoSansCJKkr-Light.woff") format('woff'), 
         url("/kor/fonts/NotoSansCJKkr-Light.otf") format('opentype'); 
}

@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 400;
    src: url("/kor/fonts/NotoSansCJKkr-Regular.eot");
    src: url("/kor/fonts/NotoSansCJKkr-Regular.woff2") format('woff2'), 
         url("/kor/fonts/NotoSansCJKkr-Regular.woff") format('woff'), 
         url("/kor/fonts/NotoSansCJKkr-Regular.otf") format('opentype');
}
@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 500;
    src: url("/kor/fonts/NotoSansCJKkr-Medium.eot");
    src: url("/kor/fonts/NotoSansCJKkr-Medium.woff2") format('woff2'), 
         url("/kor/fonts/NotoSansCJKkr-Medium.woff") format('woff'), 
         url("/kor/fonts/NotoSansCJKkr-Medium.otf") format('opentype'); 
}
@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 700;
    src: url("/kor/fonts/NotoSansCJKkr-Bold.eot");
    src: url("/kor/fonts/NotoSansCJKkr-Bold.woff2") format('woff2'), 
         url("/kor/fonts/NotoSansCJKkr-Bold.woff") format('woff'), 
         url("/kor/fonts/NotoSansCJKkr-Bold.otf") format('opentype'); 
}
@font-face {
    font-family:"Montserrat";
    font-style: normal;
    font-weight: 300;
    src: url("/kor/fonts/Montserrat-Light.woff") format('woff')
}
@font-face {
    font-family:"Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("/kor/fonts/Montserrat-Regular.woff") format('woff')
}
@font-face {
    font-family:"Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("/kor/fonts/Montserrat-Medium.woff") format('woff')
}
@font-face {
    font-family:"Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("/kor/fonts/Montserrat-SemiBold.woff") format('woff')
}



/* 헤더 */
header {position: absolute; z-index: 9999; top: 0; left: 0; right: 0;}
.header {position: relative; z-index: 9998; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s;}
.gnb_header {}
.gnb_header:before {display: block; content: ""; position: absolute; left: 0; top: 0; right: 0; width: 100%; height: 100%; background: rgb(0, 0, 0); background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); z-index: 0;}
.gnb_header .head_box {position: relative; font-size: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.gnb_header .head_box .logo {position: absolute; left: 50px; top: 50%; transform: translateY(-50%);}
.gnb_header .head_box .logo a {display: block; width: 137px; height: 55px; background-image: url("/kor/images/common/logo_white.png"); background-size: cover; background-position: 0 0; background-repeat: no-repeat;}
.gnb_header .head_box .gnb {display: flex; justify-content: center; align-items: center; padding: 0 220px 0 215px; text-align: center;}
.gnb_header .head_box .gnb > li { position: relative; width: 100%; max-width: 190px;}
.gnb_header .head_box .gnb > li > a {position: relative; display: flex; height: 110px; justify-content: center; align-items: center; text-align: center;}
.gnb_header .head_box .gnb > li > a > .text {font-weight: 500; font-size: 20px; line-height: 30px; color: #ffffff; }
.gnb_header .head_box .gnb > li > a:before {display: block; content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -2px; width: 0; height: 2px; background-color: #074f98; transition: all 0.5s;}
.gnb_header .head_box .gnb > li > a:hover:before, .gnb_header .head_box .gnb > li > a:focus:before {width: 140px;}
.gnb_header .head_box .gnb > li > .sub_gnb_box {display: none; }
/* .gnb_header .head_box .gnb > li > .sub_gnb_box.on {display: flex;}
.gnb_header .head_box .gnb > li > .sub_gnb_box .sub_gnb {}
.gnb_header .head_box .gnb > li > .sub_gnb_box .sub_gnb > li {margin: 20px 0 0;}
.gnb_header .head_box .gnb > li > .sub_gnb_box .sub_gnb > li:first-child {margin: 0;}
.gnb_header .head_box .gnb > li > .sub_gnb_box .sub_gnb > li > a {display: block;}
.gnb_header .head_box .gnb > li > .sub_gnb_box .sub_gnb > li > a .text {font-weight: 700; font-size: 16px; line-height: 24px; color: #ffffff;}
.gnb_header .head_box .gnb > li > .sub_gnb_box .sub_gnb > li .sub_gnb2 {}
.gnb_header .head_box .gnb > li > .sub_gnb_box .sub_gnb > li .sub_gnb2 > li {}
.gnb_header .head_box .gnb > li > .sub_gnb_box .sub_gnb > li .sub_gnb2 > li > a  {display: block; font-weight: 400; font-size: 14px; line-height: 24px; color: #ffffff;}
.gnb_header .head_box .gnb > li:hover > a .text, .gnb_header .head_box .gnb > li:focus > a .text{color: #222;} */


.gnb_header .head_box .gnb > li.active > a:before {width: 140px;}
.gnb_header .head_box .gnb > li:hover > a:before, .gnb_header .head_box .gnb > li:focus > a:before {width: 140px;}

.util_menu {display: flex; position: absolute; right: 50px; top: 50%; transform: translateY(-50%); column-gap: 60px; align-items: center; z-index: 1;}
.util_menu .language_box {position: relative;min-width: 70px; text-align: center;}
.util_menu .language_box .language_btn {display: block; width: 100%; text-align: center;}
.util_menu .language_box .language_btn .text {position: relative; padding: 0 23px 0 0; font-weight: 700; font-size: 15px; line-height: 30px; color: #fff;}
.util_menu .language_box .language_btn .text:before {display: block; content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 12px; height: 7px; background-image: url("/kor/images/common/language_arrow_white.png"); background-position: 0 0; background-repeat: no-repeat; transition: all 0.3s;}
.util_menu .language_box.on .language_btn .text:before {transform: translateY(-50%) rotate(180deg)}
.util_menu .language_box .language_list {display: none; position: absolute; left: 50%; top: calc(100%); min-width:100%; border-radius: 5px; overflow: hidden; background-color: #fff; border: 1px solid #eaeaea; min-width: 70px; text-align: center; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 9999;}
.util_menu .language_box .language_list li {}
.util_menu .language_box .language_list li:last-child {border-top: 1px solid #eaeaea;}
.util_menu .language_box .language_list li a {display: block; font-weight: 400; font-size: 15px; line-height: 30px; color: #222222}
.util_menu .sitemap_btn {display: block; width: 50px; height: 24px; background: url("/kor/images/common/sitemap_btn.png") no-repeat 0 0; background-size: cover;}
.util_menu .m_box {display: none;}
.util_menu .m_box .m_gnb_btn {display: block; width: 28px; height: 18px; background: url("/kor/images/common/sitemap_btn.png") no-repeat 0 0; background-size: cover;}
.util_menu .language_box .list li .box:hover .text, .util_menu .language_box .list li .box:focus .text {color: #06d3ff;}
.util_menu .language_box .list li .box:hover .text:before, .util_menu .language_box .list li .box:focus .text:before {width: 100%;}

/* gnb bg */
.gnb_bg {display: none; justify-content: center; align-items: center; padding: 0 220px 0 215px; border-top: 1px solid #b2c7dc; background-color: rgba(255, 255, 255, 0.97); box-shadow: 0 10px 10px rgb(211 211 211 / 50%); z-index: 0;}
/* gnb bg */
.gnb_bg .inner {}
.gnb_bg .inner .gnb_list {display: flex; justify-content: center; align-content: flex-start;}
.gnb_bg .inner .gnb_list > li {width: 100%; max-width: 190px;}
.gnb_bg .inner .gnb_list > li > a {display: none;}
.gnb_bg .inner .gnb_list > li .sub_gnb_box {display: flex; justify-content: center; width: 100%; padding: 25px 0 40px; z-index: 9999;}
.gnb_bg .inner .gnb_list > li .sub_gnb_box .sub_gnb {}
.gnb_bg .inner .gnb_list > li .sub_gnb_box .sub_gnb > li {margin: 10px 0 0;}
.gnb_bg .inner .gnb_list > li .sub_gnb_box .sub_gnb > li:first-child {margin: 0;}
.gnb_bg .inner .gnb_list > li:first-child .sub_gnb_box .sub_gnb > li {margin: 20px 0 0;}
.gnb_bg .inner .gnb_list > li:first-child .sub_gnb_box .sub_gnb > li:first-child {margin: 0;}
.gnb_bg .inner .gnb_list > li .sub_gnb_box .sub_gnb > li > a {display: block;}
.gnb_bg .inner .gnb_list > li .sub_gnb_box .sub_gnb > li > a .text {display: inline-block; position: relative; font-weight: 500; font-size: 15px; line-height: 20px; color: #111111; letter-spacing: -0.035em;}
.gnb_bg .inner .gnb_list > li .sub_gnb_box .sub_gnb > li .sub_gnb2 {margin: 5px 0 0;}
.gnb_bg .inner .gnb_list > li .sub_gnb_box .sub_gnb > li .sub_gnb2 li {}
.gnb_bg .inner .gnb_list > li .sub_gnb_box .sub_gnb > li .sub_gnb2 li a {display: block; font-weight: 400; font-size: 14px; line-height: 24px; color: #888888; letter-spacing: -0.035em;}
.gnb_bg .inner .gnb_list > li.none {display: none;}

.header.scrolled .gnb_header {position: fixed; top: 0; z-index: 1; width: 100%;}
.header.scrolled .gnb_header:before {display: none;}

.gnb_header.on:before {display: none;}
.gnb_header.on {position: fixed; top: 0; z-index: 1; width: 100%; background-color: #fff; border-bottom: 1px solid #cccccc}
.gnb_header.on .head_box .logo a {background-image: url("/kor/images/common/logo.png");}
.gnb_header.on .head_box .gnb > li > a > .text {color: #222;}
.gnb_header.on .util_menu .sitemap_btn {background-image: url("/kor/images/common/sitemap_btn_on.png");}
.gnb_header.on .util_menu .language_box .language_btn .text {color: #222;}
.gnb_header.on .util_menu .language_box .language_btn .text:before {background-image: url("/kor/images/common/language_arrow.png");}

.header.black .gnb_header .head_box {border-color: #d0d0d0;}
.header.black .gnb_header .head_box .logo a {background-image: url("/kor/images/common/logo.png");}
.header.black .gnb_header .head_box .gnb > li > a > .text {color: #222;}
.header.black .util_menu .language_box .language_btn .text {color: #222;}
.header.black .util_menu .language_box .language_btn .text:before {background-image: url("/kor/images/common/language_arrow.png");}
.header.black .util_menu .sitemap_btn {background-image: url("/kor/images/common/sitemap_btn_on.png");}
.header.black .util_menu .m_box .m_gnb_btn {background-image: url("/kor/images/common/sitemap_btn_on.png");}
/* m_gnb */

.m_gnb_wrap {display:none; position:fixed; right:-340px; top:0; z-index:9999; background-color: rgba(7, 79, 152, 0.93); overflow-y: auto; width: 100%; max-width: 340px; height:100vh;}

.m_gnb_wrap .m_gnb_top {padding: 10px; }
.m_gnb_wrap .m_gnb_top .inner {display: flex; justify-content: space-between;}
.m_gnb_wrap .m_gnb_top .inner .language_box {width: 84px; }
.m_gnb_wrap .m_gnb_top .inner .language_box .list {display: flex;}
.m_gnb_wrap .m_gnb_top .inner .language_box .list li {width: 100%; border: 1px solid rgba(255, 255, 255, 0.5);}
.m_gnb_wrap .m_gnb_top .inner .language_box .list li .box {display: block;  text-align: center;}
.m_gnb_wrap .m_gnb_top .inner .language_box .list li .box .text {font-weight: 400; font-size: 14px; line-height: 40px; color: rgba(255, 255, 255, 0.5);}
.m_gnb_wrap .m_gnb_top .inner .language_box .list li.on  {border: 1px solid #fff; }
.m_gnb_wrap .m_gnb_top .inner .language_box .list li.on .box .text {color: #fff;}
.m_gnb_wrap .m_gnb_top .inner .m_gnb_close {}
.m_gnb_wrap .m_gnb_top .inner .m_gnb_close img {width: 24px;}
.m_gnb_wrap .m_gnb {margin: 20px 0 0;}
.m_gnb_wrap .m_gnb > li {border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.m_gnb_wrap .m_gnb > li:first-child {margin: 0;}
.m_gnb_bg {display:none; position:fixed; left:0; top:0; z-index:9998; width:100%; height:100%; background-color:#000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0;}
.m_gnb_wrap .m_gnb > li > a {display: flex; width: 100%; height: 50px;; align-items: center; padding: 0 20px;}
.m_gnb_wrap .m_gnb > li > a > .text {display: block; position: relative; width: 100%; font-weight: 700; font-size: 20px; line-height: 30px; color: #ffffff;}
.m_gnb_wrap .m_gnb > li > a > .text:before {content: ''; display: inline-block; position: absolute; top: 50%; right: 0; width: 12px; height: 3px; background-color: #fff; transform: translateY(-50%); transition: all 0.5s;}
.m_gnb_wrap .m_gnb > li > a > .text:after {content: ''; display: inline-block; position: absolute; top: 50%; right: 5px; width: 3px; height: 12px; background-color: #fff; transform: translateY(-50%); transition: all 0.5s; opacity: 1;}
.m_gnb_wrap .m_gnb > li > a.on {background-color: #1a1f69;}
.m_gnb_wrap .m_gnb > li > a.on > .text:before {transform: rotate(180deg);}
.m_gnb_wrap .m_gnb > li > a.on > .text:after {display: none;}

.m_gnb_wrap .m_gnb > li > .sub_gnb_box {display: none; padding: 10px 20px;}
.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb {}
.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li {margin: 15px 0 0;}
.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li:first-child {margin: 0;}
.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li > a {display: block; padding: 5px 0;}
.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li > a > .text {display: inline-block; font-weight: 700; font-size: 18px; line-height: 26px; color: #ffffff;}
.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li .sub_gnb2 {}
.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li .sub_gnb2 > li {}
.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li .sub_gnb2 > li > a {display: block; font-weight: 400; font-size: 18px; line-height: 32px; color: #d4ecff;}

/* 사이트맵 */
.sitemap_wrap {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 10000; overflow-y: auto; visibility: visible; background-color: #074f98;}
.sitemap_wrap .sitemap_inner {height: calc(100% - 20px);}
.sitemap_wrap .sitemap_inner .util_menu {top: 60px; transform: translateY(0);}
.sitemap_wrap .sitemap_inner .util_menu .sitemap_close {}
.sitemap_wrap .sitemap_inner .util_menu .sitemap_close img {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.sitemap_wrap .sitemap_inner .util_menu .sitemap_close:hover img, .sitemap_wrap .sitemap_inner .title_area .sitemap_close:focus img {transform:rotate(180deg);}
.sitemap_wrap .sitemap_inner .sitemap_box {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%;width: 100%; max-width: 1400px; margin: 0 auto; }
.sitemap_wrap .sitemap_inner .sitemap_box .logo {display: block; width: 100%; margin: 0 0 55px; border-bottom: 1px solid rgba(255, 255, 255, 0.4); padding: 0 0 55px; text-align: center;}
.sitemap_wrap .sitemap_inner .sitemap_box .logo img {}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap {display: flex; justify-content: space-between; align-items:start; column-gap: 10px; width: 100%;}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li {position: relative;}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li.none {display: none;}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li:first-child {margin: 0;}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li > a {display: block;}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li > a .text {font-weight: 500; font-size: 32px; line-height: 40px; color: #ffffff;}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box {margin: 15px 0 0;}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sitemap_sub_gnb {}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sitemap_sub_gnb > li {margin: 8px 0 0;}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sitemap_sub_gnb > li:first-child {margin: 0;}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sitemap_sub_gnb > li > a {display: inline-block; }
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sitemap_sub_gnb > li > a .text {position: relative; display: inline-block; font-weight: 700; font-size: 18px; line-height: 24px; color: #ffffff;;}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sitemap_sub_gnb > li .sub_gnb2 {margin: 5px 0 0;}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sitemap_sub_gnb > li .sub_gnb2 > li {}
.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sitemap_sub_gnb > li .sub_gnb2 > li > a {display: block; font-weight: 400; font-size: 18px; line-height: 28px; color: #d3ecff;;}

.header.scrolled .sitemap_wrap .sitemap_inner .util_menu .language_box .language_btn .text {color: #fff;}
.header.scrolled .sitemap_wrap .sitemap_inner .util_menu .language_box .language_btn .text:before {background-image: url("/kor/images/common/language_arrow_white.png");}
/* footer */
.top_btn {position: fixed; right: 20px; bottom: 20px; z-index: 2;}
.inq_btn {position: fixed; right: 20px; bottom: 90px; z-index: 2;}
.footer {background-color: #111111;}
.footer .ft_top_area {display: flex; justify-content: space-between; align-items: center; padding: 50px 0 40px; border-bottom: 1px solid #999999;}
.footer .ft_top_area .logo {}
.footer .ft_top_area .logo img {}
.footer .ft_top_area .menu_list {}
.footer .ft_top_area .menu_list .list {display: flex; column-gap: 6px;}
.footer .ft_top_area .menu_list .list li {}
.footer .ft_top_area .menu_list .list li .menu {display: flex; align-items: center; justify-content: center; width: 200px; border: 1px solid #484848; height: 60px; font-weight: 400; font-size: 16px; line-height: 24px; color: #999999; }
.footer .ft_btm_area {padding: 35px 0;}
.footer .ft_btm_area .list {display: flex; column-gap: 20px; margin: 0;}
.footer .ft_btm_area .list + .list {margin: 8px 0 0;}
.footer .ft_btm_area .list li {font-weight: 400; font-size: 17px; line-height: 24px; color: #e0e0e0;}
.footer .ft_btm_area .list li a {color: #e0e0e0;}


.red {color: #ff4c49;}
.tc {text-align: center !important;}
.tr {text-align: right !important;}


/* ==================== Pagination Style ==================== */
.pagination {margin: 95px 0 0; font-size:0; text-align: center;}
.pagination a {position: relative; display: inline-block; width: 40px; height: 40px; margin: 0 5px 3px 0; font-weight: 400; font-size: 18px; line-height: 40px; color: #888888; text-align: center; vertical-align: middle; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;}
.pagination a:hover, .pagination a:focus, .pagination .active {font-weight: 700; color: #222222;}
.pagination a:after {display: none; content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 20px; height: 2px; background-color: #222;}
.pagination a:hover:after, .pagination a:focus:after {display: block;}
.pagination a.page_arrow:after {display: none;}
.pagination a.active:after {display: block;}
.pagination .page_arrow {position: relative;}
.pagination .page_arrow:hover, .pagination .page_arrow:focus {background-color: #fff;}
.pagination .page_arrow:before {display: block; content: ''; position: absolute; top: 50%; height: 14px; background-position: center; background-size: contain; background-repeat: no-repeat;}
.pagination .page_arrow.l1 {margin: 0 5px 3px 0;}
.pagination .page_arrow.l1:before {left: 50%; width: 8px; transform: translate(-50%, -50%); background-image: url("/kor/images/common/page_l1.png");}
.pagination .page_arrow.l2 {}
.pagination .page_arrow.l2:before {left: 50%; width: 13px; transform: translate(-50%, -50%); background-image: url("/kor/images/common/page_l2.png");}
.pagination .page_arrow.r1 {margin: 0 5px 3px 0;}
.pagination .page_arrow.r1:before {left: 50%; width: 8px; transform: translate(-50%, -50%);  background-image: url("/kor/images/common/page_r1.png");}
.pagination .page_arrow.r2 {}
.pagination .page_arrow.r2:before {left: 50%; width: 13px; transform: translate(-50%, -50%); background-image: url("/kor/images/common/page_r2.png");}
/* ==================== Pagination Style ==================== */


/*체크박스*/
.chk_inner {display: inline-block; position: relative; padding: 0 0 0 24px; font-size: 0; text-align: left;}
.chk_inner .inp_chk {display: inline-block; position: absolute; top: 50%; left: 0; width: 20px; height: 20px; margin: -10px 0 0; border: 1px solid #e2e2e2; padding: 0; background-color: #ffffff; cursor: pointer; vertical-align: middle;}
.chk_inner .inp_chk:checked:before {display: block; content: ''; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); width: 19px; height: 13px; background: url("/kor/images/sub/chk.png") center no-repeat;}
.chk_inner label {display: inline-block; font-weight: 400; font-size: 16px; line-height: 16px; color: #777777; vertical-align: middle; cursor: pointer;}
/*//체크박스*/

/*라디오 버튼*/
.radio_area {display: inline-block; position: relative; padding: 0 0 0 20px; font-size: 0;}
.radio_area .radio_inp {display: inline-block; position: absolute; top: 10px; left: 0; width: 14px; height: 14px; border: 1px solid #777777; padding: 0; background-color: #ffffff; border-radius: 50%; cursor: pointer;}
.radio_area .radio_inp:checked {background-color: inherit;}
.radio_area .radio_inp:checked:before {display: block; content: ''; position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; background-color: #4457e3; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%;}
.radio_area label {font-weight: 400; font-size: 14px; line-height: 40px; color: #777777;}
/*//라디오 버튼*/
.btn_area {margin: 30px 0 0;}

.btn_area .btn {display: inline-block; width: 170px; border: 1px solid #074f98; background-color: #074f98; font-weight: 400; font-size: 18px; line-height: 48px; color: #ffffff; text-align: center;}
.btn_area .btn:hover, .btn_area .btn:focus {background-color: #fff; color: #074f98;}

.btn_area.list .btn {border-radius: 25px;}
.btn_area.list .btn .text {padding: 0 0 0 35px; background-image: url("/kor/images/sub/list_icon.png"); background-position: left center; background-repeat: no-repeat;}
.btn_area .btn:hover .text, .btn_area2 .btn:focus .text {background-image: url("/kor/images/sub/list_icon_on.png");}


@media screen and (max-width: 1640px) {
    .container3 {padding: 0 10px;}
}
@media screen and (max-width: 1500px) {
	.container4 {padding: 0 10px;}
}
@media screen and (max-width: 1460px) {
	.container2 {padding: 0 10px;}
}

@media screen and (max-width: 1400px) {
    .container {padding: 0 10px;}
    .gnb_header .head_box .logo {left: 10px;}
    .gnb_header .head_box .logo a {width: 90px; height: 36px;}
    .util_menu {right: 10px; column-gap: 20px;}
    .gnb_header .head_box .gnb {padding: 0 120px;}
    .gnb_header .head_box .gnb > li > a {height: 80px;}
    .gnb_header .head_box .gnb > li > a > .text {font-size: 18px; line-height: 24px;}
    .gnb_header .head_box .gnb > li > .sub_gnb_box {padding: 10px 5px;}
    .gnb_header .head_box .gnb > li > .sub_gnb_box .sub_gnb > li {margin: 10px 0 0;}
    .gnb_header .head_box .gnb > li > .sub_gnb_box .sub_gnb > li > a .text {font-size: 14px; line-height: 21px;}

	.gnb_bg {padding: 0 120px;}
	.gnb_bg .inner .gnb_list > li .sub_gnb_box {padding: 10px 0 20px;}
	.gnb_bg .inner .gnb_list > li .sub_gnb_box .sub_gnb > li > a .text {font-size: 13px; line-height: 18px;}
	.gnb_bg .inner .gnb_list > li .sub_gnb_box .sub_gnb > li .sub_gnb2 li a {font-size: 12px; line-height: 18px;}
	

	.gnb_header .head_box .gnb > li.active > a:before {width: 100%;}
	.gnb_header .head_box .gnb > li:hover > a:before, .gnb_header .head_box .gnb > li:focus > a:before {width: 100%;}


    .util_menu .language_box {min-width: 60px;}
    .util_menu .language_box .language_btn .text {font-size: 14px; line-height: 24px;}
    .util_menu .language_box .language_list {min-width: 60px;}
    .util_menu .language_box .language_list li a {font-size: 14px; line-height: 26px;}
    .util_menu .sitemap_btn {width: 28px; height: 18px; background-size: cover;}

	
	.header.scrolled .gnb_header {position: fixed; top: 0; z-index: 1; width: 100%; background-color: #fff; box-shadow: 0 2px 5px rgb(211 211 211 / 50%);}
	.header.scrolled .gnb_header .head_box .logo a {background-image: url("/kor/images/common/logo.png");}
	.header.scrolled .gnb_header .head_box .gnb > li > a > .text {color: #222;}
	.header.scrolled .util_menu .language_box .language_btn .text {color: #222;}
	.header.scrolled .util_menu .language_box .language_btn .text:before {background-image: url("/kor/images/common/language_arrow.png");}
	.header.scrolled .util_menu .sitemap_btn {background-image: url("/kor/images/common/sitemap_btn_on.png");}
	.header.scrolled .util_menu .m_box .m_gnb_btn {background-image: url("/kor/images/common/sitemap_btn_on.png");}


    .sitemap_wrap .sitemap_inner .util_menu .sitemap_close img {width: 40px;}
    .sitemap_wrap .sitemap_inner .sitemap_box {padding: 0 10px;}
    .sitemap_wrap .sitemap_inner .sitemap_box .logo {margin: 0 0 30px; padding: 0 0 30px;}
    .sitemap_wrap .sitemap_inner .sitemap_box .logo img {width: 150px;}
    .sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li > a .text {font-size: 24px; line-height: 30px;}
    .sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sitemap_sub_gnb > li > a .text {font-size: 16px; line-height: 20px;}
    .sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sitemap_sub_gnb > li .sub_gnb2 > li > a {font-size: 16px; line-height: 24px;}

    .footer .ft_top_area {padding: 20px 0;}
    .footer .ft_top_area .logo img {width: 110px;}
    .footer .ft_top_area .menu_list .list li .menu { width: 170px; height: 45px; font-size: 14px; line-height: 21px;}
    .footer .ft_btm_area {padding: 20px 0;}
    .footer .ft_btm_area .list + .list {margin: 4px 0 0;}
    .footer .ft_btm_area .list li {font-size: 14px; line-height: 21px;}

	.btn_area .btn {width: 130px; font-size: 16px; line-height: 40px;}
	.btn_area.list .btn .text {padding: 0 0 0 25px; background-size: 16px 10px;}
}

@media screen and (max-width: 1280px) {
	

}


@media screen and (max-width: 1080px) {

	html, body {font-size: 12px;}

    .gnb_header .head_box {display: flex; justify-content: space-between; padding: 10px;}
    .gnb_header .head_box .gnb {display: none;}
    .gnb_header .head_box .logo {position: inherit; left: inherit; top: inherit; transform: translateY(0);}
    .util_menu {position: inherit; right: inherit; transform: translateY(0); column-gap: 10px;}
	.util_menu .language_box {min-width: 50px;}
	.util_menu .language_box .language_btn .text {padding: 0 15px 0 0;}
    .util_menu .sitemap_btn {display: none;}
    .util_menu .m_box {display: block;}

    .inq_btn {right: 10px; bottom: 75px;}
    .inq_btn img {width: 62px;}
    .top_btn {right: 10px;}
    .top_btn img {width: 62px;}
    .footer .ft_top_area {padding: 15px 0;}
    .footer .ft_top_area .logo img {width: 110px;}
    .footer .ft_top_area .menu_list .list li .menu {width: 140px; height: 35px; font-size: 12px; line-height: 18px;}
    .footer .ft_top_area .menu_list .list li .menu img {width: 100px;}
    .footer .ft_btm_area {padding: 15px 0;}
    .footer .ft_btm_area .list {gap: 4px 10px; flex-wrap: wrap;}
    .footer .ft_btm_area .list li {font-size: 12px; line-height: 18px;}

       /* ==================== Pagination Style ==================== */
	.pagination {margin: 55px 0 0;}
	.pagination a {width: 20px; height: 20px; margin: 0 2px 0 0; font-size:14px; line-height: 18px;}
	.pagination a:after {width: 12px;}
	.pagination .page_arrow {font-size:15px;}
    .pagination .page_arrow.r1 {margin: 0 2px 0 0;}
    .pagination .page_arrow.l1 {margin: 0 2px 0 0;}
    .pagination .page_arrow.r1:before {width: 6px;}
    .pagination .page_arrow.r2:before {width: 10px;}
    .pagination .page_arrow.l1:before {width: 6px;}
    .pagination .page_arrow.l2:before {width: 10px;}
	.pagination.skin2 a {line-height:20px;}
    /* ==================== Pagination Style ==================== */

	.btn_area {margin: 20px 0 0;}
	.btn_area .btn {width: 100px; font-size: 14px; line-height: 36px;}
	.btn_area.list .btn .text {padding: 0 0 0 20px; background-size: 14px 8px;}
}

@media screen and (max-width: 767px) {
    .inq_btn {right: 5px;}
    .inq_btn img {width: 58px;}
    .top_btn {right: 5px;}
    .top_btn img {width: 58px;}

    .footer .ft_top_area {flex-direction: column; align-items: start; gap: 10px;}
    .footer .ft_top_area .logo img {width: 90px;}
    .footer .ft_top_area .menu_list .list li .menu img {width: 80px;}

	.pagination {margin: 35px 0 0;}
	
	.btn_area .btn .text {font-size: 14px; line-height: 35px;}
	
}

@media screen and (max-width: 480px) {

}


/* select 기본 화살표 없애기 */
select {
    border-radius:0; /* 아이폰 사파리 보더 없애기 */
    -webkit-appearance:none; /* 화살표 없애기 for chrome*/
    -moz-appearance:none; /* 화살표 없애기 for firefox*/
    appearance:none /* 화살표 없애기 공통*/ 
}

select::-ms-expand{
    display:none /* 화살표 없애기 for IE10, 11*/
}