@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; 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: #ddd; position: absolute; bottom: 0; left: 0;}
#header .h_inner {max-width: 1439px; margin: 0 auto; width: calc(100% - 40px); box-sizing: border-box; position: relative;}
#header .logo {font-size: 0; width: 173px; height: 40px; background: url(../images/common/logo.jpg) no-repeat center; position: absolute; left: 0; top: 21px;}



/* footer */
#footer {background-color: #2c2c2f;}
#footer .f_inner {max-width: 1200px; width: calc(100% - 40px); margin: 0 auto; box-sizing: border-box; position: relative; padding: 47px 100px 47px 0;}
#footer .info {font-size: 0;}
#footer .info li {font-size: 14px; color: #999999; letter-spacing: -0.025em; word-break: keep-all; position: relative; display: inline-block; margin-right: 26px; line-height: 20px; margin-bottom: 4px;}
#footer .info li:last-child {margin-right: 0;}
#footer .info li::before {content: ''; width: 1px; height: 10px; background-color: #555555; position: absolute; right: -13px; top: 50%; margin-top: -5px;}
#footer .info li:last-child::before {display: none;}
#footer .info li.w100 {margin-right: 0; display: block;}
#footer .info li.w100::before {display: none;}
#footer .txt {font-size: 13px; color: #666666; word-break: keep-all; line-height: 18px; margin-top: 17px;}
#footer .top_btn {position: absolute; right: 0; top: 50px; width: 56px; height: 56px; background: url(../images/icon/top_btn.png) no-repeat center #6c6c6e; font-size: 0; cursor: pointer;}



/* s_visual */
#s_visual {position: relative; box-sizing: border-box; z-index: 50; padding-top: 80px;}
#s_visual .slogan { display:table; width:100%; table-layout:fixed; height: 480px; box-sizing:border-box; z-index: 1; overflow: hidden;}
#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;}
#s_visual .slogan > .title_box .title {display:block; font-size: 48px; color: #ffffff; letter-spacing: -0.025em; word-break: keep-all;font-weight: 800; position: relative; text-align: center;}
#s_visual .slogan > .title_box .sub_tit {text-align: center; position: relative; margin-top: 27px;}
#s_visual .slogan > .title_box .sub_tit span {font-size: 18px; color: #ffffff; letter-spacing: -0.025em; line-height: 30px; word-break: keep-all;}
#s_visual.s_visual_01 .slogan .title_box > .bg_img { background:url('../images/sub/sub_v_01.jpg') no-repeat center; background-size:cover;}
#s_visual.s_visual_02 .slogan .title_box > .bg_img { background:url('../images/sub/sub_v_02.jpg') no-repeat center; background-size:cover;}
#s_visual.s_visual_03 .slogan .title_box > .bg_img { background:url('../images/sub/sub_v_03.jpg') no-repeat center; background-size:cover;}
#s_visual.s_visual_04 .slogan .title_box > .bg_img { background:url('../images/sub/sub_v_04.jpg') no-repeat center; background-size:cover;}
#s_visual.s_visual_05 .slogan .title_box > .bg_img { background:url('../images/sub/sub_v_05.jpg') no-repeat center; background-size:cover;}


.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 {font-size: 0; text-align: right; display: block!important;}
	#header .menu_bx .dep1 {display: inline-block; position: relative; text-align: center; padding: 0 40px; vertical-align: top;}
	#header .menu_bx .dep1::before {content: ''; width: 0%; height: 3px; bottom: 0; left: 50%; transform:translate(-50%, 0%); -webkit-transform:translate(-50%, 0%); background-color: #337bb3; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; position: absolute;}
	#header .menu_bx .dep1:last-child::before {margin-left: 20px;}
	#header .menu_bx .dep1:hover::before {width: 144px;}
	#header .menu_bx .dep1:last-child {padding-right: 0;}
	#header .menu_bx .dep1 > a {font-size: 18px; color: #222222; font-weight: 500; letter-spacing: -0.025em; word-break: keep-all; height: 80px; display:flex; justify-content:center; align-items:center; table-layout:fixed;}
	#header .menu_bx .dep2_wrap {position: absolute; width: 144px; left: 50%; margin-left: -72px; top: 80px; background-color: #f1f1f1; border: 1px solid #dddddd; box-sizing: border-box; padding: 0 10px; display: none;}
	#header .menu_bx .dep1:last-child .dep2_wrap {margin-left: -52px;}
	#header .menu_bx .dep2_wrap > li {margin-bottom: 23px;}
	#header .menu_bx .dep2_wrap > li:first-child {padding-top: 34px;}
	#header .menu_bx .dep2_wrap > li:last-child {margin-bottom: 0; padding-bottom: 33px;}
	#header .menu_bx .dep2_wrap > li > a {font-size: 16px; color: #666666; word-break: keep-all; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; display: inline-block; line-height: 25px;}
	#header .menu_bx .dep2_wrap > li > a:hover {color: #337bb3;/* font-weight: 600;*/}
	#header .menu_bx .dep2_wrap > li > a em {font-style: normal;}



	/* s_visual */
	#s_visual .tab_box {font-size: 0; border-bottom: 1px solid #dddddd;}
	#s_visual .tab_box .dep2_wrap {text-align: center; display: block!important; height: auto!important;}
	#s_visual .tab_box .dep2_wrap.type2 {max-width: 1320px; width: 100%; margin: 0 auto; box-sizing: border-box; display: flex!important; flex-flow: wrap; justify-content:center; height: auto!important;}
	#s_visual .tab_box .dep2_wrap > li {display: inline-block; padding: 0 50px;}
	#s_visual .tab_box .dep2_wrap.type2 > li {width: 16.666%; box-sizing: border-box; vertical-align: bottom; padding: 0;}
	#s_visual .tab_box .dep2_wrap > li > a {font-size: 18px; line-height: 26px; letter-spacing: -0.025em; word-break: keep-all; color: #888888; display:flex; justify-content:center; align-items:center; table-layout:fixed; height: 90px; position: relative; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s;}
	#s_visual .tab_box .dep2_wrap > li.on > a {color: #222222; font-weight: 700;}
	#s_visual .tab_box .dep2_wrap.type2 > li > a::before {content: ''; width: 100%; height: calc(100% + 1px); opacity: 0; position: absolute; bottom: -1px; left: 0; background: url(../images/common/sub_menu_bg.jpg) no-repeat center bottom; background-size: 100% auto; -webkit-transition: height 0.3s, opacity 0.3s; -moz-transition: height 0.3s, opacity 0.3s; transition: height 0.3s, opacity 0.3s;}
	#s_visual .tab_box .dep2_wrap > li > a span {display:flex; justify-content:center; align-items:center; table-layout:fixed; height: 90px; max-width: 115px; text-align: center; position: relative; z-index: 1;}
	#s_visual .tab_box .dep2_wrap > li > a span::after {content: ''; width: 0%; height: 3px; background-color: #337bb3; position: absolute; bottom: -1px; left: 50%; transform:translate(-50%, 0%); -webkit-transform:translate(-50%, 0%); -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s;}
	#s_visual .tab_box .dep2_wrap > li.on > a span::after {width: 100%!important;}
	#s_visual .tab_box .dep2_wrap > li > a span em {font-style: normal; position: relative; display: inline-block;}
	#s_visual .tab_box .dep2_wrap > li > a span .new::before {content: 'NEW'; padding: 0 10px; line-height: 24px; background-color: #cc0000; text-align: center; font-size: 14px; color: #ffffff; display: inline-block; margin-right: 10px; position: relative; top: -1px;}
	
	
	#s_visual .tab_box .dep2_wrap > li > a:hover span::after {width: 100%;}
	#s_visual .tab_box .dep2_wrap.type2 > li > a:hover span::after {width: 0;}
	#s_visual .tab_box .dep2_wrap.type2 > li > a:hover {color: #fff;}
	#s_visual .tab_box .dep2_wrap.type2 > li > a:hover::before {height: calc(100% + 30px); opacity: 1;}
}

/* 태블릿&모바일 공통*/
@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 {height: 60px;}
	#header .logo {width: 128px; height: 29px; background-size: 128px 29px; top: 15px;}
	#header .menu_btn {width: 24px; height: 18px; position: absolute; right: 0; top: 21px; cursor: pointer;}
	#header .menu_btn span {width: 100%; height: 2px; background-color: #222222; left: 0; 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) {transform: rotate(135deg); top: 50%; margin-top: -1px;}
	#header .menu_btn span:nth-child(2) {top: 8px;}
	#header .menu_btn.on span:nth-child(2) { opacity: 0;}
	#header .menu_btn span:nth-child(3) {top: 16px;}
	#header .menu_btn.on span:nth-child(3) {transform: rotate(-135deg); top: 50%; margin-top: -1px;}
	
	#header .menu_bx {position: fixed; width: 100%; height: calc(100% - 59px); top: 59px; left: 0; background-color: #fff; overflow-y: auto; padding: 21px 20px 20px; box-sizing: border-box; text-align: center; display: none;}
	#header .menu_bx .dep1 {-webkit-transition: padding 0.3s; -moz-transition: padding 0.3s; transition: padding 0.3s;}
	#header .menu_bx .dep1 > a {height: 50px; display:flex; justify-content:center; align-items:center; table-layout:fixed; position: relative; font-size: 25px; color: #222222; font-weight: 700; word-break: keep-all; -webkit-transition: height 0.3s; -moz-transition: height 0.3s; transition: height 0.3s;}
	#header .menu_bx .dep1 > a::before {content: ''; width: 100%; height: 2px; background-color: #337bb3; position: absolute; left: 50%; bottom: 0; transform:translate(-50%, 0%); -webkit-transform:translate(-50%, 0%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0;}
	#header .menu_bx .dep1.on {padding-bottom: 16px;}
	#header .menu_bx .dep1.on > a {height: 62px;}
	#header .menu_bx .dep1.on > a::before {opacity: 1;}
	#header .menu_bx .dep2_wrap {background-color: #f1f1f1; border: 1px solid #dddddd; box-sizing: border-box; display: none;}
	#header .menu_bx .dep2_wrap > li {margin-bottom: 7px;}
	#header .menu_bx .dep2_wrap > li:first-child {padding-top: 23px;}
	#header .menu_bx .dep2_wrap > li:last-child {margin-bottom: 0; padding-bottom: 22px;}
	#header .menu_bx .dep2_wrap > li > a {display: inline-block; line-height: 25px; font-size: 14px; color: #666666; letter-spacing: -0.05em; word-break: keep-all;}
	#header .menu_bx .dep2_wrap > li > a em {font-style: normal;}



	/* footer */
	#footer .f_inner {padding: 28px 60px 23px 0;}
	#footer .info li {font-size: 12px; line-height: 17px; margin-bottom: 3px;}
	#footer .txt {margin-top: 8px; font-size: 10px;}
	#footer .top_btn {width: 35px; height: 35px; background-size: 10px auto; top: 30px;}
	
	
	
	/* s_visual */
	#s_visual {padding-top: 60px;}
	#s_visual .slogan {height: 240px;}
	#s_visual .slogan > .title_box .title {font-size: 30px;}
	#s_visual .slogan > .title_box .sub_tit {margin-top: 8px;}
	#s_visual .slogan > .title_box .sub_tit span {font-size: 14px; line-height: 19px;}
	#s_visual .tab_box {position: relative;}
	#s_visual .tab_box .on_txt {display:flex!important; justify-content:center; align-items:center; table-layout:fixed; height: 50px; font-size: 14px; color: #222222; font-weight: 700; letter-spacing: -0.025em; word-break: keep-all; border-bottom: 1px solid #dddddd; position: relative; cursor: pointer; padding: 0 20px; box-sizing: border-box;}
	#s_visual .tab_box .on_txt::before {content: ''; width: 9px; height: 5px; background: url(../images/icon/arrow2.png) no-repeat center; position: absolute; right: 20px; top: 50%; margin-top: -2px; -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 {padding: 0 20px; background-color: #f1f1f1; border: 1px solid #ddd; border-top: none; position: absolute; top: 50px; left: 0; z-index: 2; width: 100%; box-sizing: border-box; display: none;}
	#s_visual .tab_box .dep2_wrap > li {margin-bottom: 7px;}
	#s_visual .tab_box .dep2_wrap > li:first-child {padding-top: 23px;}
	#s_visual .tab_box .dep2_wrap > li:last-child {padding-bottom: 22px; margin-bottom: 0;}
	#s_visual .tab_box .dep2_wrap > li > a {font-size: 14px; display: inline-block; line-height: 25px; letter-spacing: -0.05em; word-break: keep-all; color: #666666;}
	#s_visual .tab_box .dep2_wrap > li > a em {font-style: normal;}
}

/* 모바일 */
@media all and (max-width:768px){
	/* footer */
	#footer .f_inner {padding: 28px 0 23px; text-align: center;}
	#footer .top_btn {display: none;}
	#footer .info li.mMr0 {margin-right: 0;}
	#footer .info li.mMr0::before {display: none;}
	#footer .info li.mw100 {margin-right: 0; display: block;}
	#footer .info li.w100 {max-width: 300px; margin:  0 auto 3px; display: block;}
	
	
	
	/* s_visual */
	#s_visual.s_visual_01 .slogan .title_box > .bg_img { background:url('../images/sub/sub_v_01_m.jpg') no-repeat center; background-size:cover;}
	#s_visual.s_visual_02 .slogan .title_box > .bg_img { background:url('../images/sub/sub_v_02_m.jpg') no-repeat center; background-size:cover;}
	#s_visual.s_visual_03 .slogan .title_box > .bg_img { background:url('../images/sub/sub_v_03_m.jpg') no-repeat center; background-size:cover;}
	#s_visual.s_visual_04 .slogan .title_box > .bg_img { background:url('../images/sub/sub_v_04_m.jpg') no-repeat center; background-size:cover;}
	#s_visual.s_visual_05 .slogan .title_box > .bg_img { background:url('../images/sub/sub_v_05_m.jpg') no-repeat center; background-size:cover;}
	
	
	
	.pc_show2 {display: none!important;}
	.m_show2 {display: block!important;}
}