@charset "utf-8";

/* s_visual */
#sub_top_Wrap{}

.s_visual { position:relative; width: 1820px; height:420px; box-sizing:border-box; background:no-repeat 70% bottom; background-size:inherit; padding-top: 140px; margin: 0 auto;}
.s_visual .s_visual_in { position:relative; display:flex; align-items: center; justify-content: center; width:100%; height:100%;  z-index:2; max-width: 1400px; margin: 0 auto; flex-wrap: wrap; align-content: center;}
.s_visual .sv_tit { color:#000; width: 100%; text-align: left;}
.s_visual .sv_tit h3 { font-size: 4.2rem;  font-weight: 700; margin-top: 40px;}

@media screen and (max-width:1800px){
    .s_visual{width: 95%;}
}
@media screen and (max-width:1600px){
    .s_visual{padding-top: 110px;}
    .s_visual .s_visual_in{width: 90%;}
}
@media screen and (max-width:1280px){
    .s_visual {height: 390px;}
}
@media screen and (max-width:980px){
    .s_visual{padding-top: 100px; height: 380px;}
    .s_visual .sv_tit h3 { font-size: 3.5rem; margin-top: 20px;}
}
@media screen and (max-width:768px){
    .s_visual{padding-top: 80px; height: 280px; background-position: 70% 70px; background-size: 1400px;}
    .s_visual .s_visual_in{height: 90%;}
    .s_visual .sv_tit h3 { font-size: 3rem; margin-top: 10px;}
    
}


/* Sub-Menu */

.sub_menu_wrap {width:100%; max-width: 1400px; height:30px; line-height:30px; font-weight:500; color: #444; font-size: 1.4rem;}
.sub_menu_wrap .in{display: flex; gap: 25px;}
.sub_menu_wrap .in > span{font-family: 'suit'; opacity: 0.5; font-size: 1.4rem; font-weight: 400;}
.sub_menu_wrap .m_home{}
.sub_menu_wrap .m_dep_box{ position: relative; display:block; }
.sub_menu_wrap .m_dep_tit { display:block; background:url('/images/sub/arrow_down.png') no-repeat 100% center;  box-sizing:border-box; cursor:pointer; padding-right: 20px;}
.sub_menu_wrap .m_dep_box .smenu { position: absolute;background:#fff; box-sizing:Border-box; border:1px solid #ddd; border-top:0; left: 45%; transform: translateX(-50%);text-align: center;z-index: 100; display: none;}
.sub_menu_wrap .m_dep_box .smenu li {margin:0; width:100%; display:block; box-sizing:border-box;  border-top:1px dotted #ddd; padding:0;}
.sub_menu_wrap .m_dep_box .smenu li:hover{background:#239eae21;}
.sub_menu_wrap .m_dep_box .smenu li:hover a { border:0; font-weight:500;}
.sub_menu_wrap .m_dep_box .smenu li a.on{background:#239dae; color:#fff; border:0; }
.sub_menu_wrap .m_dep_box .smenu li:first-child{border-top:0;}
.sub_menu_wrap .m_dep_box .smenu a { color:#333; display:block; width:100%;  padding:0.5em 1em; box-sizing:border-box; line-height:normal; font-size: 1.4rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.sub_menu_wrap .m_dep_box .smenu a br { display: none; }
.sub_menu_wrap .m_2dep_box li:before {display:none;}

@media all and (max-width: 768px){
    .sub_menu_wrap {height:20px; line-height:20px;}
    .sub_menu_wrap .in{gap: 20px;}
}




#subTitle { text-align: center; color:#222; font-size:4.0rem;  font-weight: 800; font-family: 'SUIT'; transform: rotate(-0.03deg); line-height: 1.2em; padding: 2em 0 2.5em; letter-spacing: -0.04em;}
#pageCont { padding: 120px 0 160px; }

@media all and (max-width:1280px) {
	#subTitle { padding: 2em 0 ; }
	#pageCont { padding:100px 0 140px;}
}
@media all and (max-width:480px) {
	#subTitle { font-size:3.6rem; }
	#pageCont { padding:60px 0 80px;}
}







.tabmenu { position: relative; width: 90%; max-width: 1600px; margin: 0 auto 4%; padding-top: 1px; padding-left: 1px; text-align: center; display: flex; align-items: stretch; flex-wrap: wrap; justify-content: center; }
.tabmenu li { width: calc(100%/7 + 1px); margin-left: -1px; margin-top: -1px; font-size: 1.7rem;  }
.tabmenu li a { display: block; width: 100%; height: 100%; padding: 1.4em; border: 1px solid #e5e7ee; display: flex; align-items: center; justify-content: center; font-weight: 500; color:#212121;  }
.tabmenu li a:hover { color:#034ea2; }


/* 페이지 인식을 위한 부분 */
.tab01 .tabmenu  a.menu1,
.tab02 .tabmenu  a.menu2,
.tab03 .tabmenu  a.menu3,
.tab04 .tabmenu  a.menu4,
.tab05 .tabmenu  a.menu5,
.tab06 .tabmenu  a.menu6,
.tab07 .tabmenu  a.menu7,
.tab08 .tabmenu  a.menu8,
.tab09 .tabmenu  a.menu9,
.tab10 .tabmenu  a.menu10,
.tab11 .tabmenu  a.menu11,
.tab12 .tabmenu  a.menu12 { color:#fff; background:#034ea2; font-weight:600; border-color: #034ea2 !important; z-index:98; }

@media all and (max-width:1280px) {
    .tabmenu li { width: calc(100%/3 + 1px); }
}

@media all and (max-width:480px) {
    .tabmenu { justify-content: flex-start; }
    .tabmenu li { width: calc(100%/2 + 1px); }
    .tabmenu li a { justify-content: center; }
}

@media all and (max-width:380px) {
    .tabmenu li a { padding: 1em; }
}


.tb-style2 { width: 100%;  border-top: 2px solid #009cab; line-height: 1.3em; text-align: center; color:#212121;}
.tb-style2 thead tr th { background: #009cab1c; color:#212121; padding: 14px 0;border-bottom: 1px solid #ddd;   font-size: 1.8rem; line-height: 1.7em;border-left: 1px solid #ddd;}
.tb-style2 thead tr th:first-child {border-left: 0;}
.tb-style2 tbody td { padding: 15px 7px; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 1.5rem;  word-break: keep-all; line-height: 1.4em;}
.tb-style2 td:first-child {border-left: 0;}
.tb-style2 td.br1{border-left: 1px solid #ddd;}



@media all and (max-width:1239px){
  /* .tb-scroll{width: 100%; overflow-x: scroll; } */
}
@media screen and (max-width:767px) {
    .tb-style2 thead th { padding: 1em; }
    .tb-style2 tbody td { padding: 0.8em; }
}
@media screen and (max-width:400px) {
    .tag{font-size: 1rem; padding: 2px 4px;}
    .tag2{font-size: 1rem; padding: 2px 4px;}
}



.terms {padding: 4%; max-width: 1600px; line-height: 1.7em; font-family: 'Pretendard', sans-serif; font-size: 1.5rem;  border: 1px solid #eee;}
.terms ul{border:1px solid #ddd; padding:2%; margin-top: 20px;}
.terms h3 { font-size: 20px; color:#212121; }
.terms h4 { font-size: 16px; color:#212121; margin: 2em 0 0.5em; }
.terms p + p { margin-top: 1em; }
.terms p + h3 { margin-top: 2.5em; }
@media screen and (max-width:480px){
    .terms {font-size: 1.4rem;}
}