@charset "utf-8";

/*sub common layout*/
#content_wrap{position:relative; overflow:hidden; width:640px; margin-bottom:40px}
#contents {clear:both; position:relative; width:640px; min-height:300px; margin:0 auto;}

/* 3depths */
.tab_3dep{width:96%; margin:0 auto; padding-top:30px; text-align:center; overflow:hidden;}

.tab_3dep li{float:left; width:33%; margin:1px;  background:#e5e8eb;}
.tab_3dep li a{display:block; color:#222; line-height:70px; font-weight:500; font-family:GmarketSansMedium}
.tab_3dep li a:hover{height:70px; background-color:#586ab9; color:#fff}
.tab_3dep li a.on{background-color:#586ab9; color:#fff}

.cont{padding-top:40px}

.cont h3 {font-size:40px; font-weight: 600; padding-left: 20px;color:#222; letter-spacing: 0.5px; line-height: 160%; position: relative; margin-bottom: 50px; font-family: 'GmarketSansBold';}
.cont h3:after {content: ''; position: absolute; bottom: -10px; left: 20px; width: 600px; height: 2px; background-color: #181818;}
