@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,700');

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-size: 1em;
    font-family: 'Noto Sans KR', sans-serif;
    display: table;
    width: 100%;
    letter-spacing: -1px;
    color: #252525;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../sub/images/select.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10% auto;
    font-family: 'Noto Sans KR', sans-serif;
}

input {
    font-family: 'Noto Sans KR', sans-serif !important;
    outline: none;
}

input:focus {
    outline: none;
}

select {
    outline: none;
}

select:focus {
    outline: none;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

.c_red {
    color: #ed1c24;
}

.c_blue {
    color: #20409a;
}

.c_darkgrey {
    color: #565656;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.blank3 {
    height: 3%;
    clear: both;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

#wrap {
    width: 100%;
    height: 100%;
    background: #fff;
}

#header {
    width: 100%;
    height: 90px;
    background: #362f2d;
    position: fixed;
    top: 0;
    z-index: 99999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2)
}

.logo {
    float: left;
    margin-top: 28px;
    cursor: pointer;
}

.gnb {
    display: table;
    line-height: 90px;
    margin-left: 130px;
    float: left;
}

.gnb li {
    float: left;
    margin-right: 50px;
}

.gnb li:last-child {
    margin-right: 0px;
}

.gnb li a {
    color: #ffffff;
    font-size: 20px;
}

.header_call {
    float: right;
    width: 220px;
    height: 46px;
    border: 2px #595452 solid;
    border-radius: 50px;
    line-height: 40px;
    color: #dbd7cf;
    text-align: center;
    margin-top: 21px;
    font-size: 18px;
}

#toTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
}

/* main - visual */

#visual {
    width: 100%;
    height: 699px;
    margin-top: 90px;
}

.slick-slide {
    height: 699px !important;
}

.slick-slider {
    position: absolute !important;
}

.slick-list {
    width: 100%;
}

.slick-arrow {
    display: none !important;
}

.slider {
    width: 100%;
    height: 699px;
    position: relative;
}

.slide {
    width: 100%;
    height: 699px;
}

.slide:nth-child(1) {
    background: url(/img/visual.jpg)no-repeat;
}

.slide:nth-child(2) {
    background: url(/img/visual02.jpg)no-repeat;
}

:focus {
    outline: none;
}

.v_textbox {
    position: absolute;
    z-index: 999;
    left: 18%;
}

.v_textimg {
    margin-top: 110px;
    margin-bottom: 50px;

}

.v_btn {
    width: 500px;
    overflow: hidden
}

.v_btn li {
    width: 228px;
    background: #645247;
    border-radius: 5px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}


.v_btn li a {
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
    display: block;
}

.v_btn li img {
    float: right;
    margin-top: 20px;
}

/* main - content */

.con01 {
    background: #9d9279;
    height: 600px;
}

.con01_call {
    background: #847b66;
    width: 430px;
    height: 60px;
    border-radius: 60px;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1.5px;
    font-size: 30px;
    padding-top: 5px;
    padding-left: 30px;
    margin-top: 20px;
}

.con01_call img {
    margin-top: -5px;
    vertical-align: middle;
}

.con01_call .call_bar {
    width: 3px;
    height: 24px;
    background: #a49d8e;
    display: inline-block;
    margin-left: 5px;
    margin-right: 8px;
}

.title_box {
    width: 100%;
    text-align: center;
}

.title01 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-top: 25px;
    letter-spacing: -3px;
    color: #101010;
}

.title01 span {
    font-weight: 900;
}

.inputbox01 {
    width: 750px;
    margin: 0 auto;
    margin-top: 25px;
}

.inputbox01 input {
    height: 50px;
    background: #fff;
    border-radius: 5px;
    border: none;
    padding-left: 15px;
    background: #e1e1e1;
    font-size: 20px;
}

.inputbox01 .select01 {
    padding-left: 15px;
    font-size: 20px;
    background: url(/img/select01.png) no-repeat 90% 52%;
    background-color: #e1e1e1;
}

.inputbox01 select {
    padding-left: 15px;
    font-size: 20px;
    background: url(/img/select01.png) no-repeat 90% 52%;
    background-color: #e1e1e1;
}

.inputbox01 .select02 {
    padding-left: 15px;
    font-size: 20px;
    background: url(/img/select01.png) no-repeat 96% 52%;
    background-color: #e1e1e1;
}

.i_title {
    float: left;
    color: #101010;
    font-weight: 500;
}

.input {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    overflow: hidden;
}

.input .size01 {
    width: 83%;
}

.input .size02 {
    width: 32.3%;
    margin-right: 1.5%;
}

.size02:last-child {
    margin-right: 0;
}

.number_select {
    height: 50px;
    border-radius: 5px;
    border: none;
    float: left;
}

.time_select {
    width: 83%;
    float: right;
    height: 50px;
    border: none;
    border-radius: 5px;
}

.con01_textbox {
    text-align: center;
}

.con01_text01 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.con01_text02 {
    font-size: 16px;
    font-weight: 500;
}

.checkbox {
    width: 172px;
    margin: 0 auto;
}

.checkbox input {
    float: left;
    margin-top: 5px;
}

.terms_link{
    font-size: 15px;
    margin-bottom: 22px;
    display: block;
    color: rgba(0,0,0,0.7)
}

.con01_btn {
    background: #524234;
    border-radius: 5px;
    width: 265px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto;
    cursor: pointer;
}

.con02 {
    background: url(/img/bg_01.jpg);
    height: 480px;
    text-align: center;
}

.con02 img {
    margin-top: 65px;
}

.con03_top {
    background: url(/img/bg_02.png);
    height: 407px;
}

.title02 {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    padding-top: 70px;
}

.con03_top .title02 {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #463425;
}

.con03_bar {
    width: 40px;
    height: 6px;
    background: #92857b;
    margin: 0 auto;
    margin-top: 12px;
}

.s_title01 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.s_title01 img {
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -6px;
}

.con03_sec01 {
    margin-top: 11px;
}

.con03_top_tbox {
    background: rgba(255, 255, 255, 0.75);
    font-size: 22px;
    padding: 32px 40px;
    font-weight: 500;
    line-height: 34px;
}

.con03_sec02,
.con03_sec03,
.con03_sec04 {
    padding-top: 65px;
}

.con03_sec02 ul {
    overflow: hidden;
}

.con03_sec02 li {
    float: left;
    border: 1px solid #e7e7e7;
    width: 24.2%;
    margin-right: 1%;
    height: 180px;
    text-align: center;
    padding-top: 38px;
}

.con03_sec02 li img {
    margin-bottom: 15px;
}

.con03_sec02 li:last-child {
    margin-right: 0;
}

.con03_sec04 {
    padding-bottom: 90px;
}

.con03_sec04 ul {
    overflow: hidden;
}

.con03_sec04 li {
    width: 50%;
    float: left;
    height: 85px;
    line-height: 85px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.con03_sec04 li:nth-child(1) {
    background: #bfa89a;
}

.con03_sec04 li:nth-child(2) {
    background: #aca49f;
}

.con03_sec04 li:nth-child(3) {
    background: #a08879;
}

.con03_sec04 li:nth-child(4) {
    background: #8f847d;
}

.con03_sec04 li:nth-child(5) {
    background: #87725e;
}

.con03_sec04 li:nth-child(6) {
    background: #6c655d;
}

.con05 {
    background: url(/img/bg_03.jpg);
    padding-bottom: 90px;
}

.con05 .title02 {
    color: #ffffff;
}

.con05 .i_title {
    color: #fff;
}

.con05 .inputbox01 input {
    background: #fff;
}

.con05 .inputbox01 select {
    background-color: #fff;
}

.con05 .inputbox01 .select02 {
    background-color: #fff;
}

.con05_textbox {
    text-align: center;
}

.con05_text01 {
    color: #baa360;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 7px;
}

.con05_text02 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.con05_btn {
    background: #8b7961;
    border-radius: 60px;
    width: 332px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin: 0 auto;
    cursor: pointer;
}

.checkbox02 {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 33px;
}

.checkbox02 input {
    float: left;
    margin-top: 8px;
}

.terms_link02{
    font-size: 15px;
    margin-bottom: 22px;
    display: block;
    color: rgba(255,255,255,0.5);
    font-weight: 400;
}

/* footer */

#footer {
    background: #1b1b1b;
    padding: 45px 0;
    text-align: center;
}

.ft_logo {
    margin-bottom: 40px;
}

.ft_list {
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.ft_list li {
    float: left;
    color: #fff;
    position: relative;
    padding: 0 10px;
}

.ft_list li:after {
    content: '|';
    color: #e1e1e1;
    position: absolute;
    right: 0;
    font-size: 15px;
    font-weight: 300;
}

.ft_list li:last-child:after {
    content: '';
}

.copyright {
    color: rgba(255, 255, 255, 0.47);
    font-size: 15px;
    margin-top: 35px;
}

.fix_box {
    background: rgba(0, 0, 0, 0.8);
    width: 150px;
    height: 150px;
    border-radius: 10px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 24px;
}

.fix_box img {
    display: block;
    margin: 0 auto;
}

.fix_box p {
    font-size: 24px;
    font-weight: 600;
}


.floating {
    animation-name: floating;
    -webkit-animation-name: floating;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(5%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(5%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

/* admin */

