@charset "utf-8";

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; top: 0; left: 0; width: 100%; z-index: 10000; background-color: #fff;}
#header::before {content: ''; width: 100%; height: 1px; background-color: #eeeeee; position: absolute; bottom: 0; left: 0;}
#header .h_inner {max-width: 1200px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; position: relative;}
#header .logo {width: 115px; height: 52px; background: url(../images/common/logo.png) no-repeat center; position: absolute; left: 0; top: 27px; font-size: 0; display: block;}



/* footer */
#footer {background-color: #fafafa;}
#footer .f_inner {max-width: 1200px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; position: relative; padding: 57px 0 42px;}
#footer .logo {position: absolute; right: 0; top: 60px;}
#footer .info_bx {font-size: 0; padding-right: 130px;}
#footer .info_bx li {font-size: 16px; line-height: 30px; color: #777777; word-break: keep-all; margin-right: 26px; display: inline-block;}
#footer .info_bx li:last-child {margin-right: 0;}
#footer .info_bx li.w100p {display: block; margin-right: 0;}
#footer .btm_txt {font-size: 14px; color: #666666; line-height: 26px; word-break: keep-all; margin-top: 13px;}
#footer .btm_txt span {color: #222222;}



/* 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; height: auto; box-sizing:border-box; z-index: 1;}
#s_visual .slogan > .title_box{ display:table-cell; vertical-align:middle; position: relative; padding: 0 20px;}
#s_visual .slogan .title_box > .bg_img {position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; transform: scale(1.2);}
#s_visual .slogan .title_box > .bg_img.on {transform: scale(1);}
#s_visual .slogan > .title_box .ttl_w {position: relative; z-index: 1; padding-top: 94px;}
#s_visual .slogan > .title_box .title {display:block; position: relative; text-align: center; word-break: keep-all; font-size: 50px; color: #111111; font-weight: 700; line-height: 60px; word-break: keep-all;}
#s_visual .slogan > .title_box .sub_tit {text-align: center; position: relative; margin-bottom: 14px;}
#s_visual .slogan > .title_box .sub_tit span {font-size: 20px; color: #174a97; font-weight: 500; line-height: 30px; word-break: keep-all;}



.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 {display: block!important;}
    #header .menu_bx .dep1_wrap {font-size: 0; text-align: right;}
    #header .menu_bx .dep1 {display: inline-block; position: relative; margin-right: 60px;}
    #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: 18px; color: #111111; font-weight: 700; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s;}
    #header .menu_bx .dep1:hover > a {color: #174a97;}
    #header .menu_bx .dep2_wrap {position: absolute; top: 89px; left: 50%; margin-left: -90px; width: 180px; background-color: #174a97; text-align: center; display: block!important; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; visibility: hidden; opacity: 0; z-index: -1; transform: translate(0, 10px);}
    #header .menu_bx .dep1.arrow:hover .dep2_wrap {visibility: visible; opacity: 1; z-index: 1; transform: translate(0, 0);}
    #header .menu_bx .dep2_wrap > li {margin-bottom: 11px;}
    #header .menu_bx .dep2_wrap > li:first-child {padding-top: 26px;}
    #header .menu_bx .dep2_wrap > li:last-child {margin-bottom: 0; padding-bottom: 27px;}
    #header .menu_bx .dep2_wrap > li > a {font-size: 16px; color: rgba(255,255,255,.6); font-weight: 500; display: inline-block; line-height: 25px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; word-break: keep-all;}
    #header .menu_bx .dep2_wrap > li > a:hover {color: #fff;}



    /* s_visual */
    #s_visual .tab_box {margin-top: 52px; padding: 0 20px;}
    #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; margin: 0 10px;}
    #s_visual .tab_box .dep2_wrap > li > a {min-width: 200px; height: 70px; border-radius: 35px; background-color: #f6f6f6; font-size: 18px; color: #aaaaaa; line-height: 26px; font-weight: 700; word-break: keep-all; display:flex; justify-content:center; align-items:center; table-layout:fixed; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; padding: 0 30px;}
    #s_visual .tab_box .dep2_wrap > li > a:hover {color: #174a97;}
    #s_visual .tab_box .dep2_wrap > li.on > a {color: #fff!important; background-color: #174a97!important;}
}

/* 태블릿&모바일 공통*/
@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 {height: 70px;}
    #header .logo {width: 100px; height: 45px; background-size: 100px 45px; top: 12px;}
    #header .menu_btn {position: absolute; right: 0; width: 30px; height: 20px; top: 25px; cursor: pointer;}
    #header .menu_btn span {background-color: #111; width: 100%; height: 2px; position: absolute; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
    #header .menu_btn span:nth-child(1) {top: 0;}
    #header .menu_btn.on span:nth-child(1) {top: 50%; margin-top: -1px; transform: rotate(135deg);}
    #header .menu_btn span:nth-child(2) {top: 9px;}
    #header .menu_btn.on span:nth-child(2) {opacity: 0;}
    #header .menu_btn span:nth-child(3) {top: 18px;}
    #header .menu_btn.on span:nth-child(3) {top: 50%; margin-top: -1px; transform: rotate(-135deg);}
    
    #header .menu_bx {position: fixed; width: 100%; height: calc(100% - 70px); left: 0; top: 70px; background-color: #fff; box-sizing: border-box; padding: 30px 20px; display: none; overflow-y: auto;}
    #header .menu_bx .dep1 {text-align: center; margin-bottom: 10px;}
    #header .menu_bx .dep1 > a {display: block; font-size: 20px; color: #111; line-height: 50px; font-weight: 700;}
    #header .menu_bx .dep1.on > a {color: #174a97;}
    #header .menu_bx .dep2_wrap {background-color: #174a97; display: none;}
    #header .menu_bx .dep2_wrap > li {margin-bottom: 6px;}
    #header .menu_bx .dep2_wrap > li:first-child {padding-top: 12px;}
    #header .menu_bx .dep2_wrap > li {padding-bottom: 12px; margin-bottom: 0;}
    #header .menu_bx .dep2_wrap > li > a {font-size: 15px; color: rgba(255,255,255,.6); line-height: 23px; letter-spacing: -0.02em;}



    /* footer */
    #footer .f_inner {padding: 40px 0 25px;}
    #footer .logo {top: 40px; max-width: 100px;}
    #footer .info_bx {padding-right: 120px;}
    #footer .info_bx li {font-size: 12px; line-height: 17px; margin-right: 20px;}
    #footer .btm_txt {font-size: 11px; line-height: 15px; margin-top: 15px;}



    /* s_visual */
    #s_visual {padding-top: 70px;}
    #s_visual .slogan > .title_box .ttl_w {padding-top: 50px;}
    #s_visual .slogan > .title_box .title {font-size: 28px; line-height: 33px;}
    #s_visual .slogan > .title_box .sub_tit {margin-bottom: 5px;}
    #s_visual .slogan > .title_box .sub_tit span {font-size: 15px; line-height: 23px;}
    #s_visual .tab_box {margin: 30px auto 0; position: relative; width: calc(100% - 40px);}
    #s_visual .tab_box .on_txt {background-color: #174a97; font-size: 12px; color: #fff; font-weight: 700; display:flex!important; justify-content:left; align-items:center; table-layout:fixed; height: 40px; padding: 0 20px; position: relative; cursor: pointer;}
    #s_visual .tab_box .on_txt::before {content: ''; width: 8px; height: 5px; background: url(../images/icon/arrow1.png) no-repeat center; position: absolute; right: 20px; 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::before {transform: rotate(180deg);}
    #s_visual .tab_box .dep2_wrap {position: absolute; width: 100%; top: 40px; left: 0; box-sizing: border-box; border: 1px solid #174a97; background-color: #fff; padding: 0 20px; display: none; border-top: none;}
    #s_visual .tab_box .dep2_wrap > li {margin-bottom: 5px;}
    #s_visual .tab_box .dep2_wrap > li:first-child {padding-top: 10px;}
    #s_visual .tab_box .dep2_wrap > li:last-child {margin-bottom: 0; padding-bottom: 10px;}
    #s_visual .tab_box .dep2_wrap > li > a {font-size: 12px; color: #666; line-height: 25px; display: inline-block;}
    
}

/* 모바일 */
@media all and (max-width:768px){
    .pc_show2 {display: none!important;}
    .m_show2 {display: block!important;}



    /* footer */
    #footer .logo {position: relative; top: auto; right: auto; display: block; margin-bottom: 20px;}
    #footer .info_bx {padding-right: 0;}
    #footer .info_bx li {display: block; margin-bottom: 5px; margin-right: 0;}
    #footer .info_bx li:last-child {margin-bottom: 0;}
}

