@charset "utf-8";

/*서브상단메뉴-pc 탭부분*/
.sb_tabArea {border-bottom:solid 1px #eee; margin-top:-50px;}
.sb_tabArea h4 {font-size:1.3em; padding:10px 0; border-bottom:solid 2px #0494d7; margin:0; word-break:keep-all;}
.sb_tabArea h4:before {content:''; display:inline-block; width:14px; height:14px; border:solid 4px #d3cbc5; border-radius:50%; margin-right:8px;}
.sb_tabArea .sb_tab {box-sizing:border-box;}

.sb_tab > ul {display:flex; justify-content:center;}
.sb_tab > ul > li {text-align:center; flex:1; background-color:rgba(255, 255, 255, .8);}
.sb_tab > ul > li.active {background-color:#0494d7;}
.sb_tab > ul > li:last-child {border-right:0;}
.sb_tab > ul > li.active a {color:#fff;}
.sb_tab > ul > li a {font-size:1em; font-weight:700; display: block; height:50px; line-height:52px; padding:0 14px; box-sizing: border-box; white-space:nowrap;}


/*서브상단메뉴-드롭다운 모바일*/
.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;

    color:#000;
    /* Styles */
    background: rgba(255, 255, 255, .8);
	border-bottom: 1px solid #eee;
    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;
}

.sb_dropArea .wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: solid 2px #0494d7;
    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 */
/* Active state */

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


.sb_dropArea .wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}
.sb_mo{display:none;}

@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; position:absolute; top:280px; left:0; width:100%; padding:0 20px;}
	
}