@charset "utf-8";
/* Font */

@import url(font.css);

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css');
/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/

/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
}

body,
th,
td,
input,
select,
textarea,
button {
    font-family: 'NotoSansKR', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

a {
    color: inherit;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #009fe3;
}

img {
    max-width: 100%;
}

textarea {
    max-width: 100%;
    resize: none;
}

body {
    overflow-x: hidden;
}

/*#header { max-width:1920px;}*/

.mobile {
    display: none;
}

.f_red {
    color: #cc0000;
}

.f_blue {
    color: #009fe3;
}

.f_darkblue {
    color: #312783;
}

.p_color {
    color: #312783;
}

@media only screen and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
}

.hidden {
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    body,
    th,
    td,
    input,
    select,
    textarea,
    button {
        font-size: 14px;
    }
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
}

/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.loader {
    width: 200px;
    height: 200px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/images/basic_resp/img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #009fe3;
}

.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {
    position: relative;
    width: 100%;
    min-width: 320px;
    height: 100%;
}

/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.nav-btn {
    z-index: 999;
    display: block;
    position: absolute;
    top: 25px;
    right: 0px;
    width: 30px;
    height: 23px;
    cursor: pointer;
}

.nav-btn span {
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background: #009fe3;
    transition: .2s all linear;
}

.nav-btn span:nth-child(1) {
    top: 0;
}

.nav-btn span:nth-child(2) {
    top: 10px;
}

.nav-btn span:nth-child(3) {
    top: 20px;
}

/*.nav-btn.nav-close {
        position: fixed;
    }*/

.nav-btn.nav-close span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
}

.nav-btn.nav-close span:nth-child(2) {
    margin-left: 0;
    width: 0;
}

.nav-btn.nav-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 1281px) {
    .nav-btn {
        display: none;
    }
    #header {
        z-index: 999;
        width: 100%;
        position: fixed;
        transition: all 0.5s;
        background: url(/images/kor06r-18-0404/common/header_bg.png) repeat-x;
    }
    #header:after {
        display: block;
        content: "";
        clear: both;
    }
    #header.scroll_on,
    #header.on_bg {
        background: url(/images/kor06r-18-0404/common/header_bg.png) #fff repeat-x;
        transition: all 0.5s;
        border-bottom: 1px solid #eaeaea;
    }
    #header.sub_page:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #eaeaea;
        position: absolute;
        left: 0;
    }
    #header>div {
        position: relative;
        margin: 0 auto;
        width: 1280px;
        height: 100px;
        text-align: center;
    }
    #L_SITE_LOGO {
        float: left;
    }
    #header h1 {
        float: left;
        margin: 25px 0 0;
        text-indent: -50000px;
        width: 160px;
        height: 55px;
    }
    #header h1 a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(/images/kor06r-18-0404/common/logo_w.png) left top no-repeat;
        background-size: auto 100%;
        font-size: 0;
        line-height: 0;
        text-indent: -9999em;
    }
    #header.scroll_on h1 a,
    #header.on_bg h1 a {
        background: url(/images/kor06r-18-0404/common/logo.png) left top no-repeat;
    }
    .nav-bg {
        z-index: -1;
        display: none;
        position: absolute;
        top: 100px;
        left: -500%;
        width: 1000%;
        height: 340px;
        background: #fff;
        /*box-shadow: 2px 2px 2px rgba(0,0,0,0.2);*/
        border-bottom: 2px solid #0c4da2;
    }
    #nav {
        display: inline-block;
        vertical-align: top;
        z-index: 999;
        float: right;
    }
    .navigation {
        float: left;
    }
    .navigation:after {
        content: "";
        display: block;
        clear: both;
    }
    .navigation>li {
        position: relative;
        float: left;
        width: 150px;
        text-align: center;
    }
    .navigation .main-menu {
        display: block;
        width: 100%;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        line-height: 100px;
    }
    #header.scroll_on .navigation .main-menu,
    #header.on_bg .navigation .main-menu {
        color: #121212;
    }
    .navigation .sub-menu {
        display: none;
        z-index: 999;
        position: absolute;
        top: 100px;
        left: 0;
        padding: 20px 0;
        width: 150px;
        height: 340px;
    }
    .navigation .sub-menu a {
        display: block;
        padding: 10px 0;
        text-align: center;
        font-size: 15px;
        color: #666;
        box-sizing: border-box;
        vertical-align: middle;
        line-height: 18px;
    }
    .navigation .sub-menu .intro-menu {
        display: none;
    }
    .navigation .sub-menu a:hover {
        color: #fff;
    }
    .navigation>li:hover .main-menu {
        color: #009fe3 !important;
    }
    .navigation>li:hover .sub-menu {
        background: #009fe3;
    }
    .navigation>li:hover .sub-menu a {
        color: #fff;
    }
    .navigation>li:hover .sub-menu a:hover {
        background: #312783;
        color: #fff;
    }
    .util-menu {
        position: absolute;
        right: -200px;
        top: 40px;
    }
    .util-menu ul {
        display: flex;
        flex-wrap: wrap;
    }
    .util-menu li {
        margin-left: 10px;
    }
    .util-menu li a {
        display: block;
        text-indent: -50000px;
    }
    .util-menu li.login>a {
        width: 28px;
        height: 32px;
        background: url(/images/kor06r-18-0404/common/icon_login.png) left top no-repeat;
    }
    .util-menu li.logout>a {
        width: 28px;
        height: 32px;
        background: url(/images/kor06r-18-0404/common/icon_logout.png) left top no-repeat;
    }
    .util-menu li.mypage>a {
        width: 29px;
        height: 32px;
        background: url(/images/kor06r-18-0404/common/icon_join.png) left top no-repeat;
    }
    #header.scroll_on .util-menu li.login>a,
    #header.on_bg .util-menu li.login>a {
        background: url(/images/kor06r-18-0404/common/icon_login_on.png) left top no-repeat;
    }
    #header.scroll_on .util-menu li.logout>a,
    #header.on_bg .util-menu li.logout>a {
        background: url(/images/kor06r-18-0404/common/icon_logout_on.png) left top no-repeat;
    }
    #header.scroll_on .util-menu li.mypage>a,
    #header.on_bg .util-menu li.mypage>a {
        background: url(/images/kor06r-18-0404/common/icon_join_on.png) left top no-repeat;
    }
}

/*
@media only screen and (max-width: 1520px) {
#header { padding: 0px 30px;}
#L_SITE_LOGO.sub_page a {width:230px;}
#header h1 a > img {width:180px;}
.navigation > li {width: 130px;}
.navigation .sub-menu {width: 130px;}	
}
*/

@media only screen and (max-width: 1280px) {
    #header {
        position: fixed;
        z-index: 666;
        width: 100%;
        height: 65px;
        background: #fff;
        padding: 0px;
        border-bottom: 1px solid #eaeaea;
    }
    #header>div {
        padding: 0;
    }
    #header h1 {
        margin: 10px 0 10px 10px;
        float: left;
        width: 160px;
        height: 45px;
    }
    #header h1 a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(/images/kor06r-18-0404/common/logo.png) left top no-repeat;
        background-size: auto 100%;
        font-size: 0;
        line-height: 0;
        text-indent: -9999em;
    }
    #header h1 img {
        width: auto;
        vertical-align: baseline
    }
    .login-bar {
        float: none;
        padding-top: 10px;
    }
    .login-bar li {
        border: 1px solid #ffffff;
        margin-left: 28px;
    }
    .login-bar li:first-child {
        border: 1px solid #fff;
    }
    .login-bar li a {
        color: #fff;
    }
    .login-bar .material-icons {
        color: #fff;
    }
    .nav-btn {
        right: 20px;
        top: 20px;
    }
    .nav-bg {
        z-index: 777;
        display: none;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
    #nav {
        z-index: 888;
        position: fixed;
        right: -100%;
        display: block;
        padding: 65px 0 20px;
        width: 70%;
        height: 100%;
        background: #fff;
    }
    .navigation>li {
        width: 100%;
    }
    .navigation .sub-menu {
        width: 100%;
    }
    .navigation .main-menu {
        display: block;
        padding: 0 30px;
        width: 100%;
        line-height: 45px;
        font-weight: 400;
        font-size: 18px;
        color: #000;
        transition: none;
    }
    .navigation>li a:hover {
        color: #0f79c5;
    }
    .navigation li.active .main-menu {
        background: #312783;
        color: #fff;
    }
    .navigation .sub-menu {
        display: none;
        padding: 10px 0;
        background: #f1f1f1;
    }
    .navigation .sub-menu a {
        display: block;
        padding: 0 30px;
        line-height: 38px;
        font-size: 16px;
        color: #555;
    }
    .navigation .sub-menu a:before {
        content: "";
        display: inline-block;
        margin: 0 5px 0 0;
        width: 4px;
        height: 1px;
        vertical-align: middle;
        background: #888;
    }
    .navigation .sub-menu a:hover {
        color: #0c4da2;
    }
    .navigation .sub-menu a:hover:before {
        background: #0c4da2;
    }
    .util-menu {
        position: absolute;
        right: 70px;
        top: 15px;
    }
    .util-menu ul {
        display: flex;
        flex-wrap: wrap;
    }
    .util-menu li {
        margin-left: 10px;
    }
    .util-menu li a {
        display: block;
        text-indent: -50000px;
    }
    .util-menu li.login>a {
        width: 28px;
        height: 32px;
        background: url(/images/kor06r-18-0404/common/icon_login_on.png) left top no-repeat;
    }
    .util-menu li.logout>a {
        width: 28px;
        height: 32px;
        background: url(/images/kor06r-18-0404/common/icon_logout_on.png) left top no-repeat;
    }
    .util-menu li.mypage>a {
        width: 29px;
        height: 32px;
        background: url(/images/kor06r-18-0404/common/icon_join_on.png) left top no-repeat;
    }
}

@media only screen and (max-width: 768px) {
    #header h1 {
        padding: 10px 10px 0;
    }
    #header h1 a>img {
        width: 140px;
    }
}

/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.btn {
    text-transform: uppercase;
    border-radius: 0;
    line-height: 24px;
}

.btn:focus,
.btn:active {
    outline: none;
    color: #fff;
}

.btn-custom {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    background-color: #509591;
    border-color: #509591;
    color: #fff;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #447774;
    border-color: #447774;
    color: #fff;
}

.btn-custom-outline {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    background-color: transparent;
    border-color: #fff;
}

.btn-custom-outline:hover,
.btn-custom-outline:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, .5);
}

.btn-bar a {
    margin-right: 10px;
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 3px;
    height: 40px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #509591;
}


.btn_big_conf {
    display: inline-block;
    padding: 10px 20px;
    background: #009fe3;
    color: #fff !important;
    border-radius: 30px;
}

.btn_big_conf_list {
    display: inline-block;
    padding: 10px 20px;
    background: #009fe3;
    color: #fff !important;
    border-radius: 30px;
}

.btn_big_conf_modify {
    display: inline-block;
    padding: 10px 20px;
    background: #0265af;
    color: #fff !important;
    border-radius: 30px;
}

.btn_big_conf_cancle {
    display: inline-block;
    padding: 10px 20px;
    background: #312783;
    color: #fff !important;
    border-radius: 30px;
}

.btn_big_cancel {
    display: inline-block;
    padding: 10px 20px;
    background: #666;
    color: #fff !important;
    border-radius: 30px;
}

.btn_big_conf:hover,
.btn_big_cancel:hover {
    color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

.btn_search,
.btn_confirm {
    padding: 5px 10px;
    font-size: 15px;
    background: #009fe3;
    color: #fff;
    border-radius: 5px;
}

.btn_search:hover,
.btn_confirm:hover {
    background: #312783;
    color: #fff;
}

@media only screen and (max-width: 980px) {}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer {
    clear: both;
    padding: 30px 0px;
    width: 100%;
    border-top: 1px solid #dadada;
}

.footer-area {
    margin: 0 auto;
    width: 1280px;
    box-sizing: border-box;
}

.footer-area:after {
    content: "";
    display: block;
    clear: both;
}

.foot-logo {
    float: left;
    width: 160px;
}

.foot-info {
    float: right;
    width: calc(100% - 200px);
}

.foot-top:after {
    content: "";
    display: block;
    clear: both;
}

.foot-top .footer-menu {
    float: left;
}

.foot-top .familysite {
    position: relative;
    float: right;
    width: 160px;
    text-align: right;
}

.foot-top .familysite .dropdown-toggle {
    width: 100%;
    text-align: left;
}

.foot-top .familysite .dropdown-toggle .caret {
    position: absolute;
    top: 15px;
    right: 10px;
}

.footer-menu {
    margin: 0 auto 15px;
}

.footer-menu li {
    display: inline-block;
    margin-left: 40px;
}

.footer-menu li:first-child {
    margin-left: 0;
}

.footer-menu li a {
    font-size: 16px;
    color: #666;
}

.footer-info {
    font-size: 14px;
}

.footer-info span {
    margin-right: 20px;
}

.foot-info .copy {
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1280px) {
    .footer-area {
        width: 100%;
    }
    .footer-area {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 980px) {
    .foot-logo {
        margin-bottom: 20px;
        float: none;
        width: 100%;
        text-align: center;
    }
    .foot-info {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer-info span {
        margin-right: 10px;
    }
}

@media only screen and (max-width:768px) {
    .footer-area {
        padding: 0 10px;
        text-align: center;
    }
    .foot-logo {
        float: none;
        margin: 0 0 20px 0;
    }
    .foot-info {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    #footer p,
    #footer li {
        font-size: 12px;
    }
    .foot-top .footer-menu {
        float: none;
        margin: 0 auto;
    }
    .foot-top .familysite {
        float: none;
        margin: 10px auto;
    }
    .foot-top .familysite .dropdown-toggle {
        padding: 3px 10px !important;
    }
    .footer-menu li {
        margin-left: 5px;
        padding-left: 5px;
    }
    .footer-menu li a {
        font-size: 13px;
    }
}

/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main-visual {
    position: relative;
}

/*.carousel-inner { z-index:100; }*/

.carousel-inner>.item {
    height: 980px;
}

.carousel-inner>.main-img01 {
    background: url('/images/kor06r-18-0404/main/main_visual01.jpg') no-repeat center center/cover;
}

.carousel-inner>.main-img02 {
    background: url('/images/kor06r-18-0404/main/main_visual02.jpg') no-repeat center center/cover;
}

.carousel-inner>.main-img03 {
    background: url('/images/kor06r-18-0404/main/main_visual03.jpg') no-repeat center center/cover;
}

.main-visual .carousel-caption {
    top: 55%;
    left: 0;
    right: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    - ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    width: 100%;
    text-shadow: none;
    color: #fff;
}

.main-visual .carousel-caption .slogan {
    width: 100%;
    text-align: center;
    line-height: 1.3;
    font-size: 24px;
    color: #fff;
    word-break: keep-all;
}

.main-visual .carousel-caption .slogan .main-copy {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 1.1;
}

.main-visual .carousel-control {
    background: none;
    text-shadow: none;
    width: 10%;
    text-indent: -9999em;
    overflow: hidden;
}

.main-visual .carousel-control,
.main-visual .carousel-control:focus,
.main-visual .carousel-control:hover {
    opacity: 1;
}

.main-visual .carousel-control.left {
    background: url('/images/kor06r-18-0404/main/visual_btn_prev.png') no-repeat center center;
}

.main-visual .carousel-control.right {
    background: url('/images/kor06r-18-0404/main/visual_btn_next.png') no-repeat center center;
}

.main-visual .carousel-indicators {
    bottom: 340px;
}

.main-visual .carousel-indicators li {
    width: 45px;
    height: 6px;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 0;
}

.main-visual .carousel-indicators .active {
    width: 45px;
    height: 6px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0;
}

.visual_bn {
    position: absolute;
    z-index: 100;
    left: calc(50% - 640px);
    bottom: 100px;
    display: flex;
    width: 1280px;
    height: 200px;
    justify-content: space-between;
}

.visual_bn a {
    display: block;
    width: 30%;
}

.visual_bn dl {
    display: table;
    padding: 35px;
    width: 100%;
    height: 200px;
}

.visual_bn a:nth-of-type(1) dl,
.visual_bn a:nth-of-type(3) dl {
    background: url(/images/kor06r-18-0404/main/main_bn_bg1.jpg) center center/cover no-repeat;
}

.visual_bn a:nth-of-type(2) dl,
.visual_bn a:nth-of-type(4) dl {
    background: url(/images/kor06r-18-0404/main/main_bn_bg2.jpg) center center/cover no-repeat;
}

.visual_bn dt {
    position: relative;
    padding-top: 20px;
    display: table-cell;
    vertical-align: top;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.visual_bn dt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 2px;
    background: #fff;
}

.visual_bn dd {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}

@media only screen and (min-width: 1281px) {
    .main-visual .carousel-caption {
        width: 1280px;
    }
}

@media only screen and (max-width: 1280px) {
    .main-visual .carousel-caption .slogan {
        padding: 0 40px;
    }
    .visual_bn {
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .visual_bn a {
        display: block;
        width: calc(100% / 3);
    }
    .visual_bn dl {
        padding: 40px 15px 40px 30px;
        width: 100%;
        height: 200px;
    }
    .visual_bn a:nth-of-type(1) dl,
    .visual_bn a:nth-of-type(3) dl {
        background: url(/images/kor06r-18-0404/main/main_bn_bg1.jpg) center center/cover no-repeat;
    }
    .visual_bn a:nth-of-type(2) dl {
        background: url(/images/kor06r-18-0404/main/main_bn_bg2.jpg) center center/cover no-repeat;
    }
    .visual_bn dt {
        position: relative;
        padding-top: 20px;
        display: table-cell;
        vertical-align: top;
        font-size: 21px;
		letter-spacing:-1px;
        font-weight: 500;
        color: #fff;
		word-break: keep-all;
    }
    .visual_bn dt:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 2px;
        background: #fff;
    }
    .visual_bn dd {
        display: table-cell;
        vertical-align: bottom;
        text-align: right;
    }
}

@media screen and (max-width:980px) {
    .main-visual .carousel-caption .slogan {
        font-size: 15px;
    }
    .main-visual .carousel-caption .slogan .main-copy {
        margin-bottom: 10px;
        font-size: 50px;
    }
}

@media screen and (max-width:768px) {
    .carousel-inner>.item {
        height: 600px;
    }
    .carousel-inner>.main-img01,
    .carousel-inner>.main-img02 {
        background-position: 55% center;
    }
    .main-visual .carousel-control.left,
    .main-visual .carousel-control.right {
        background-size: 20px;
    }
    .main-visual .carousel-caption {
        top: 35%;
    }
    .main-visual .carousel-caption .slogan {
        font-size: 18px;
    }
    .main-visual .carousel-caption .slogan .main-copy {
        font-size: 28px;
        letter-spacing: -1px;
    }
    .main-visual .carousel-indicators {
        bottom: 240px;
    }
    .visual_bn {
        left: 0;
        bottom: 0px;
        width: 100%;
    }
    .visual_bn a {
        width: 100%;
    }
    .visual_bn dl {
        padding: 15px;
    }
    .visual_bn dt {
        padding-top: 10px;
        display: block;
        height: 72px;
        font-size: 18px;
    }
    .visual_bn dt:before {
        width: 20px;
        height: 2px;
    }
    .visual_bn dd {
        display: block;
        text-align: left;
    }
    .visual_bn dd img {
        height: 80px;
    }
	.visual_bn dd img {
		max-height: 60px;
		margin-top: 33px;
	}
}

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#mainContainer {
    z-index: 555;
}

#mainContainer>div>section {
    margin: 0 auto;
    padding: 50px 0;
    width: 1280px;
}

#mainContainer dl>dt {
    position: relative;
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    color: #121212;
}

#mainContainer dl>dt>a {
    position: absolute;
    right: 0;
    top: 0;
}

.main-top>section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-top .cont1 {
    width: 830px;
}

.main-top .cont1>dl {
    display: table;
    width: 100%;
}

.main-top .cont1 dt {
    display: table-cell;
    padding-bottom: 0;
    width: 180px;
    vertical-align: top;
}

.main-top .cont1 dt p {
    font-weight: normal;
    font-size: 16px;
    font-weight: normal;
}

.main-top .cont1 dt p.tit {
    position: relative;
    padding: 20px 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #121212;
}

.main-top .cont1 dt p.tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 3px;
    background: #009fe3;
}

.main-top .cont1 dd {
    display: table-cell;
    vertical-align: top;
}

.main-top .cont1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-top .cont1 li {
    margin-bottom: 40px;
    width: 20%;
}

.main-top .cont1 li:nth-of-type(n+5) {
    margin-bottom: 0;
}

.main-top .cont1 li p {
    margin-bottom: 10px;
    line-height: 18px;
    text-align: center;
    word-break: keep-all;
}

.main-top .cont1 li p:last-child {
    margin-bottom: 0;
}

.main-top .cont2 {
    padding: 40px;
    width: 400px;
    border: 1px solid #ddd;
}

.main-center {
    display: flex;
    flex-wrap: wrap;
}

.main-center>div {
    padding: 40px;
    width: 30%;
}

.main-center .cont1 {
    background: url(/images/kor06r-18-0404/main/main_center_cont1_bg.jpg) center center/cover no-repeat;
}

.main-center .cont1 dt,
.main-center .cont3 dt {
    color: #fff !important;
}

.main-center .cont1 dd p {
    margin-bottom: 20px;
    color: #fff;
    white-space: pre-line;
    word-break: keep-all;
}

.main-center .cont1 dd p:last-child {
    margin-bottom: 0;
}

.main-center .cont1 dd p.big-txt {
    font-size: 24px;
    font-weight: 500;
}

.main-center .img_area {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.main-center .img_area>div {
    display: table-cell;
    vertical-align: middle;
}

.main-center .img_area>div:first-child {
    width: 120px;
}

.main-center .img_area>div:last-child {
    padding-left: 20px;
}

.main-center .cont2 {
    width: 40%;
    background: #e6ebf2;
}

.main-center .cont2 dt {
    color: #312783 !important;
}

.main-center .cont3 {
    background: url(/images/kor06r-18-0404/main/main_center_cont3_bg.jpg) center center/cover no-repeat;
}

.main-center .cont3 .contact {
    width: 470px;
}

.main-center .cont3 .contact li {
    margin-bottom: 40px;
}

.main-center .cont3 .contact li p {
    font-size: 24px;
    color: #fff;
}

.main-center .cont3 .contact li p.tit {
    font-size: 18px;
    font-weight: 500;
}

.main-center .cont3 .contact .tel_no {
    font-size: 48px;
    font-weight: 700;
}

.main-bottom>section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-bottom>section dl {
    padding: 40px;
    border: 1px solid #dadada;
}

.main-bottom>section dl:first-child {
    width: 400px;
}

.main-bottom>section dl:last-child {
    width: 840px;
}

.main-link {
    border-top: 1px solid #dadada;
}

.main-link>section {
    padding: 0 !important;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

@media only screen and (max-width: 1280px) {
    #mainContainer>div>section {
        padding: 50px 20px;
        width: 100%;
    }
    .main-top .cont1 {
        width: 68%;
    }
    .main-top .cont2 {
        width: 30%;
    }
    .main-bottom>section dl:first-child {
        width: 30%;
    }
    .main-bottom>section dl:last-child {
        width: 68%;
    }
}

@media only screen and (max-width: 980px) {
    .main-top .cont1 dt {
        width: 150px;
    }
    .main-top .cont1 dt p {
        font-size: 15px;
    }
    .main-top .cont1 dt p.tit {
        font-size: 24px;
        line-height: 30px;
    }
    .main-top .cont1 dt p.tit:before {
        width: 40px;
        height: 3px;
    }
    .main-top .cont1 li p {
        font-size: 15px;
    }
    .main-top .cont1 li p img {
        width: 90%;
    }
    .main-top .cont2 {
        padding: 20px;
    }
    .main-center {
        display: block;
    }
    .main-center>div {
        padding: 20px;
        width: 100% !important;
    }
    .main-center .cont3 .contact {
        width: 100%;
    }
    .main-center .cont3 .contact li {
        margin-bottom: 20px;
    }
    .main-link {
        border: none;
        padding: 0 20px 40px;
    }
    .main-link>section {
        border: none;
    }
}

@media only screen and (max-width: 768px) {
    #mainContainer dl>dt {
        padding-bottom: 20px;
        font-size: 20px;
    }
    #mainContainer dl>dt>a>img {
        height: 20px;
    }
    .main-top>section {
        display: block;
    }
    .main-top>section>div {
        width: 100% !important;
    }
    .main-top .cont1 {
        margin-bottom: 20px;
    }
    .main-top .cont1 dt {
        display: block;
        width: 100%;
    }
    .main-top .cont1 dt br {
        display: none;
    }
    .main-top .cont1 dt p.tit {
        padding: 20px 0 10px;
    }
    .main-top .cont1 dd {
        display: block;
        width: 100%;
    }
    .main-top .cont1 li p {
        font-size: 14px;
    }
    .main-center .cont1 dd p.big-txt {
        font-size: 18px;
    }
    .main-center .cont3 .contact li p {
        font-size: 18px;
    }
    .main-center .cont3 .contact li p.tit {
        font-size: 16px;
    }
    .main-center .cont3 .contact .tel_no {
        font-size: 24px;
    }
    .main-bottom>section {
        display: block;
    }
    .main-bottom>section dl {
        padding: 20px;
        width: 100% !important;
    }
    .main-bottom>section dl:first-child {
        margin-bottom: 20px;
    }
    .main-link {
        border: none;
        padding: 0 20px 20px;
    }
}

@media only screen and (max-width: 480px) {}