@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: 96%;
    margin: 0 auto;
}

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

/* header */

.top {
    height: 60px;
    text-align: center;
}

.m_logo {
    width: 210px;
    margin: 0 auto;
    margin-top: 18px;
    cursor: pointer;
}

.gnb {
    overflow: hidden;
}

.gnb li {
    background: #362f2d;
    float: left;
    width: 25%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

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

.gnb li a {
    display: block;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
}

.header_call {
    position: absolute;
    top: 9px;
    right: 10px;
    padding: 5px;
}

/* visual */

#visual {
    width: 100%;
}

.m_visual_bg {
    width: 100%;
}

/* sub page */

.quick {
    position: fixed;
    bottom: 30px;
    right: 10px;
}

.quick a {
    display: block;
    width: 100%;
    height: 100%;
}

.quick div {
    margin-bottom: 5px;
}

.quick div:nth-child(2) {
    margin-bottom: 0;
}

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

/* main */

.call_banner {
    height: 60px;
    background: #baa360;
    cursor: pointer;
}

.call_num {
    color: #fff4de;
    font-size: 1.8em;
    font-weight: 700;
    float: right;
    margin-right: 15px;
    margin-top: 7px;
}

.call_txt01 {
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
}

.call_txt {
    display: inline-block;
    float: left;
    padding-left: 15px;
    margin-top: 3px;
}

.call_txt02 {
    font-size: 0.9em;
}

.call_icon02 {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 2px;
}

/* con01 */

.con01 {
    background: #efedea
}

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

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

.titleimg {
    width: 100%;
}

.title01 span {
    font-weight: 900;
}

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

.inputbox01 input {
    height: 45px;
    background: #fff;
    border: none;
    padding-left: 15px;
    font-size: 17px;
    border: 1px solid #9a8472;
}


.inputbox01 select {
    padding-left: 15px;
    font-size: 17px;
    background: url(/img/select01.png) no-repeat 90% 52%;
    background-color: #fff;
    border: 1px solid #9a8472;
}

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

.i_title {
    float: left;
    color: #101010;
    font-weight: 500;
    margin-top: 6px;
}

.input {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 15px;
    overflow: hidden;
}

.input .size01 {
    width: 80%;
}

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

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

.number_select {
    height: 45px;
    border: none;
    float: left;
}

.time_select {
    width: 80%;
    float: right;
    height: 45px;
    border: none;
}

.con01_textbox {
    text-align: center;
}

.con01_text01 {
    color: #988b73;
    font-size: 1em;
    margin-bottom: 7px;
}

.con01_text02 {
    font-size: 0.9em;
    font-weight: 500;
}

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

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

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

.terms_link{
    font-size: 0.85em;
    margin-bottom: 22px;
    display: block;
}

/* con02 */

.con02 {
    background: url(/img/bg_01.jpg) no-repeat 30% 3%;
    height: 300px;
    text-align: center;
    background-size: cover;
    height: 345px;
}

.con02 img {
    margin-top: 45px;
    margin-bottom: 20px;
}

.logo_icon {
    width: 40px;
}

.m_con02_text01 {
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.m_con02_text02 {
    font-weight: 600;
    font-size: 1.7em;
    line-height: 34px;
    margin-bottom: 15px;
}

.m_con02_text03 {
    font-size: 0.9em;
}

/* con03 */

.s_title01 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad9d6;
    padding-bottom: 10px;
}

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

.con03_sec01 {
    margin-top: 11px;
}

.con03_top_tbox {
    background: rgba(255, 255, 255, 0.75);
    font-size: 0.9em;
    font-weight: 400;
    line-height: 25px;
}

.m_process {
    width: 100%;
}

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

.con03_sec02 ul {
    overflow: hidden;
}

.con03_sec02 li {
    float: left;
    border: 1px solid #e7e7e7;
    width: 49.5%;
    margin-right: 1%;
    height: 180px;
    text-align: center;
    padding-top: 38px;
    margin-bottom: 1.1%;
    font-size: 0.9em;
}

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

.con03_sec02 li:nth-child(2n) {
    margin-right: 0;
}

.con03_sec04 ul {
    overflow: hidden;
}

.con03_sec04 li {
    width: 100%;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 0.9em;
    font-weight: 500;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 2%;
}

.li_dot {
    width: 4px;
    height: 4px;
    background: #a8904b;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

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

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

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

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}

/* footer */


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

.ft_logo {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 12px;
}

.ft_logo img {
    width: 180px;
}

.ft_list {
    overflow: hidden;
    margin: 0 auto;
    display: table;
    color: #fff;
    font-size: 0.8em;
}

.copyright {
    color: rgba(255, 255, 255, 0.47);
    font-size: 0.8em;
    margin-top: 20px;
}
