@charset "utf-8";

/*서브상단메뉴-pc 탭부분*/
.sb_tabArea {width:100%; position:absolute; bottom:23px; left:50%; transform:translateX(-50%);}
.sb_tabArea .sb_tab {box-sizing:border-box;}

.sb_tab > ul {display:flex;}
.sb_tab > ul > li {flex:1; margin-right:10px; text-align:center;}
.sb_tab > ul > li.active {position:relative;}

.sb_tab > ul > li:last-child {margin-right:0;}
.sb_tab > ul > li a {font-size:1.1em; color:#fff; font-weight:bold; display: block; padding:20px 0 16px; background-color:rgba(0, 0, 0, .6); box-sizing:border-box; white-space:nowrap; position:relative; top:0; transition:all 0.25s;}
.sb_tab > ul > li a:hover {top:-3px; box-shadow:1px 1px 3px rgba(0, 0, 0, .4); background-color:#ee4927;}
.sb_tab > ul > li.active a:after {content:''; display:inline-block; width:80px; height:3px; background-color:#ee4927; position:absolute; bottom:0; left:50%; margin-left:-40px;}


/*서브상단메뉴-드롭다운 모바일*/
.m_dro{margin: 0;}
.m_dro li{display:none;}
.m_dro_dis{display:block !important;}


.sb_dropArea .wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 12px 15px;

    /* Styles */
    background: rgba(0, 0, 0, .6);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	text-align: center;
    
    color:#fff;
    font-weight:bold;
}

.sb_dropArea .wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 49%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: solid 2px #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg)
}

.sb_dropArea .wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
		
    /* Styles */
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.sb_dropArea .wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.sb_dropArea .wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.sb_dropArea .wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.sb_dropArea .wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.sb_dropArea .wrapper-dropdown-5 .dropdown li:hover a {
    color: #ee4927;
}

/* Active state */

.sb_dropArea .wrapper-dropdown-5.active {
    background: #ee4927;
    box-shadow: none;
    border-bottom: none;
    color: white;
}


.sb_dropArea .wrapper-dropdown-5.active .dropdown {
    max-height: 400px;
    border-bottom:solid 1px #eee;
}
.sb_mo{display:none;}

.info_sub_nav {margin-bottom:40px;}
.info_sub_nav ul {display:flex;}
.info_sub_nav ul li {width:25%; margin-right:20px; text-align:center; background-color:#eee;}
.info_sub_nav ul li:last-child {margin-right:0;}
.info_sub_nav ul li.active {background-color:#ee4927;}
.info_sub_nav ul li a {display:inline-block; width:100%; padding:16px 0 14px; word-break:keep-all;}
.info_sub_nav ul li.active a {color:#fff; font-weight:bold;}

.info2 .info_sub_nav ul li {width:33.33%;}

@media (max-width:1199px) {
	.sb_tabArea .ul_tab3 {width:46%;}
	.sb_tabArea .ul_tab4 {width:49%;}
	.sb_tabArea .ul_tab5 {width:60;}
	.sb_tabArea .ul_tab6 {width:70%;}
	.sb_tabArea .ul_tab7 {width:78%;}
}

@media (max-width:1000px) {
	.sb_pc {display:none;}
	.sb_mo {display:block; width:80%; position:absolute; bottom:30px; left:50%; transform:translatex(-50%);}
	
}

@media (max-width:767px) {
    .sb_mo {bottom:20px;}
    
    .info_sub_nav {margin-bottom:20px;}
    .info_sub_nav ul {}
    .info_sub_nav ul li {margin-right:10px;}
    .info_sub_nav ul li a {font-size:0.9em;}
}

@media (max-width:440px) {
    .sb_mo {bottom:15px;}
}