@charset "utf-8";

/*
font-family: "Open Sans", sans-serif;
*/

label, input, select{vertical-align:middle;}
body{font-size:14px; font-family:'Pretendard', '맑은 고딕', 'Malgun Gothic', Dotum, "돋움",Gulim, "굴림", Verdana, Tahoma, AppleGothic, sans-serif; color:#333; letter-spacing:0; }
input, textarea, select{ font-family:'Pretendard', sans-serif !important; }
input[type="checkbox"]{ border:1px solid #ddd;}



/* header */
#header {position: fixed; width: 100%; top: 0; left: 0; z-index: 10000; box-sizing: border-box; background-color: #fff;}
#header::before {content: ''; width: 100%; height: 1px; background-color: #eeeeee; position: absolute; left: 0; bottom: 0;}
#header .h_inner {max-width: 1400px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; position: relative; padding: 0 200px;}
#header .logo {position: absolute; width: 180px; height: 40px; background: url(../images/common/logo.png) no-repeat center; position: absolute; left: 0; top: 30px; font-size: 0; z-index: 10; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}
#header .r_bx {position: absolute; right: 5px; top: 37px; font-size: 0;}
#header .r_bx .login {display: inline-block; vertical-align: middle; width: 25px; height: 27px; background: url(../images/icon/login.png) no-repeat center; margin-right: 17px;}
#header .r_bx .logout {display: inline-block; vertical-align: middle; width: 25px; height: 27px; background: url(../images/icon/logout.png) no-repeat center; margin-right: 17px; font-size: 0; padding: 0;}
#header .r_bx .menu_btn {display: inline-block; vertical-align: middle; width: 30px; height: 25px; position: relative; cursor: pointer; z-index: 10;}
#header .r_bx .menu_btn span {position: absolute; width: 100%; height: 3px; background-color: #111111; left: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
#header .r_bx .menu_btn span:nth-child(1) {top: 0px;}
#header .r_bx .menu_btn.on span:nth-child(1) {transform: rotate(135deg); top: 50%; margin-top: -1.5px;}
#header .r_bx .menu_btn span:nth-child(2) {top: 11px;}
#header .r_bx .menu_btn.on span:nth-child(2) {opacity: 0;}
#header .r_bx .menu_btn span:nth-child(3) {top: 22px;}
#header .r_bx .menu_btn.on span:nth-child(3) {transform: rotate(-135deg); top: 50%; margin-top: -1.5px;}

#header.on .logo {background: url(../images/common/logo_on.png) no-repeat center;}
#header.on .r_bx .menu_btn span {background-color: #fff;}



/* 사이트맵 */
#siteMap {position: fixed; width: 100%; height: 100%; top: 0; left: 0; box-sizing: border-box; overflow-y: auto; display: none;}
#siteMap .sm_inner {box-sizing: border-box; position: relative; overflow: hidden; display: table; width: 100%; height: 100%; table-layout: fixed;}
#siteMap .bg_bx {position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../images/common/sitemap_bg.jpg) no-repeat center; background-size: cover; transform: scale(1.2);}
#header.on #siteMap .bg_bx {transform: scale(1); -webkit-transition: transform 5s; -moz-transition: transform 5s; transition: transform 5s;}
#siteMap .sm_inner .menu_w {position: relative; z-index: 1;}
#siteMap .dep1_wrap {font-size: 0; text-align: center;}
#siteMap .dep1_wrap .dep1 {margin-bottom: 40px;}
#siteMap .dep1_wrap .dep1:last-child {margin-bottom: 0;}
#siteMap .dep1_wrap .dep1 > a {font-size: 40px; color: #ffffff; font-weight: 700; display: inline-block; margin-bottom: 40px;}
#siteMap .dep1_wrap .dep1:last-child > a:last-child {margin-bottom: 0;}
#siteMap .dep1_wrap .dep2_wrap {display: none;}
#siteMap .dep1_wrap .dep2_wrap {width: 100%; max-width: 760px; margin: 0 auto; border-radius: 20px; background-color: rgba(0,0,0,0.3); padding: 0 20px; box-sizing: border-box;}
#siteMap .dep1_wrap .dep2_wrap > li > a {font-size: 26px; color: #ffffff; letter-spacing: -0.03em; border-bottom: 1px solid transparent; line-height: 30px;}



/* footer */
#footer {background-color: #fafafa; padding: 41px 0 44px;}
#footer .f_top {border-bottom: 1px solid #e0e0e0; padding-bottom: 40px;}
#footer .f_btm {margin-top: 53px;}
#footer .f_inner {max-width: 1200px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; position: relative;}
#footer .logo {position: absolute; left: 0; top: 0;}
#footer .link_bx {text-align: right; font-size: 0;}
#footer .link_bx li {display: inline-block; margin-right: 60px; position: relative;}
#footer .link_bx li:last-child {margin-right: 0;}
#footer .link_bx li::before {content: ''; width: 3px; height: 3px; border-radius: 50%; background-color: #aaaaaa; position: absolute; right: -31px; top: 50%; margin-top: -1.5px;}
#footer .link_bx li:last-child::before {display: none;}
#footer .link_bx li a {display: block; font-size: 16px; color: #444444; letter-spacing: -0.05em; word-break: keep-all; line-height: 20px;}
#footer .link_bx li a.bold {color: #1fa6c9; font-weight: 700;}
#footer .info_bx {font-size: 0;}
#footer .info_bx li {display: inline-block; margin-right: 40px; font-size: 16px; color: #666666; line-height: 30px; letter-spacing: -0.05em; word-break: keep-all;}
#footer .info_bx li strong {color: #111111; font-weight: 700;}
#footer .btm_txt {font-size: 15px; color: #aaaaaa; word-break: keep-all; line-height: 23px; margin-top: 28px;}
#footer .top_btn {position: fixed; z-index: 10; bottom: 50px; right: 40px; width: 70px; height: 70px; cursor: pointer; border-radius: 50%; font-size: 0; box-shadow: 0 10px 20px rgba(17,17,17,0.2); background-color: #111111;}
#footer .top_btn::before {content: ''; width: 21px; height: 21px; background: url(../images/icon/top_btn.png) no-repeat center top; position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}



/* s_visual */
#s_visual {position: relative; box-sizing: border-box; z-index: 50; padding-top: 100px;}
#s_visual .slogan { display:table; width:100%; table-layout:fixed; box-sizing:border-box; z-index: 1; overflow: hidden;}
#s_visual .slogan > .title_box{ display:table-cell; vertical-align:middle; position: relative; padding: 82px 20px 0;}
#s_visual .slogan > .title_box .ttl_w {position: relative; z-index: 1; text-align: center;}
#s_visual .slogan > .title_box .title {display:block; font-family: "Open Sans", sans-serif; font-size: 60px; color: #111111; font-weight: 700; word-break: keep-all;}
#s_visual .slogan > .title_box .sub_tit {font-family: "Open Sans", sans-serif; font-size: 18px; color: #444444; word-break: keep-all; line-height: 30px; margin-top: 17px;}
    
    
    
/* 팝업 */
.popup_bx {position: fixed; width: 100%; height: 100%; top: 0; left: 0; box-sizing: border-box; background-color: rgba(0,0,0,0.2); z-index: 10000; overflow-y: auto; padding: 100px 0; display: none;}
.popup_bx .pop_inner {display: table; width: 100%; height: 100%; table-layout: fixed;}
.popup_bx .pop_w {display: table-cell; height: 100%; vertical-align: middle;}
.popup_bx .pop_con {max-width: 680px; width: calc(100% - 40px); margin: 0 auto; background-color: #fff; box-sizing: border-box; border-radius: 20px; padding: 72px 30px 80px;}
.popup_bx .pop_con .txt1 {text-align: center; font-size: 30px; line-height: 40px; letter-spacing: -0.05em; word-break: keep-all; color: #444; margin-bottom: 26px;}
.popup_bx .pop_con .txt1 strong {color: #111111; font-weight: 700;}
.popup_bx .pop_con .f_bx {max-width: 500px; margin: 0 auto; width: 100%;}
.popup_bx .pop_con .f_bx input {width: 100%; height: 60px; border: none; border-bottom: 2px solid #eeeeee; padding: 0 10px; font-size: 16px; color: #444; word-break: keep-all; outline: none;}
.popup_bx .pop_con .f_bx input::placeholder {color: #cccccc;}
.popup_bx .pop_con .btm_btn.two {display: flex; flex-flow: wrap; justify-content: center; padding-top: 40px!important;}
.popup_bx .pop_con .btm_btn.two a {width: calc(50% - 10px)!important; margin-right: 20px!important;}
.popup_bx .pop_con .btm_btn.two a:nth-child(2n) {margin-right: 0!important;}



.pc_show2 {display: block!important;}
.m_show2 {display: none!important;}


/* PC */
@media all and (min-width:1025px){
    .pc_show{ display:block !important;}
    .pc_i_show{ display:inline-block !important;}
    .m_show{ display:none !important;}
    .m_i_show{ display:none !important;}



    /* header */
    #header .menu_bx {text-align: center; font-size: 0;}
    #header .menu_bx .dep1 {display: inline-block; margin-right: 70px; vertical-align: top; position: relative;}
    #header .menu_bx .dep1:last-child {margin-right: 0;}
    #header .menu_bx .dep1 > a {height: 100px; display:flex; justify-content:center; align-items:center; table-layout:fixed; font-size: 20px; color: #111111; font-weight: 600; letter-spacing: -0.05em; text-align: center; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s;}
    #header .menu_bx .dep1:hover > a {color: #1fa6c9;}
    #header .menu_bx .dep2_wrap {position: absolute; background-color: #fff; width: 160px; top: 89px; left: 50%; margin-left: -80px; border-radius: 10px; box-shadow: 0 10px 20px rgba(17,17,17,0.3); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; visibility: hidden; opacity: 0; z-index: -1;}
    #header .menu_bx .dep1:hover .dep2_wrap {visibility: visible; opacity: 1; z-index: 1; transform: translate(0, -10px);}
    #header .menu_bx .dep2_wrap > li {text-align: center; margin-bottom: 21px;}
    #header .menu_bx .dep2_wrap > li:first-child {padding-top: 21px;}
    #header .menu_bx .dep2_wrap > li:last-child {margin-bottom: 0; padding-bottom: 20px;}
    #header .menu_bx .dep2_wrap > li > a {display: inline-block; font-size: 16px; color: #666666; line-height: 19px; letter-spacing: -0.05em; border-bottom: 1px solid transparent; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #header .menu_bx .dep2_wrap > li > a:hover {color: #1fa6c9; border-color: #1fa6c9;}



    /* 사이트맵 */
    #siteMap .sm_inner {padding: 100px 0;}
    #siteMap .sm_inner .menu_w {display: table-cell; width: 100%; vertical-align: middle;}
    #siteMap .dep1_wrap .dep2_wrap > li {display: inline-block; width: 33.333%; text-align: center; padding: 50px 0;}
    #siteMap .dep1_wrap .dep01 .dep2_wrap > li {width: 20%;}
    #siteMap .dep1_wrap .dep2_wrap > li > a {-webkit-transition: border 0.3s; -moz-transition: border 0.3s; transition: border 0.3s;}
    #siteMap .dep1_wrap .dep2_wrap > li > a:hover {border-color: #fff;}



    /* footer */
    #footer .top_btn::before {-webkit-transition: background 0.3s; -moz-transition: background 0.3s; transition: background 0.3s;}
    #footer .top_btn:hover::before {background-position: center bottom;}



    /* s_visual */
    #s_visual .tab_box {margin-top: 42px;}
    #s_visual .tab_box .dep2_wrap {font-size: 0; text-align: center; display: block!important;}
    #s_visual .tab_box .dep2_wrap > li {display: inline-block; vertical-align: middle; margin: 0 5px;}
    #s_visual .tab_box .dep2_wrap > li > a {width: 160px; height: 60px; display:flex; justify-content:center; align-items:center; table-layout:fixed; border-radius: 30px; background-color: #eeeeee; font-size: 18px; color: #666666; letter-spacing: -0.03em; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #s_visual .tab_box .dep2_wrap > li > a:hover {color: #111;}
    #s_visual .tab_box .dep2_wrap > li.on > a {background-color: #1fa6c9; color: #fff; font-weight: 700;}
    
}

@media all and (max-width:1100px){
    #header .menu_bx .dep1 {margin-right: 55px;}
}

/* 태블릿&모바일 공통*/
@media all and (max-width:1024px){	
	.pc_show{ display:none !important;}
	.pc_i_show{ display:none !important;}
	.m_show{ display:block !important;}
	.m_i_show{ display:inline-block !important;}



    /* header */
    #header .h_inner {padding: 0; height: 70px;}
    #header .logo {width: 112px; height: 26px; background-size: 112px 26px!important; top: 22.5px;}
    #header .r_bx {top: 25px; right: 4px;}
    #header .r_bx .login {width: 20px; height: 18px; background-size: 20px 18px; margin-right: 14px;}
    #header .r_bx .menu_btn {width: 26px; height: 18px;}
    #header .r_bx .menu_btn span {height: 2px;}
    #header .r_bx .menu_btn.on span:nth-child(1) {margin-top: -1px;}
    #header .r_bx .menu_btn span:nth-child(2) {top: 8px;}
    #header .r_bx .menu_btn span:nth-child(3) {top: 16px;}
    #header .r_bx .menu_btn.on span:nth-child(3) {margin-top: -1px;}
    #header .menu_bx {display: none!important;}
    
    
    
    /* 사이트맵 */
    #siteMap .sm_inner .menu_w {position: fixed; width: 100%; height: calc(100% - 70px); top: 70px; left: 0; box-sizing: border-box; overflow-y: auto; padding: 6px 20px 20px;}
    #siteMap .dep1_wrap .dep1 {margin-bottom: 26px;}
    #siteMap .dep1_wrap .dep1 > a {font-size: 25px; margin-bottom: 7px;}
    #siteMap .dep1_wrap .dep2_wrap {border-radius: 10px; margin-top: 5px;}
    #siteMap .dep1_wrap .dep2_wrap > li {margin-bottom: 10px;}
    #siteMap .dep1_wrap .dep2_wrap > li:first-child {padding-top: 15px;}
    #siteMap .dep1_wrap .dep2_wrap > li:last-child {margin-bottom: 0; padding-bottom: 13px;}
    #siteMap .dep1_wrap .dep2_wrap > li > a {font-size: 15px; line-height: 25px; border-bottom: none;}



    /* footer */
    #footer {padding: 30px 0 19px;}
    #footer .f_top {padding-bottom: 17px;}
    #footer .f_btm {margin-top: 16px;}
    #footer .logo {max-width: 112px; width: 100%;}
    #footer .link_bx li {margin-right: 23px;}
    #footer .link_bx li::before {width: 2px; height: 2px; right: -12px; margin-top: -1px;}
    #footer .link_bx li a {font-size: 11px; line-height: 15px;}
    #footer .info_bx li {font-size: 11px; line-height: 17px; margin-right: 23px;}
    #footer .btm_txt {margin-top: 14px; font-size: 11px; line-height: 15px;}
    #footer .top_btn {width: 40px; height: 40px; bottom: 20px; right: 20px;}
    #footer .top_btn::before {width: 12px; height: 12px; background-size: 12px auto;}



    /* s_visual */
    #s_visual {padding-top: 70px;}
    #s_visual .slogan > .title_box {padding-top: 39px;}
    #s_visual .slogan > .title_box .title {font-size: 30px;}
    #s_visual .slogan > .title_box .sub_tit {margin-top: 8px; font-size: 13px; line-height: 21px;}
    
    #s_visual .tab_box {position: relative; padding: 0 20px; margin-top: 28px;}
    #s_visual .tab_box .on_txt {position: relative; height: 50px; display:flex!important; justify-content:center; align-items:center; table-layout:fixed; background-color: #1fa6c9; border-radius: 25px; padding: 0 25px; -webkit-transition: border-radius 0.3s; -moz-transition: border-radius 0.3s; transition: border-radius 0.3s; z-index: 1; cursor: pointer;}
    /*#s_visual .tab_box .on_txt.on {border-radius: 25px 25px 0 0;}*/
    #s_visual .tab_box .on_txt span {display: block; text-align: center; font-size: 14px; color: #ffffff; letter-spacing: -0.03em; font-weight: 700; line-height: 20px;}
    #s_visual .tab_box .on_txt span::before {content: ''; width: 9px; height: 5px; background: url(../images/icon/arrow4.png) no-repeat center; position: absolute; right: 25px; top: 50%; margin-top: -2.5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #s_visual .tab_box .on_txt.on span::before {transform: rotate(180deg);}
    #s_visual .tab_box .dep2_wrap {position: absolute; width: calc(100% - 40px); box-sizing: border-box; left: 20px; top: 25px; border-top: none; display: none;}
    #s_visual .tab_box .dep2_wrap > li {text-align: center; padding-bottom: 5px; background-color: #1fa6c9;}
    #s_visual .tab_box .dep2_wrap > li:first-child {padding-top: 40px;}
    #s_visual .tab_box .dep2_wrap > li:first-child::before {content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; top: 25px;}
    #s_visual .tab_box .dep2_wrap > li:last-child {padding-bottom: 15px; border-radius: 0 0 25px 25px;}
    #s_visual .tab_box .dep2_wrap > li > a {display: inline-block; font-size: 13px; color: #fff; letter-spacing: -0.03em; line-height: 25px;}
    
    
    
    /* 팝업 */
    .popup_bx .pop_con {border-radius: 10px; max-width: 350px; padding: 35px 20px 40px;}
    .popup_bx .pop_con .txt1 {font-size: 15px; line-height: 21px;}
    .popup_bx .pop_con .f_bx {max-width: 250px;}
    .popup_bx .pop_con .f_bx input {border-width: 2px; font-size: 12px; height: 30px;}
    .popup_bx .pop_con .btm_btn.two {padding-top: 20px!important;}
    .popup_bx .pop_con .btm_btn.two a {width: calc(50% - 2.5px)!important; margin-right: 5px!important;}

}

/* 모바일 */
@media all and (max-width:768px){
    .pc_show2 {display: none!important;}
    .m_show2 {display: block!important;}
    
    
    
    /* 사이트앱 */
    #siteMap .bg_bx {background: url(../images/common/sitemap_bg_m.jpg) no-repeat center; background-size: cover;}



    /* footer */
    #footer .logo {position: relative; display: block; margin: 0 auto; top: auto; left: auto;}
    #footer .link_bx {text-align: center; margin-top: 18px;}
    #footer .link_bx li::before {display: none;}
    #footer .info_bx {text-align: center;}
    #footer .info_bx li {display: block; margin-right: 0;}
    #footer .btm_txt {text-align: center;}
    #footer .top_btn {display: none;}
}

