@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,500);
@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);
@import url(http://cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url(https://cdn.jsdelivr.net/xeicon/2/xeicon.min.css);
@import url(https://fonts.googleapis.com/css?family=Material+Icons);

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 0em;
    color: inherit;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    border: 0;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

html,
body {}

body {
    font-family: 'GmarketSansMedium', 'GmarketSansLight', 'NotoSansKR', 'Noto Sans Korean', 'Noto Sans KR', 'Nanum Gothic', 'Roboto', sans-serif;
    color: #333;
    font-weight: 200;
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1200px;
    overflow-x: hidden;
}

div {
    display: block;
}

.clearfix {
    content: "";
    clear: both;
}

h1,
h2,
h3 {
    font-weight: 100;
    line-height: 1.2
}

h4,
h5 {
    font-weight: 200;
    line-height: 1.4
}

b {
    letter-spacing: inherit;
    font-weight: 600
}

.inner {
    width: 1200px;
    margin: auto;
    position: relative;
    clear: both
}

.inner2 {
    width: 1100px;
    margin: auto;
    clear: both
}
.bor_bo {text-decoration: line-through;}

.c_main {
    color: #3ca3dd !important;
}
.c_red {
    color: red !important;
}

.c_blue {
    color: blue !important;
}
.c_sub {
    color: #21a9af !important;
}

.c_yel {
    color: #fef9cb !important
}

.c_yel1 {
    color: #ffd393 !important
}

.c_pink {
    color: #ff83a2 !important
}

.c_lightgray {
    color: #c0c0c0 !important
}

.c_gray {
    color: #808080 !important
}

.c_white {
    color: #fff !important
}

.c_black {
    color: #101010 !important
}

h1 {
    font-size: 50px;
    line-height: 1.15
}

h2 {
    font-size: 40px;
    line-height: 1.15
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    line-height: 1.5
}

p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    color: inherit;
    word-break: keep-all
}

p.small {
    font-size: 15px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font36 {
    font-size: 36px;
}

.font44 {
    font-size: 44px;
}

.roboto {
    font-family: "Roboto";
}

.loose {
    letter-spacing: 0.27em;
}

.gmk_l {
    font-family: 'GmarketSansLight';
}

.gmk_b {
    font-family: 'GmarketSansBold';
}

.gmk_m {
    font-family: 'GmarketSansMedium';
}

span {
    color: inherit
}

.float {
    float: left;
}

.float_r {
    float: right !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}


hr {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    border: 0;
}


/* 폭 설정 */
.half {
    width: 50% !important
}

.col6 {
    width: 16.66% !important;
}

.col5 {
    width: 20% !important;
}

.col4 {
    width: 25% !important;
}

.col3 {
    width: 33.33% !important;
}

.col3x2 {
    width: 66.66% !important;
}

.w30 {
    width: 30% !important;
}

.w40 {
    width: 40% !important;
}

.w48 {
    width: 48% !important;
}

.w55 {
    width: 55% !important;
}

.w60 {
    width: 60% !important;
}

.w70 {
    width: 70% !important;
}

.w75 {
    width: 75% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.w95 {
    width: 95% !important;
}

.w100 {
    width: 100% !important;
}

.w600 {
    width: 600px !important;
}



/* 마진,패딩 설정 */
.mg0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.pd0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt120 {
    margin-top: 120px;
}

.mt130 {
    margin-top: 130px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb130 {
    margin-bottom: 130px;
}


.pl02 {
    padding-left: 2%
}

.pl03 {
    padding-left: 3%
}

.pl04 {
    padding-left: 4%
}

.pl05 {
    padding-left: 5%
}

.pl08 {
    padding-left: 8%
}

.pl10 {
    padding-left: 10%
}

.pl15 {
    padding-left: 15%
}

.pl20 {
    padding-left: 20%
}

.pl25 {
    padding-left: 25%
}

.pl30 {
    padding-left: 30%
}

.pl35 {
    padding-left: 35%
}

.pr02 {
    padding-right: 2%
}

.pr03 {
    padding-right: 3%
}

.pr04 {
    padding-right: 4%
}

.pr05 {
    padding-right: 5%
}

.pr08 {
    padding-right: 8%
}

.pr10 {
    padding-right: 10%
}

.pr15 {
    padding-right: 15%
}

.pr20 {
    padding-right: 20%
}

.pr25 {
    padding-right: 25%
}

.pr30 {
    padding-right: 30%
}

.pr35 {
    padding-right: 35%
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pl50 {
    padding-left: 50px;
}

.pr50 {
    padding-right: 50px;
}

.pd50 {
    padding: 0 50px;
}

.pd15 {
    padding: 0 15px;
}



/* 컬럼 설정 */
.flex {
    display: flex;
}

.col {
    flex: 1;
}


/* 공통 */
#wrap {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    position: relative;
    height: 100%;
}

a.logo {
    width: 303px;
    height: 56px;
    display: block;
    text-indent: -3333px;
    background-image: url(/base/img/html/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#header {
    width: 100%;
    height: 97px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    position: absolute;
    z-index: 10;
}

#header .logo {
    position: absolute;
    top: 20px;
    left: 0;
}

#header .tel {
    position: absolute;
    right: 0;
    top: 20px;
}

#header #gnb {
    height: 97px;
    position: absolute;
    top: 0;
    right: 0px;
}

#header #gnb ul {}

#header #gnb ul > li {
    float: left;
    line-height: 97px;
    text-align: center;
}

#header #gnb ul > li p {
    line-height: inherit;
    color: #fff;
}

#header #gnb ul > li p a {
    display: block;
    font-size: 18px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header #gnb ul > li p a.on,
#header #gnb ul > li p a:hover {
    font-weight: bold;
    color: #003679;
    background-color: #f4f8fe;
}

#header #gnb .subnav {
    margin: auto;
    width: 220px;
    clear: both;
    display: none;
    position: absolute;
    z-index: 100;
    text-align: left;
    top: 97px;
    font-size: 16px;
    background-color: #003679;
    color: #fff;
}

#header #gnb li.hn1 .subnav {
    width: 248.5px;
}

#header #gnb .subnav dl {
    padding: 10px 0px 10px 25px;
}

#header #gnb .subnav dl:first-child {
    border-left: 0;
}

#header #gnb .subnav dd {
    line-height: 36px;
}

#header #gnb .subnav a:hover {
    color: yellow;
}

#header #gnb .subnav a {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* 공통 하단 */
#footer {
    width: 100%;
    position: relative;
    float: left;
    padding: 45px 0;
    background-color: #404040;
    display: inline-block;
}

#footer > .inner > * {
    float: left;
    opacity: 0.5;
    color: #fff;
}

#footer .txt {
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.7;
}

#footer .txt span {
    display: inline-block;
    margin-right: 15px;
    font-weight: 300
}

#footer a#back-top {
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px #aaa solid;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}




/* 메인 공통*/
#main {
    width: 100%;
    min-width: 1200px;
    float: left;
    position: relative;
    display: inline-block;
}

#main .section {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 100px 0px;
}

#main .plus_btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    text-align: center;
    line-height: 45px;
}



/* 메인 */
#main .flexslider {
    height: 839px !important
}

#main .main_sl1 {
    width: 100%;
    background: url(/base/img/html/images/main_sl_bg1.jpg) center top no-repeat;
}

#main .main_sl2 {
    width: 100%;
    background: url(/base/img/html/images/main_sl_bg2.jpg) center top no-repeat;
}

#main .main_sl3 {
    width: 100%;
    background: url(/base/img/html/images/main_sl_bg3.jpg) center top no-repeat;
}


#main #floor_info .inner {
    height: 572px;
}

#main #floor_info .tab_list {
    width: 580px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    margin-bottom: 30px;
}

#main #floor_info .tab_list .info_box {
    height: 123px;
    background-color: #444;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px 40px 0px;
}

#main #floor_info .tab_list ul.tabs li {
    height: 70px;
    margin-bottom: 20px;
    padding-left: 30px;
    width: 100%;
    background-color: #f1f1f1;
    font-size: 18px;
    padding: 0px 20px;
    line-height: 70px;
    transition: all 0.3s;
}

#main #floor_info .tab_list ul.tabs li h4 {
    line-height: 70px; padding-right: 3.5%; display: inline-block;
}

#main #floor_info .tab_list ul.tabs li:nth-child(1) h4 {
    color: #26b5ba;
}

#main #floor_info .tab_list ul.tabs li:nth-child(2) h4 {
    color: #1c91a5;
}

#main #floor_info .tab_list ul.tabs li:nth-child(3) h4 {
    color: #17759a;
}

#main #floor_info .tab_list ul.tabs li:nth-child(4) h4 {
    color: #11568e;
}

#main #floor_info .tab_list ul.tabs li:nth-child(5) h4 {
    color: #0a3876;
}
#main #floor_info .tab_list ul.tabs li a{
    width: 100%; height: 100%; display: block; transition: all 0.3s;
}
#main #floor_info .tab_list ul.tabs li:hover{
    background-color: #d2d2d2;
}

#main #floor_info .tab_list ul.tabs li.active,
#main #floor_info .tab_list ul.tabs li a.on {
    background-image: linear-gradient(to right, #26b5ba, #2a579d);
}

#main #floor_info .tab_list ul.tabs li.active a > *,
#main #floor_info .tab_list ul.tabs li:hover a > *,
#main #floor_info .tab_list ul.tabs li a.on > * {
    color: #fff;
    font-weight: 600;
}




#main #facility_info {
    background: url(/base/img/html/images/main_facility_bg.jpg)no-repeat center;
    height: 828px;
}

#main #facility_info h1 {
    font-size: 45px;
}

#main #facility_info .inner ul.faci_top {
    margin-top: 20px;
    background: url(/base/img/html/images/facility_top_bg.png)no-repeat center;
    height: 246px;
}

#main #facility_info .inner ul.faci_top li {
    width: 380px;
}

#main #facility_info .inner ul li {
    width: 380px;
    height: 100%;
    float: left;
    margin-right: 30px;
    transition: all 0.3s;
}

#main #facility_info .inner ul li:last-child {
    margin-right: 0px;
}

#main #facility_info .inner ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999999px;
}

#main #facility_info .inner ul.faci_btm {
    margin-top: 30px;
    background: url(/base/img/html/images/facility_btm_bg.png)no-repeat center;
    height: 245px;
}

#main #facility_info .inner ul.faci_btm li {
    width: 277.5px;
}


#main #cs_center ul hr {
    width: 1px;
    height: 132px;
    color: #d5d5d5;
    float: left;
}

#main #cs_center ul li {
    float: left;
    width: 49.9%;
    padding: 0 30px 40px;
}

#main #cs_center h2 {
    font-size: 32px;
}

#main #cs_center ul li .out_box {
    width: 100%;
    height: 65px;
    margin-top: 30px;
}

#main #cs_center hr.map_top_hr {
    width: 95%;
    margin: 0 auto;
}

#main #cs_center .cs_map_box h2 {
    padding: 40px 30px 0px;
}






/* 서브 */
#sub {
    width: 100%;
    min-width: 1200px;
    display: inline-block;
    float: left;
}

#sub .subtop {
    width: 100%;
    height: 839px;
    /*padding-top: 180px;*/
    position: relative;
}
#sub .subtop .inner{
    height: inherit;
}
#sub .subtop .txt{
    color: #fff;
    padding-top: 344px;
    font-style: oblique;
}
#sub .subtop .txt hr{
    height: 3px; background-color: #17adae; width: 108px; margin-bottom: 40px; text-align: left;
}
#sub .subtop .txt h1{
    margin-bottom: 20px;
}
#sub .subtop .scroll_img{
     position: absolute; bottom: 20px; left: 50%; 
}
#sub .subtop.top1_1{
    background: url(/base/img/html/images/subtop1_1.jpg) center;
}
#sub .subtop.top1_2{
    background: url(/base/img/html/images/subtop1_2.jpg) center;
}
#sub .subtop.top2_1{
    background: url(/base/img/html/images/subtop2_1.jpg) center;
}
#sub .subtop.top2_2{
    background: url(/base/img/html/images/subtop2_2.jpg) center;
}
#sub .subtop.top2_3{
    background: url(/base/img/html/images/subtop2_3.jpg) center;
}
#sub .subtop.top2_4{
    background: url(/base/img/html/images/subtop2_4.jpg) center;
}
#sub .subtop.top2_5{
    background: url(/base/img/html/images/subtop2_5.jpg) center;
}
#sub .subtop.top3_1{
    background: url(/base/img/html/images/subtop3_1.jpg) center;
}
#sub .subtop.top3_2{
    background: url(/base/img/html/images/subtop3_2.jpg) center;
}
#sub .subtop.top3_3{
    background: url(/base/img/html/images/subtop3_3.jpg) center;
}
#sub .subtop.top3_4{
    background: url(/base/img/html/images/subtop3_4.jpg) center;
}
#sub .subtop.top3_5{
    background: url(/base/img/html/images/subtop3_5.jpg) center;
}
#sub .subtop.top3_6{
    background: url(/base/img/html/images/subtop3_6.jpg) center;
}
#sub .subtop.top3_7{
    background: url(/base/img/html/images/subtop3_7.jpg) center;
}
#sub .subtop.top4_1{
    background: url(/base/img/html/images/subtop4_1.jpg) center;
}
#sub .subtop.top5_1{
    background: url(/base/img/html/images/subtop5_1.jpg) center;
}
#sub .subtop.top5_2{
    background: url(/base/img/html/images/subtop5_2.jpg) center;
}
#sub .subtop.top6_1{
    background: url(/base/img/html/images/subtop6_1.jpg) center;
}



#sub #content {
    width: 100%;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 100px;
    float: left;
}

#sub #content.mt0 {
    margin-top: 0px;
}
#sub #content.mb0 {
    margin-bottom: 0px;
}


#sub #content .paragraph {
    width: 100%;
    display: inline-block;
    position: relative;
    float: left;
}


/* 서브페이지 슬라이드 이미지 */
#sub .content3_1 {
    /*position: absolute;
    left: 0;
    top: 17.5%;*/
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
#sub .content3_4 {
    /*position: absolute;
    left: 0;
    margin-top: 700px !important;*/
}

.swiper-container {
    width: 100%;
}

#wrap #content .product .swiper-slide {
    text-align:center;
    width:950px !important;
    background: red;
    margin-right: 30px;
}

.swiper-container {
    margin: 0 auto;

}


/* 서브페이지 슬라이드 이미지 */






#sub #content .paragraph.imgbox{
    padding-left: 50%; 
}
#sub #content .paragraph.imgbox img{
    margin-left: -960px; float: left;
}



/* 테이블 설정 */
#sub #content .paragraph table.basic {
    width: 100%;
    border-top: 2px #364250 solid;
    border-collapse: collapse;
}

#sub #content .paragraph table.basic td,
#sub #content .paragraph table.basic th {
    padding: 15px 25px;
    border-bottom: 1px #d0d0d0 solid;
    border-left: 1px #d0d0d0 dashed;
}

#sub #content .paragraph table.basic th {
    background-color: #f4f8fe;
}

#sub #content .paragraph table.basic th h5 {
    font-weight: 600;
    font-size: 22px;
}

#sub #content .paragraph table.basic .bg_gray {
    background-color: #f5f5f5;
}

#sub #content .paragraph table.basic .first {
    border-left: 0;
}

#sub #content .paragraph table.basic .title h5 {
    font-weight: 600;
    color: #186ace;
    text-align: center;
}

#sub #content .paragraph table.basic.checklist td h5 {
    margin: 5px 0;
}


/* 강사소개 */

#content_box {
  width:1200px;
  margin:0 auto 100px;
  position: relative;
}
#content_box .paragraph {width:1100px;margin:0 50px;display:inline-block;}
#content_box .paragraph h2 {font-size:32px;font-family: 'KoPub Dotum';font-weight:bold;margin-bottom:16px}
#content_box .paragraph h3 {font-size:23px;font-family: 'KoPub Dotum';font-weight:bold;}
#content_box .paragraph h4 {font-size:19px;font-weight:bold;margin-bottom:16px;line-height:160%;}
#content_box .paragraph p {font-size:15px;line-height:180%;color:#606060}
#content_box .paragraph ul.list li {background:url(/base/img/pc/images/li_dot.gif) 0 11px no-repeat}
#content_box .paragraph ul.list li p {padding-left:15px;}
#content_box .paragraph ul.number li {margin-bottom:20px}
#content_box .paragraph ul.number li span {width:46px; height:53px; text-align:center; color:#fff;line-height:53px; background:url(/base/img/pc/images/li_num.png) center no-repeat;display:block; font-weight:bold}
#content_box .paragraph ul.number li p {margin-top:-40px;padding-left:56px}
#content_box .paragraph ul.number li h4 {padding-left:56px}
#content_box .paragraph span.caption {background:url(/base/img/pc/images/li_dot.gif) left center no-repeat; text-indent:15px;text-align:right;float:right;color:#808080;line-height:200%}

#content_box .paragraph .title {margin-bottom:20px}
#content_box .paragraph .left {float:left;}
#content_box .paragraph .content {width:100%;}
#content_box .paragraph .right {float:right;width:660px;}

#content_box .paragraph .content .row {width:100%;display:inline-block}
#content_box .paragraph .content .row h2 {font-weight:normal;}

#content_box hr {width:100%;height:1px;border:0;background:#e0e0e0;margin:40px auto}
#content_box .paragraph table {width:100%;border-top:1px #303030 solid;}
#content_box .paragraph table th {background:#f5f5f5;}
#content_box .paragraph table td.price {text-align:right}
#content_box .paragraph table th,#content_box .paragraph table td {border-bottom:1px #e0e0e0 solid;padding:10px 20px;}
#content_box .paragraph table .td_center {text-align:center}
#content_box .paragraph table td p {line-height:160%;font-size:14px}
#content_box .paragraph table.img_table td {padding:20px 20px 25px}
#content_box .paragraph .history {width:400px;padding:36px 0 0 0px; position: absolute; top: 67%;}
.content3_4 #content_box .paragraph .history {top: 61%;}
#content_box .paragraph .history h3 {width:100%;border-bottom:1px #e0e0e0 solid;padding-bottom:10px;margin-bottom:20px}

/* 강사리스트 */
#content_box h2 {position: absolute; top: 65%;}
.content3_4 #content_box h2{ top: 60%;}
#content_box .pro_pro {
  position: absolute !important;
  width: 500px !important;
  height: 1050px;
  padding: 42px;
  border: 5px solid red;
  opacity: 0;
  
}

#content_box div:hover {opacity: 1; -webkit-transition: all 1s; transition: all 1s;}
#content_box .pro_pro1 {
    left: 0%;
    top: 9%;
}
.content3_4 #content_box .pro_pro1 {
    left: 0%;
    top: 260px;
    height: 1150px;
}
#content_box .pro_pro2 {
    left: 50%;
    top: 9%;
}

#content_box .pro_pro3 {
    left: 0%;
    top: 54%;
}

#content_box .pro_pro4 {
    left: 50%;
    top: 54%;
}

#content_box .pro_pro5 {
    left: 18.5%;
    top: 84%;
}

#content_box .pro_pro6 {
    left: 50%;
    top: 84%;
}

#content_box .pro_pro7 {
    left: 18.5%;
    top: 67.5%;
}
/* 강사소개 */



/* 게시판 */
#sub #content .board_box {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    line-height: 1.7;
    min-height: 500px
}

#sub #content .board_box .att_title font,
#sub #content .board_box .board_bgcolor font,
#sub #content .board_box .board_bgcolor span {
    font-size: inherit !important;
}




/* 요금안내 탭 스타일 */


#sub #content .paragraph .table {border-collapse: collapse; width: 100%; border-top: 3px #009ea1 solid;}

#sub #content .paragraph .table th {color:#fff;padding:8px;background-color: #22b7ba;vertical-align:middle; border-left: 1px rgba(255,255,255,0.5) solid;}
#sub #content .paragraph .table th.th2 {background-color: #009ea1;}
#sub #content .paragraph .table th.bg_black {background:#303030;}
#sub #content .paragraph .table th.bg_sky {background:#4f7bb9;}
#sub #content .paragraph .table th.bg_blue {background:#004078;}
#sub #content .paragraph .table th h4 {font-weight:500;margin-bottom:0}
#sub #content .paragraph .table td {padding:15px 6px;border-right:1px #d0d0d0 solid;border-bottom:1px #d0d0d0 solid;background:#fff}
#sub #content .paragraph .table td.first {border-left:1px #d0d0d0 solid}
#sub #content .paragraph .table td.price {text-align: right;}

#sub #content .paragraph .table .bg_pink {background-color: #ffd7d754;}
#sub #content .paragraph .table .bg_yellow {background-color: #f8ff9938;}

/* 서브 탭 */
h3.subject {font-weight: 700; color: #11aeb1; margin-bottom: 20px;}
h3.subject:before {content: ""; width: 21px; height: 21px; border-radius: 21px; border: 5px #11aeb1 solid; display: block; box-sizing: border-box; float: left; margin-top: 8px; margin-right: 6px;}



#sub #content ul.pages {width:100%;margin:0 auto;height:70px;line-height:70px;display: flex;}
#sub #content ul.pages li { text-align:center; flex:1;}
#sub #content ul.pages li a {display:block; background: #f5f5f5; color: #333; font-size: 20px; -webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
#sub #content ul.pages li:hover a {background:#888 !important; color: #fff;}
#sub #content ul.pages li.active a {background:#009ea1 !important; color: #fff;}
#sub #content .page_content {padding: 0 0 0 0; min-height:500px;}


#sub #content ul.tabs {width:100%;margin:0 auto; /*height:70px;*/ line-height:70px;display: flex; flex-wrap: wrap;}
#sub #content ul.tabs li { text-align:center; flex:1;}
#sub #content ul.tabs.t3 li {flex:1 0 33.3333%;}
#sub #content ul.tabs li a {display:block; background: #f5f5f5; color: #333; font-size: 20px; -webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;}
#sub #content ul.tabs li:hover a {background:#888 !important; color: #fff;}
#sub #content ul.tabs li.active a {background:#333 !important; color: #fff;}
#sub #content .tab_content {padding: 0 0 0 0; min-height:500px;}


#sub #content .around {width:1100px; height: 700px;}




/* 요금안내 탭 스타일 */