@charset "utf-8";



/* content */
.h_content {
    margin-bottom: 50px;
    border-bottom: 2px dotted #DDD;
    letter-spacing: -1px;
}

.h_content h3 {
    height: 100px;
    font-family: 'NanumSquareBold';
    font-size: 29px;
    color: #454545;
    line-height: 150px;
}

.h_content .path {
    font-size: 15px;
    color: #999;
    line-height: 45px;
}

.h_content .path a:first-child:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background: url(../../images/bg_ico_normal.png) no-repeat 0 -300px/20px auto;
    vertical-align: middle;
    content: '';
}

.h_content .path a,
.h_content .path a:hover {
    color: #999;
}

.h_content .path b {
    font-weight: normal;
}

.h_content p {
    display: none;
}

@media screen and (min-width:1024px),
print {

    /* layout */
    #visual {
        border-bottom: 1px solid #E1E1E1;
        height: 181px;
    }

    .visual {
        width: 500%;
        margin: 0 -200%;
        background: #D3EEF0;
        text-align: center;
    }

    /*
.visual.sub1 {background:#D3EEF0;}
.visual.sub2 {background:#D3EEF0;}
.visual.sub3 {background:#D3EEF0;}
.visual.sub4 {background:#D3EEF0;}
.visual.sub5 {background:#D3EEF0;}
.visual.sub6 {background:#D3EEF0;}
*/
    .visual img {
        width: 31%;
        max-width: 1900px;
    }

    .lnb_wrap {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 0 70px 290px;
        box-sizing: border-box;
    }

    #container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 65px 0 70px 290px;
        box-sizing: border-box;
    }

    #container:after {
        display: block;
        clear: both;
        content: '';
    }

    #content {
        width: 100%;
        text-align: justify;
    }

    #side {
        position: absolute;
        width: 240px;
        left: 290px;
        top: 247px;
        z-index: 190;
    }

    #side h2 {
        height: 148px;
        border: 1px solid #E1E1E1;
        border-bottom: 0;
        border-radius: 120px 120px 0 0;
        background: #55A3D9 url(../../images/bg_h_side.png) no-repeat 50% -55px/156px 127px;
        font-weight: normal;
        font-family: 'NanumSquare';
        font-size: 29px;
        color: #FFF;
        line-height: 212px;
        text-align: center;
    }

    #lnb,
    #lnb ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #lnb {
        overflow: hidden;
        border: 1px solid #E1E1E1;
        border-top: 0;
        border-radius: 0 0 10px 10px;
    }

    #lnb li {
        margin: 0;
        padding: 0;
    }

    #lnb a {
        display: block;
        padding: 10px 20px;
        border-top: 1px solid #E1E1E1;
        color: #333;
        line-height: 1.6em;
        letter-spacing: -1px;
    }

    #lnb a:hover {
        color: #333;
        text-decoration: none;
    }

    #lnb>li>a {
        font-family: 'NanumSquareBold';
        font-size: 1.125em;
    }

    #lnb>.on>a {
        background: #55A3D9;
        color: #FFF;
    }

    #lnb>.on>a:hover {
        color: #FFF;
    }

    #lnb .more {
        position: relative;
        padding-right: 40px;
    }

    #lnb .more:after {
        position: absolute;
        top: 1em;
        right: 20px;
        width: 8px;
        height: 8px;
        border: 2px solid #333;
        border-bottom: 0;
        border-left: 0;
        transform: rotate(135deg);
        content: '';
    }

    #lnb>.on>.more:after {
        border-color: #FFF;
    }

    #lnb .open .more:after {
        top: 1.2em;
        transform: rotate(-45deg);
    }

    #lnb ul {
        display: none;
        border-top: 1px solid #E1E1E1;
        background: #F4F4F5;
    }

    #lnb ul a {
        padding: 8px 10px 8px 32px;
        border-top-style: dashed;
        color: #939393;
    }

    #lnb ul li:first-child a {
        border-top: 0;
    }

    #lnb ul a:before {
        float: left;
        width: 5px;
        height: 5px;
        margin: 0.625em 0 0 -15px;
        border-radius: 50%;
        background: #83CCD0;
        content: '';
    }

    #lnb ul .on a {
        font-weight: 600;
        color: #055F9B;
    }

    #lnb .open ul {
        display: block;
    }

    .btn_side {
        display: none;
    }

    .topbox {
        position: relative;
        background-repeat: no-repeat;
        background-image: url(../../images/contents/cts122_boxbg.png);
        margin-bottom: 53px;
        padding: 71px 49px 72px 57px;
        border-bottom: #c7c7c7 solid 1px;
    }

    .topbox .left {
        float: left;
        width: 344px;
    }

    .topbox .left h3 {
        position: relative;
        line-height: 34px;
        margin: 0 0 29px;
        padding: 0 0 21px;
        border-bottom: #d9d9d9 solid 1px;
        background-image: none;
        text-align: center;
        font-weight: 200;
    }

    .topbox .left h3:after {
        position: absolute;
        left: 50%;
        margin-left: -15px;
        bottom: -10px;
        width: 29px;
        height: 20px;
        content: '';
        background-repeat: no-repeat;
        background-image: url(../../images/contents/cts122_h3_icon.gif);
    }

    .topbox .left ul li {
        position: relative;
        line-height: 41px;
        margin-bottom: 2px;
        padding-left: 112px;
    }

    .topbox .left ul li span.title {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 109px;
        line-height: 41px;
        background-color: #858585;
        text-align: center;
        color: #FFF;
    }

    .topbox .left ul li span.title:after {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 13px;
        height: 11px;
        background-repeat: no-repeat;
        background-image: url(../../images/contents/cts122_left_corner.png);
    }

    .topbox .left ul li p {
        background-color: #f2f2f2;
        line-height: 41px;
        padding-left: 12px;
        color: #555555;
    }

    .topbox .right {
        float: right;
        width: 447px;
        line-height: 0;
    }

    .summary ul li {
        position: relative;
        padding-left: 132px;
    }

    .summary ul li .title {
        position: absolute;
        top: 7px;
        left: 0;
        background-repeat: no-repeat;
        background-position: right top;
        background-image: url(../../images/contents/cts122_summary_left.png);
        width: 105px;
        padding: 0 12px 9px 0;
    }

    .summary ul li .title p {
        display: table-cell;
        width: 105px;
        height: 75px;
        text-align: center;
        vertical-align: middle;
        color: #FFF;
        font-size: 17px;
        line-height: 24px;
    }

    .summary ul li .textbox p {
        display: table-cell;
        width: 788px;
        height: 96px;
        vertical-align: middle;
        line-height: 20px;
        color: #555555;
    }



    table.history {
        width: 100%;
        border-collapse: collapse;
        border-top: #404040 solid 2px;
        margin-top: 20px;
    }

    table.history th,
    table.history td {
        border-bottom: #a1a1a1 solid 1px;
        line-height: 25px;
        padding: 22px 10px;
        vertical-align: middle;
    }

    table.history td.text {
        position: relative;
        padding: 22px 10px 22px 32px;
    }

    table.history td.text:after {
        position: absolute;
        left: 0;
        bottom: -1px;
        display: block;
        width: 30px;
        height: 1px;
        background-color: #FFF;
        content: '';
    }

    table.history th {
        text-align: left;
        color: #000;
        font-size: 25px;
        font-weight: 600;
    }

    table.history td.title {
        color: #0060aa;
        font-size: 17px;
    }

    table.history td.text {
        color: #555555;
    }

    table.table_t1 thead {
        display: none;
    }

    table.table_t1 colgroup {
        display: none;
    }

    table.table_t1 tbody {
        border-top: 1px solid #151515;
    }

    table.table_t1 tbody tr {
        position: relative;
        display: block;
        padding: 4px 0 4px 36px;
        border-bottom: 1px solid #d9d9d9;
    }
}

@media screen and (max-width:1023px) {

    /* layout */
    #visual {
        display: none;
    }

    #container {
        padding-bottom: 50px;
    }

    #content {
        padding: 0 20px;
    }

    .btn_side {
        float: right;
        overflow: hidden;
        width: 50px;
        height: 50px;
        margin: 0 10px -50px 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: none;
    }

    .btn_side:before {
        float: left;
        width: 10px;
        height: 10px;
        margin: 17px 19px 21px;
        border-right: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        transform: rotate(45deg);
        transition: all 0.3s;
        content: '';
    }

    .btn_side.close:before {
        margin-top: 21px;
        margin-bottom: 17px;
        transform: rotate(225deg);
    }

    #side h2 {
        height: 50px;
        background: #55A3D9;
        font-size: 20px;
        color: #FFF;
        line-height: 50px;
        text-align: center;
    }

    #side.open #lnb {
        display: block;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    #lnb,
    #lnb ul {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #lnb li {
        margin: 0;
        padding: 0;
    }

    #lnb>li {
        margin-bottom: -1px;
    }

    #lnb>li>a {
        position: relative;
        padding: 10px 50px 10px 30px;
        border-bottom: 1px solid #DDD;
    }

    #lnb>li>a:before {
        position: absolute;
        top: 0;
        right: 29px;
        bottom: 0;
        width: 10px;
        height: 10px;
        margin: auto 0;
        border-right: 2px solid #888;
        border-bottom: 2px solid #888;
        transform: rotate(-45deg);
        transition: all 0.3s;
        content: '';
    }

    #lnb a {
        display: block;
        color: #333;
    }

    #lnb a:hover {
        color: #333;
        text-decoration: none;
    }

    #lnb>.on>a {
        border: 0;
        background: #83CCD0;
        font-weight: 600;
        color: #FFF;
    }

    #lnb>.on>a:before {
        border-color: #FFF;
    }

    #lnb>.on>a:hover {
        color: #FFF;
    }

    #lnb .more:before {
        bottom: 5px;
        transform: rotate(45deg);
    }

    #lnb .open .more:before {
        top: 5px;
        bottom: 0;
        transform: rotate(225deg);
    }

    #lnb ul {
        display: none;
        padding: 15px 0;
        border-bottom: 1px solid #DDD;
        background: #F8F8F8;
    }

    #lnb ul a {
        padding: 5px 30px;
    }

    #lnb ul .on a {
        font-weight: 600;
    }

    #lnb .open ul {
        display: block;
    }

    .h_content {
        border-bottom: 1px solid #DDD;
        letter-spacing: normal;
    }

    .h_content h3 {
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        text-align: center;
    }

    .h_content .path {
        display: none;
    }

    /* responsive */
    @media screen and (max-width:600px) {
        .btn_side {
            margin: 0 5px -45px 0;
            width: 45px;
            height: 45px;
        }

        .btn_side:before {
            width: 9px;
            height: 9px;
            margin: 15px 17px 19px;
        }

        .btn_side.close:before {
            margin-top: 19px;
            margin-bottom: 15px;
        }

        #content {
            padding: 0 10px;
        }

        #side h2 {
            height: 45px;
            font-size: 18px;
            line-height: 45px;
        }

        #lnb>li>a {
            padding-left: 20px;
            padding-right: 40px;
        }

        #lnb>li>a:before {
            right: 22px;
        }

        #lnb ul a {
            padding-left: 20px;
            padding-right: 20px;
        }

        .h_content h3 {
            height: 45px;
            line-height: 45px;
        }
    }
}


@import url('content.css');


/* Extracted from intro_kids_noriter.html */
table.type09 {
    border-collapse: collapse;
    text-align: center;
    line-height: 1.5;

}

table.type09 thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #369;
    border-bottom: 3px solid #036;
}

table.type09 tbody th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: center;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
}

table.type09 td {
    width: 350px;
    padding: 10px;
    vertical-align: center;
    border-bottom: 1px solid #ccc;
}

/* Extracted from intro_notiter.html */
table.type09 {
    border-collapse: collapse;
    text-align: center;
    line-height: 1.5;

}

table.type09 thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #369;
    border-bottom: 3px solid #036;
}

table.type09 tbody th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: center;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
}

table.type09 td {
    width: 350px;
    padding: 10px;
    vertical-align: center;
    border-bottom: 1px solid #ccc;
}

/* Extracted from intro_studycafe.html */
table.type09 {
    border-collapse: collapse;
    text-align: center;
    line-height: 1.5;

}

table.type09 thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #369;
    border-bottom: 3px solid #036;
}

table.type09 tbody th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: center;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
}

table.type09 td {
    width: 350px;
    padding: 10px;
    vertical-align: center;
    border-bottom: 1px solid #ccc;
}

/* Extracted from nogatteremail.html */
table.type09 {
    border-collapse: collapse;
    text-align: center;
    line-height: 1.5;

}

table.type09 thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #369;
    border-bottom: 3px solid #036;
}

table.type09 tbody th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: center;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
}

table.type09 td {
    width: 350px;
    padding: 10px;
    vertical-align: center;
    border-bottom: 1px solid #ccc;
}

/* Extracted from privacy.html */
table.type09 {
    border-collapse: collapse;
    text-align: center;
    line-height: 1.5;

}

table.type09 thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #369;
    border-bottom: 3px solid #036;
}

table.type09 tbody th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: center;
    border-bottom: 1px solid #ccc;
    background: #f3f6f7;
}

table.type09 td {
    width: 350px;
    padding: 10px;
    vertical-align: center;
    border-bottom: 1px solid #ccc;
}

/* Daum Map Responsive */
.root_daum_roughmap,
.root_daum_roughmap .wrap_map {
    width: 100% !important;
}