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

@import url(font.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', 'Nanum Barun Gothic', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #555;
}

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: #ce006d;
}

img {
    max-width: 100%;
}

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

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

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

/* 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: #ce006d;
}

.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%;
}

.util-menu {
    position: absolute;
    width: 120px;
    height: 50px;
    top: 30px;
    right: 30px;
    z-index: 500000;
}

.util-menu div {
    margin: 0 auto;
}

.util-menu div ul {
    float: right;
}

.util-menu div ul li {
    float: left;
    margin-left: 10px;
    width: 43px;
    height: 50px;
    line-height: 50px;
    background: url(/images/kor06r-18-0404/common/lang_off.png) no-repeat;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1;
}

.util-menu div ul li a {
    color: #fff;
}

.util-menu div ul li a:hover {
    color: #ccc;
}

.util-menu div ul li.on {
    background: url(/images/kor06r-18-0404/common/lang_on.png) no-repeat;
}

.util-menu div ul li.on a {
    color: #231f20;
}

.util-menu div ul li.on a:hover {
    color: #ce006d;
}

/* Header

---------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 981px) {
    #header {
        position: absolute;
        top: 610px;
        z-index: 666;
        width: 100%;
    }
    #header>div {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 130px;
        background: #fff;
    }
    #header h1 {
        float: left;
        width: 250px;
        background: #272727;
        text-align: center;
    }
    #header h1 a {
        display: block;
        line-height: 130px;
        text-align: center;
    }
    #header_sub {
        position: absolute;
        top: 300px;
        z-index: 666;
        width: 100%;
    }
    #header_sub>div {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 130px;
        background: #fff;
    }
    #header_sub h1 {
        float: left;
        width: 250px;
        background: #272727;
        text-align: center;
    }
    #header_sub h1 a {
        display: block;
        line-height: 130px;
        text-align: center;
    }
    .nav-btn {
        display: none;
    }
    .nav-bg {
        z-index: 888;
        display: none;
        position: absolute;
        top: -280px;
        left: 0%;
        width: 100%;
        height: 280px;
        background: url(/images/kor06r-18-0404/common/submenu_bg.jpg) left top #eeeeee no-repeat;
    }
    #nav {
        float: right;
    }
    .navigation:after {
        content: "";
        display: block;
        clear: both;
    }
    .navigation>li {
        position: relative;
        float: left;
        width: 190px;
        text-align: center;
    }
    .navigation .main-menu {
        display: block;
        margin: 0;
        width: 100%;
        font-weight: 400;
        font-size: 18px;
        color: #000;
    }
    .navigation .main-menu dt {
        height: 75px;
        line-height: 75px;
    }
    .navigation .main-menu dt img {
        vertical-align: middle;
    }
    .navigation .sub-menu {
        display: none;
        z-index: 999;
        position: absolute;
        top: -280px;
        left: 0;
        padding: 15px 0;
        width: 190px;
        height: 280px;
        border-right: 0px solid #dcdcdc;
        background: #eee;
    }
    .navigation li .sub-menu {
        border-left: 1px solid #dcdcdc;
    }
    .navigation li:first-child .sub-menu {
        border-left: 0px solid #dcdcdc;
    }
    .navigation .sub-menu a {
        display: block;
        text-align: center;
        line-height: 35px;
        letter-spacing: -1px;
        font-size: 15px;
        color: #272727;
    }
    .navigation .sub-menu .intro-menu {
        display: none;
    }
    .navigation>li:hover .sub-menu {
        background: #272727;
    }
    .navigation>li:hover .sub-menu a {
        color: #fff;
    }
    .navigation .sub-menu a:hover {
        background: #fff;
    }
    .navigation>li:hover .sub-menu a:hover {
        color: #272727;
    }
}

@media only screen and (min-width: 1201px) {
    #header>div {
        width: 1200px;
    }
    #header_sub>div {
        width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    #header>div {
        width: 100%;
    }
    #header_sub>div {
        width: 100%;
    }
    #header h1,
    #header_sub h1 {
        float: left;
        width: 20%;
        background: #272727;
        text-align: center;
    }
    #nav {
        float: right;
        width: 80%;
    }
    .navigation>li {
        width: 20%;
    }
    .navigation .sub-menu {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    #header {
        z-index: 666;
        width: 100%;
        height: 65px;
        background: #282828;
    }
    #header>div {
        padding: 0;
    }
    #header_sub {
        z-index: 666;
        width: 100%;
        height: 65px;
        background: #282828;
    }
    #header_sub>div {
        padding: 0;
    }
    #header h1,
    #header_sub h1 {
        width: auto;
    }
    #header h1 {
        float: left;
        padding: 10px 20px;
        height: 65px;
    }
    #header h1 a {
        display: block;
    }
    #header h1 img {
        width: auto;
        max-height: 45px;
    }
    #header_sub h1 {
        float: left;
        padding: 10px 20px;
        height: 65px;
    }
    #header_sub h1 a {
        display: block;
    }
    #header_sub h1 img {
        width: auto;
        max-height: 45px;
    }
    .util-menu {
        position: absolute;
        width: 120px;
        height: 50px;
        top: 20px;
        right: 60px;
        z-index: 10;
    }
    .util-menu div {
        margin: 0 auto;
    }
    .util-menu div ul {
        float: right;
    }
    .util-menu div ul li {
        float: left;
        margin-left: 10px;
        width: 43px;
        height: 23px;
        line-height: 23px;
        background: none;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1;
    }
    .util-menu div ul li a {
        padding: 2px 10px;
        background: #ce006d;
        border: 2px solid #ce006d;
        color: #fff;
    }
    .util-menu div ul li a:hover {
        background: #fff;
        color: #121212;
    }
    .util-menu div ul li.on {
        display: none;
        background: none;
    }
    .util-menu div ul li.on a {
        padding: 2px 10px;
        background: #fff;
        border: 2px solid #ce006d;
        color: #231f20;
    }
    .util-menu div ul li.on a:hover {
        color: #ce006d;
    }
    /*.util-menu { display:block; position:absolute; left:30px; top:20px; padding-bottom:10px;}

		.util-menu:after { content:""; display:block; clear:both; }

		.util-menu li { float:left; margin-right:5px; background:none;}

		.util-menu li a { padding:3px 10px; border:2px solid #dadada; background:#fff; font-size:14px; line-height:18px; color:#666; }

		.util-menu li a.on { border:2px solid #ce006d; background:#ce006d; font-size:14px; line-height:18px; color:#fff; }*/
    .nav-btn {
        z-index: 999;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 23px;
        cursor: pointer;
    }
    .nav-btn span {
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        background: #ce006d;
        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);
    }
    .nav-bg {
        z-index: 777;
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
    #nav {
        z-index: 888;
        position: fixed;
        right: -260px;
        display: block;
        padding: 65px 0 20px;
        width: 260px;
        height: 100%;
        background: #fff;
    }
    .navigation .main-menu dd {
        display: block;
        padding: 0 30px;
        width: 100%;
        line-height: 43px;
        font-weight: 400;
        font-size: 16px;
        color: #000;
        transition: none;
    }
    .navigation .main-menu dt {
        display: none;
    }
    .navigation>li {
        width: 100%;
    }
    .navigation li.active .main-menu {
        background: #ff4e00;
        color: #fff;
    }
    .navigation .sub-menu {
        display: none;
        padding: 10px 0;
        background: #f1f1f1;
    }
    .navigation .sub-menu a {
        display: block;
        padding: 0 30px;
        line-height: 33px;
        font-size: 14px;
        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: #fff;
        background: #3a3533;
    }
    .navigation .sub-menu a:hover:before {
        background: #fff;
    }
}

@media only screen and (max-width: 768px) {
    #header h1 {
        padding: 10px;
    }
    .nav-btn {
        right: 10px;
    }
}

/* 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: 38px;
}

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

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

/* Footer (하단메시지)

---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer {
    padding: 75px 0px;
    width: 100%;
    background: #282828;
    color: #bbbbbb;
}

.footer-area {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

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

#footer p,
#footer li {
    font-size: 13px;
    letter-spacing: 0;
}

.foot-logo {
    float: left;
    width: 240px;
    margin: 0;
}

.foot-logo p {
    padding-bottom: 20px;
}

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

.footer-menu {
    margin: 0 auto 15px;
    line-height: 0;
    font-size: 0;
}

.footer-menu li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    vertical-align: middle;
    line-height: 10px;
    border-left: 1px solid #9c9a9a;
    color: #fff;
}

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

.footer-menu li a {
    line-height: 10px;
    font-size: 14px;
    color: #bbb;
}

.footer-menu li a:hover {
    color: #fefefe;
}

.footer-info {
    margin-bottom: 10px;
}

.footer-info p {
    padding: 30px 0px 20px;
    font-size: 14px;
}

.footer-info p.e_addr {
    padding: 0px 0px 20px;
}

.footer-info dl {
    float: left;
    margin-right: 60px;
    border-left: 1px solid #535353;
}

.footer-info dt,
.footer-info dd {
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300;
}

.footer-info dt span,
.footer-info dd span {
    color: #282828;
}

.footer-info span {
    color: #9c9a9a;
}

.footer-info p.copy {
    clear: both;
    font-size: 11px !important;
    letter-spacing: 0;
    font-weight: 100;
}

@media only screen and (min-width: 1201px) {
    .footer-area {
        width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    .footer-area {
        padding: 0 20px;
    }
    .foot-logo {
        float: left;
        width: 180px;
        margin: 0;
    }
    .foot-logo p {
        padding-bottom: 20px;
    }
    .foot-info {
        float: left;
        width: calc(100% - 180px);
    }
}

@media only screen and (max-width:768px) {
    #footer {
        padding: 20px 0;
    }
    #footer p,
    #footer li {
        font-size: 12px;
    }
    .footer-menu li {
        margin-bottom: 10px;
        margin-left: 5px;
        padding-left: 5px;
    }
    .footer-menu li a {
        font-size: 13px;
    }
    .footer-area {
        padding: 0 10px;
        text-align: center;
    }
    .foot-logo {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .foot-logo p {
        text-align: center;
        padding-bottom: 10px;
    }
    .foot-info {
        float: none;
        width: 100%;
    }
    .footer-info p {
        padding: 10px 0;
        font-size: 13px;
    }
    .footer-info dl {
        float: none;
        margin-bottom: 20px;
        margin-right: 0px;
        border-left: 0;
    }
    .footer-info dt {
        padding-top: 10px;
        font-size: 14px;
        color: #fff;
    }
    .footer-info dt,
    .footer-info dd {
        padding-left: 0px;
        font-size: 13px;
        line-height: 1.6;
        font-weight: 300;
        text-align: center;
    }
}

/* Main Visual (메인이미지)

---------------------------------------------------------------------------------------------------------------------------------------------------------- */

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

.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;
}

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

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

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

.main-visual .carousel-caption {
    top: 50%;
    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 {
    padding: 50px 0px;
    width: 460px;
    text-align: left;
    line-height: 1.3;
    font-size: 18px;
    color: #fff;
    word-break: keep-all;
    text-align: right;
}

.main-visual .carousel-caption .slogan .main-copy {
    position: relative;
    height: 75px;
    margin-bottom: 20px;
    font-family: "Nanum Square";
    font-size: 52px;
    letter-spacing: -3px;
    line-height: 1.1;
}

.main-visual .carousel-caption .slogan .main-copy:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 5px;
    background: #fff;
    right: 0;
    bottom: 0;
}

.main-visual .carousel-caption .slogan .main-copy strong {
    font-weight: 900;
}

.main-visual .carousel-caption .slogan p:nth-of-type(2) {
    padding-bottom: 10px;
    font-family: "Nanum Square";
    font-weight: 300;
    font-size: 32px;
    line-height: 1.1;
}

/*.main-visual .carousel-caption .slogan p:nth-of-type(3) { display:none; padding:10px 0; font-family:"Corbel"; font-size:11px; line-height:1.1; color:rgba(255,255,255,.5);}*/

.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 li {
    width: 51px;
    height: 6px;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 0;
}

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

@media only screen and (min-width: 1201px) {
    .main-visual .carousel-caption {
        width: 1200px;
    }
    .carousel-indicators {
        position: absolute;
        bottom: 210px;
        left: calc(100% - 1127px);
        z-index: 15;
        width: 1200px;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
        list-style: none
    }
}

@media only screen and (max-width: 1200px) {
    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none
    }
    .main-visual .carousel-caption .slogan {
        margin-left: 0%;
        width: 100% !important;
    }
    .main-visual .carousel-control {
        display: none;
    }
}

@media screen and (max-width:980px) {
    .carousel-inner>.item {
        height: 600px;
    }
    .main-visual .carousel-caption .slogan {
        padding: 35px 25px;
        width: 388px;
        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: 350px;
    }
    .carousel-inner>.main-img01,
    .carousel-inner>.main-img02 {
        background-position: 55% center;
    }
    .main-visual .carousel-caption .slogan .main-copy {
        position: relative;
        height: 55px;
        margin-bottom: 20px;
        font-family: "Nanum Square";
        font-size: 52px;
        letter-spacing: -3px;
        line-height: 1.1;
    }
    .main-visual .carousel-caption .slogan .main-copy:before {
        content: "";
        position: absolute;
        width: 110px;
        height: 5px;
        background: #fff;
        right: 0;
        bottom: 0;
    }
    .main-visual .carousel-caption .slogan .main-copy strong {
        font-weight: 900;
    }
    .main-visual .carousel-caption .slogan p:nth-of-type(2) {
        font-family: "Nanum Square";
        font-weight: 300;
        font-size: 24px;
        line-height: 1.1;
    }
    /*.main-visual .carousel-caption .slogan p:nth-of-type(3) { padding:10px 0; font-family:"Corbel"; font-size:11px; line-height:1.1; color:rgba(255,255,255,.5);}

		.main-visual .carousel-caption .slogan p:nth-of-type(3) br { display:none;}*/
    .main-visual .carousel-control.left,
    .main-visual .carousel-control.right {
        background-size: 20px;
    }
    .main-visual .carousel-caption .slogan {
        padding: 20px;
        width: 230px;
        font-size: 13px;
    }
    .main-visual .carousel-caption .slogan .main-copy {
        font-size: 35px;
    }
}

/* Main Contents (메인 컨텐츠)

---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#mainContainer {
    z-index: 555;
    background: url('/images/kor06r-18-0404/main/main_bg.jpg') no-repeat center center/cover;
}

#mainContainer section .title {
    position: relative;
    height: 92px;
    margin-bottom: 70px;
}

#mainContainer section .title h2 {
    font-size: 48px;
    font-weight: 100;
    color: #231f20;
    text-align: center;
}

#mainContainer section .title p {
    font-size: 13px;
    color: #a2a2a2;
    text-align: center;
}

#mainContainer section .title:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 5px;
    background: #231f20;
    left: calc(50% - 30px);
    bottom: 0;
}

.main-top ul {
    margin: 0 auto;
    width: 966px;
}

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

.main-top ul li {
    float: left;
    width: 302px;
    height: 348px;
    margin-right: 30px;
}

.main-top ul li:last-child {
    margin-right: 0;
}

.main-top ul li div {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-top ul li:nth-of-type(1) div {
    background: url('/images/kor06r-18-0404/main/pr_01.png') no-repeat center center/cover;
}

.main-top ul li:nth-of-type(2) div {
    background: url('/images/kor06r-18-0404/main/pr_02.png') no-repeat center center/cover;
}

.main-top ul li:nth-of-type(3) div {
    background: url('/images/kor06r-18-0404/main/pr_03.png') no-repeat center center/cover;
}

.main-top ul li:nth-of-type(1) a:hover div {
    background: url('/images/kor06r-18-0404/main/pr_01_ov.png') no-repeat center center/cover;
}

.main-top ul li:nth-of-type(2) a:hover div {
    background: url('/images/kor06r-18-0404/main/pr_02_ov.png') no-repeat center center/cover;
}

.main-top ul li:nth-of-type(3) a:hover div {
    background: url('/images/kor06r-18-0404/main/pr_03_ov.png') no-repeat center center/cover;
}

.main-top ul li div span {
    display: none;
    position: absolute;
    top: 150px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url('/images/kor06r-18-0404/main/cross_icon.png') no-repeat center center;
}

.main-top ul li a:hover div span {
    display: block;
}

.main-top ul li a:hover dd {
    display: none;
}

.main-top dl {
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
}

.main-top dt {
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    color: #231f20;
    background: url('/images/kor06r-18-0404/main/pr_no_bg.png') no-repeat center center;
    text-align: center;
}

.main-top dd:nth-of-type(1) {
    position: relative;
    height: 96px;
    line-height: 96px;
}

.main-top dd:nth-of-type(1):before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: calc(50% - 20px);
}

.main-top dd:nth-of-type(2) {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

.main-top p {
    text-align: center;
}

.main-center p {
    padding-bottom: 30px;
    text-align: center;
    font-size: 18px;
    color: #231f20;
}

.main-center p:nth-of-type(1) {
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
}

.main-center p img {
    vertical-align: top;
}

#mainCS {
    background: #3e3e3e;
}

#mainCS section:after {
    content: "";
    display: block;
    clear: both;
}

#mainCS .cs01,
#mainCS .cs02,
#mainCS .cs03 {
    float: left;
    width: 33.33%;
    height: 185px;
}

#mainCS .cs01,
#mainCS .cs02 {
    border-right: 1px solid #5d5d5d;
}

#mainCS .cs01 {
    padding-right: 50px;
}

#mainCS .cs02,
#mainCS .cs03 {
    padding-left: 50px;
}

#mainCS h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    font-size: 26px;
    color: #fff;
    font-weight: 100;
}

#mainCS h3 strong {
    font-weight: 500;
}

#mainCS h3:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #fff;
    bottom: 0;
}

#mainCS .cs02 p {
    font-size: 14px;
    color: #fff;
}

#mainCS .cs02 p:nth-of-type(1) {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}

#mainCS .cs03 ul:after {
    content: "";
    display: block;
    clear: both;
}

#mainCS .cs03 li {
    float: left;
    margin-right: 15px;
}

@media only screen and (min-width: 1201px) {
    #mainContainer section {
        padding: 60px 0;
        margin: 0 auto;
        width: 1200px;
    }
    #mainCS section {
        padding: 80px 0;
        margin: 0 auto;
        width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    #mainContainer {
        padding: 50px 20px 100px;
        width: 100%;
    }
    #mainCS section {
        padding: 50px 20px;
        margin: 0 auto;
        width: 100%;
    }
    #mainCS .cs01,
    #mainCS .cs02,
    #mainCS .cs03 {
        float: left;
        width: 33.33%;
        height: 185px;
    }
    #mainCS .cs01,
    #mainCS .cs02 {
        border-right: 1px solid #5d5d5d;
    }
    #mainCS .cs01 {
        padding-right: 30px;
    }
    #mainCS .cs02,
    #mainCS .cs03 {
        padding-left: 30px;
    }
    #mainCS h3 {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 30px;
        font-size: 26px;
        color: #fff;
        font-weight: 100;
    }
    #mainCS h3 strong {
        font-weight: 500;
    }
    #mainCS h3:before {
        position: absolute;
        content: "";
        width: 60px;
        height: 2px;
        background: #fff;
        bottom: 0;
    }
    #mainCS .cs02 p {
        font-size: 13px;
        color: #fff;
    }
    #mainCS .cs02 p:nth-of-type(1) {
        padding-bottom: 10px;
        font-size: 24px;
        font-weight: 500;
    }
    #mainCS .cs03 ul:after {
        content: "";
        display: block;
        clear: both;
    }
    #mainCS .cs03 li {
        float: left;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 980px) {
    .main-top ul {
        margin: 0 auto;
        width: 302px;
    }
    .main-top ul:after {
        content: "";
        display: block;
        clear: both;
    }
    .main-top ul li {
        float: none;
        width: 302px;
        height: 348px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    #mainContainer {
        padding: 30px 10px;
        width: 100%;
    }
    #mainContainer section {
        padding: 60px 0 0;
        margin: 0 auto;
        width: 100%;
    }
    #mainContainer section .title {
        position: relative;
        height: 72px;
        margin-bottom: 50px;
    }
    #mainContainer section .title h2 {
        font-size: 32px;
        font-weight: 100;
        color: #231f20;
        text-align: center;
    }
    #mainContainer section .title p {
        font-size: 12px;
        color: #a2a2a2;
        text-align: center;
    }
    #mainContainer section .title:before {
        position: absolute;
        content: "";
        width: 60px;
        height: 5px;
        background: #231f20;
        left: calc(50% - 30px);
        bottom: 0;
    }
    .main-center p {
        padding-bottom: 30px;
        text-align: center;
        font-size: 16px;
        color: #231f20;
    }
    .main-center p:nth-of-type(1) {
        padding-bottom: 40px;
        font-size: 24px;
        font-weight: 500;
    }
    .main-center p:nth-of-type(1) img {
        height: 34px;
    }
    #mainCS section {
        padding: 20px 10px;
        margin: 0 auto;
        width: 100%;
    }
    #mainCS .cs01,
    #mainCS .cs02,
    #mainCS .cs03 {
        float: none;
        width: 100%;
        height: auto;
    }
    #mainCS .cs01,
    #mainCS .cs02 {
        border-right: 0px solid #5d5d5d;
        border-bottom: 1px solid #5d5d5d;
    }
    #mainCS .cs01 {
        padding-right: 0px;
        padding-bottom: 30px;
    }
    #mainCS .cs02,
    #mainCS .cs03 {
        padding: 30px 0;
    }
    #mainCS h3 {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 22px;
        color: #fff;
        font-weight: 100;
        text-align: center;
    }
    #mainCS h3 strong {
        font-weight: 500;
    }
    #mainCS h3:before {
        position: absolute;
        content: "";
        width: 10%;
        height: 2px;
        background: #fff;
        left: 45%;
        bottom: 0;
    }
    #mainCS .cs02 p {
        font-size: 12px;
        color: #fff;
        text-align: center;
    }
    #mainCS .cs02 p:nth-of-type(1) {
        padding-bottom: 10px;
        font-size: 24px;
        font-weight: 500;
    }
    #mainCS .cs03 ul:after {
        content: "";
        display: block;
        clear: both;
    }
    #mainCS .cs03 li {
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    #mainCS .cs03 li:first-child {
        text-align: right;
    }
    #mainCS .cs03 li:last-child {
        margin-right: 0;
        text-align: left;
    }
}