@charset "utf-8";

/*google 웹폰트 css 파일 불러오기*/
@import url(https://fonts.googleapis.com/css?family=Galada|Nanum+Gothic|Nanum+Myeongjo);
@import url('https://fonts.googleapis.com/css?family=Jua|Poor+Story|Sunflower:300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

.font_gothic {
    font-family: 'Nanum Gothic', sans-serif;
}

.font_myeong {
    font-family: 'Nanum Myeongjo', serif;
}

.font_galada {
    font-family: 'Galada', cursive;
}

.font_sun {
    font-family: 'Sunflower', sans-serif;
}

.font_jua {
    font-family: 'Jua', sans-serif;
}

.font_poor {
    font-family: 'Poor Story', cursive;
}

.font-notosans {
    font-family: 'Noto Sans KR', sans-serif;
}

.font-jura {
    font-family: 'Jura', sans-serif;
}

.font-Rajdhani {
    font-family: 'Rajdhani', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}


/* 저장된 글꼴 파일 선언*/
/* @font-face { font-family : font_gothic;    
                src : local(../font/NanumGothic.ttf) ; }  */
/* 웹사이트의 글꼴 파일 선언*/
/* @font-face { font-family : font_gothic;    
                src : url(http://uhbee.com/nanum.eot) ; }   */
.ft-14{font-size:14px;}

* {
    margin: 0;
    padding: 0;
}

body {
    color: #222;
    background-color: #f9f9f9;
}

button {
    font-family: 'Noto Sans KR', sans-serif;
}

ul,
ol,
li {
    list-style-type: none
}

img,
fieldset {
    border: none;
    vertical-align: middle
}

hr {
    clear: both;
    border: none
}

/* 안쓰는 태그를 활용해 최대한 간소화 하려는 목적 */

a {
    color: inherit;
    text-decoration: none
}

table {
    border-collapse: collapse;
	width : 100%;
}

input,
textarea {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    vertical-align: middle
}

/* 마진 값 */
.mgt_10 {
    margin-top: 10px
}

.mgt_20 {
    margin-top: 20px
}

.mgt_30 {
    margin-top: 30px
}

.mgt_40 {
    margin-top: 40px
}

.mgt_50 {
    margin-top: 50px
}

.mgt_60 {
    margin-top: 60px
}

.mgt_70 {
    margin-top: 70px
}

.mgt_80 {
    margin-top: 80px
}

.mgt_90 {
    margin-top: 90px
}

.mgt_100 {
    margin-top: 100px
}

.mgb_10 {
    margin-bottom: 10px
}

.mgb_20 {
    margin-bottom: 20px
}

.mgb_30 {
    margin-bottom: 30px
}

.mgb_40 {
    margin-bottom: 40px
}

.mgb_50 {
    margin-bottom: 50px
}

.mgb_60 {
    margin-bottom: 60px
}

.mgb_70 {
    margin-bottom: 70px
}

.mgb_80 {
    margin-bottom: 80px
}

.mgb_90 {
    margin-bottom: 90px
}

.mgb_100 {
    margin-bottom: 100px
}

.mgl_10 {
    margin-left: 10px
}

.mgl_20 {
    margin-left: 20px
}

.mgl_30 {
    margin-left: 30px
}

.mgl_40 {
    margin-left: 40px
}

.mgl_50 {
    margin-left: 50px
}

.mgl_60 {
    margin-left: 60px
}

.mgl_70 {
    margin-left: 70px
}

.mgl_80 {
    margin-left: 80px
}

.mgl_90 {
    margin-left: 90px
}

.mgl_100 {
    margin-left: 100px
}

.mgr_10 {
    margin-right: 10px
}

.mgr_20 {
    margin-right: 20px
}

.mgr_30 {
    margin-right: 30px
}

.mgr_40 {
    margin-right: 40px
}

.mgr_50 {
    margin-right: 50px
}

.mgr_60 {
    margin-right: 60px
}

.mgr_70 {
    margin-right: 70px
}

.mgr_80 {
    margin-right: 80px
}

.mgr_90 {
    margin-right: 90px
}

.mgr_100 {
    margin-right: 100px
}

/* 패딩 값 */
.pdt_10 {
    padding-top: 10px
}

.pdt_20 {
    padding-top: 20px
}

.pdt_30 {
    padding-top: 30px
}

.pdt_40 {
    padding-top: 40px
}

.pdt_50 {
    padding-top: 50px
}

.pdt_60 {
    padding-top: 60px
}

.pdt_70 {
    padding-top: 70px
}

.pdt_80 {
    padding-top: 80px
}

.pdt_90 {
    padding-top: 90px
}

.pdt_100 {
    padding-top: 100px
}

.pdb_10 {
    padding-bottom: 10px
}

.pdb_20 {
    padding-bottom: 20px
}

.pdb_30 {
    padding-bottom: 30px
}

.pdb_40 {
    padding-bottom: 40px
}

.pdb_50 {
    padding-bottom: 50px
}

.pdb_60 {
    padding-bottom: 60px
}

.pdb_70 {
    padding-bottom: 70px
}

.pdb_80 {
    padding-bottom: 80px
}

.pdb_90 {
    padding-bottom: 90px
}

.pdb_100 {
    padding-bottom: 100px
}

.pdl_10 {
    padding-left: 10px
}

.pdl_20 {
    padding-left: 20px
}

.pdl_30 {
    padding-left: 30px
}

.pdl_40 {
    padding-left: 40px
}

.pdl_50 {
    padding-left: 50px
}

.pdl_60 {
    padding-left: 60px
}

.pdl_70 {
    padding-left: 70px
}

.pdl_80 {
    padding-left: 80px
}

.pdl_90 {
    padding-left: 90px
}

.pdl_100 {
    padding-left: 100px
}

.pdr_10 {
    padding-right: 10px
}

.pdr_20 {
    padding-right: 20px
}

.pdr_30 {
    padding-right: 30px
}

.pdr_40 {
    padding-right: 40px
}

.pdr_50 {
    padding-right: 50px
}

.pdr_60 {
    padding-right: 60px
}

.pdr_70 {
    padding-right: 70px
}

.pdr_80 {
    padding-right: 80px
}

.pdr_90 {
    padding-right: 90px
}

.pdr_100 {
    padding-right: 100px
}

html,
body,
div,
span,
applet,
object,
iframe,

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,

a,
abbr,
acronym,
address,
big,
cite,
code,

del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,

small,
strike,
strong,
sub,
sup,
tt,
var,

b,
u,
i,
center,

dl,
dt,
dd,
ol,
ul,
li,

fieldset,
form,
label,
legend,

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,

article,
aside,
canvas,
details,
embed,

figure,
figcaption,
footer,
header,
hgroup,

menu,
nav,
output,
ruby,
section,
summary,

time,
mark,
audio,
video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

}


.mo_header {
    display: none;
}

.cb:after {clear: both; content: ""; display: block;}

.fl {float: left;}

/*********************제이쿼리 영역**********************/



/** bx슬라이더 **/

.m_text_box {
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	position: absolute;
	width : 100%
}

.main_visual_box {
    position: relative;
}

.slider {
    margin: auto;
    width: 100%;
}


.vsa_img1 {
    background-image: url(../images/main_visual1.jpg);
    background-size: cover;
    background-position: center
}

.vsa_img2 {
    background-image: url(../images/main_visual2.jpg);
    background-size: cover;
    background-position: center
}

.vsa_img3 {
    background-image: url(../images/main_visual3.jpg);
    background-size: cover;
    background-position: center
}

.bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    background: #f9f9f9;
    border: none;
    height:700px;
}


.main_visual {
    width: 100%;
    margin: auto;
    _height: 100vh;
    /*height : 940px*/
    height:700px;
    background-size: cover;
    position: relative;
    z-index: 9 !important;
}


.main_visual div {
    text-align: left;
    color: #fff;
    margin: auto;
    display: none !important;
}

.main_visual div h1 {
    font-size: 62px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-shadow: 6px 0px 5px rgba(49, 49, 49, 0.75);
    letter-spacing: -3px;
}

.main_visual div h1 span {
    font-size: 82px;
    color: #ecc09a;
}


.main_visual div h2 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.main_visual_box {
    width: 100%;
    margin: auto;
    position: relative;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.main_visual_scroll {
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 50%;
    transform: translate(-50%);
    z-index: 10
}

/** bx슬라이더 끝 **/

/** 메인 비주얼 라인 **/

.mv_line {
    position: absolute;
    bottom: 0px;  
    width: 90%;
    height: 80%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 50%;
    transform: translateX(-50%)
}

/** 메인 비주얼 라인 끝 **/

/** 스크롤 **/

.main_scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -25px;
    display: none !important;
}

.main_scroll img {
    width: 50px;
}

.stage {
    display: flex;
}

.box {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 0 auto 0 auto;
    transform-origin: bottom;

}

.bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: ease;
}

@keyframes bounce-2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0);
    }
}


/** 스크롤 끝 **/

.m_c1_top h1.g_text{
    font-size: 34px;
    font-weight: 600;
    color: #d0ac8c;
}

/** 바운스효과 **/
.stage {
    display: flex;
}

.box {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
}

.bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: ease;
}

@keyframes bounce-2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/** 바운스효과 끝 **/




/* pc_header */

.pc_header {
    clear: both;
    content: "";
    display: block;
    z-index: 10;
    position: absolute;
    width: 100%;
}

.pc_header_con {
    position: relative;
}

.pc_header_con:after {
    clear: both;
    content: "";
    display: block;
}

.pc_header .logo {
    float: left;
    width: 142px;
    height: 105px;
    background-image: url(../images/logo_bg_30.png);
    position: relative;
}

.logo img {
    position: absolute;
    left: 50%;
    margin-left: -47px;
    top: 10px;
}

.nav {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 9;
    width: calc(50% - 71px);
    float: left;
    _height: 106px;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.container {}

.container2 {}

.nav_left {
    padding: 0 0px 0 0px;
    text-align: right
}

.nav_right {
    padding: 0 0px 0 0px;
    text-align: left
}

.nav ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.nav ul li {
    display: inline-block;
    position: relative;
    width: 23%;
    padding: 26px 0px;
    vertical-align:top
}
.nav ul li.mk{padding: 13px 0px;}

.nav ul li a {
    color: #fff;
    display: block;
    font-size: 19px;
    font-weight: 400;
    transition: 0.3s linear;
    text-align: center;
}

.nav ul li:hover {
    background: #b08542;
}

.nav ul li ul {

    display: none;
    position: absolute;
    width: 100%;
    top: 79px;
}

.nav ul li ul li {

    display: block;
    width: 100%;
    padding: 0px;

}

.nav ul li ul li:first-child {
    border-top: none;
}

.nav ul li ul li a {
    background: #6f5f4e;
    display: block;
    padding: 10px 14px;
	font-size : 17px;
}

.nav ul li ul li a:hover {
    background: #4e4034;
}

.nav .fa.fa-angle-down {
    margin-left: 6px;
	display: none;
}

.login_bt {
    position: absolute;
    z-index: 11;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.login_bt div {
    display: inline-block;
}

.login_point {}

.login_text {
    color: #fff;
    font-size: 15px;
}

.venture{
    position:absolute; 
    top:50%; left:50px; 
    padding:0 20px;
    transform: translateY(-50%);
}


/* pc_header 끝 */


/** 퀵메뉴 **/

#followquick {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 260px;
    z-index: 11;
}

#followquick a {
    display: flex;
    margin-bottom: 0px;
    width:80px; height:80px;
}

/** 퀵메뉴 심유주 추가 **/
#followquick2 {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 260px;
    z-index: 11;
}

#followquick2 a {
    display: flex;
    margin-bottom: 0px;
    width:80px; height:80px;
}
#followquick2 .popup1{
    position:absolute;
    top:60%; left:90%;
	/*
    transform:translate(-50%, -50%);
	*/
    width:200px; height:150px;
    border:2px solid #333;
    background-color:rgba(0,0,0,0.3);
    padding:20px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    display:none;
	color:#fff;
}
#followquick2 .popup2{
    position:absolute;
    top:60%; left:90%;
	/*
    transform:translate(-50%, -50%);
	*/
    width:200px; height:150px;
    border:2px solid #333;
    background-color:rgba(0,0,0,0.3);
    padding:20px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.3);
    display:none;
	color:#fff;
}
.cls{
    position:absolute;
    bottom:20px; right:20px;
    display:block;
    width:60px; height:40px;
    line-height:30px;
    text-align: center;
    color:#fff;
    border-radius:5px;
   
}




/** 퀵메뉴 끝 **/



/** 탭메뉴 **/

.container_con3 {
    width: 100%;
    margin: 10px auto;
}

.container_con3:after {
    clear: both;
    content: "";
    display: block;
}

.container_con3 ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

.container_con3 ul.tabs li {
    width: 50%;
    float: left;
    margin: 0;
    line-height: 31px;
    border-left: none;
    margin-bottom: -1px;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.container_con3 ul.tabs li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 14px 20px;
    outline: none;
    text-align: center;
}

.container_con3 ul.tabs li a:hover {
    background: rgba(0, 0, 0, 0.3);
}

html ul.tabs li.active,
html ul.tabs li.active a:hover {
    background: rgba(0, 0, 0, 0);
    border: none;
}

.tab_container {
    color: #fff;
    clear: both;
    float: left;
    width: 100%;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.tab_content {
    padding: 40px 20px;
    font-size: 1.2em;
    max-width: 1200px;
    margin: auto;
}

.tab_content h2 {
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 1.8em;
}

.tab_content h3 a {
    color: #254588;
}

.tab_content ul {}

.tab_content ul:after {
    clear: both;
    content: "";
    display: block;
}

.tab_content ul li {
    float: left;
    width: 200px;
    text-align: center;
    margin: 10px 0;
    height: 160px
}

.tab_content ul li img {}


/** 탭메뉴 끝 **/

/** 모달 **/

#modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99
}

.modal-con {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40%;
    min-height: 30%;
    background: #fff;
    z-index: 100;
}

.modal-con .title {
    font-size: 18px;
    padding: 10px;
    background: #9f8548;
    color: #fff;
}

.modal-con .con {
    font-size: 15px;
    line-height: 1.3;
    padding: 10px;
}

.modal-con .close {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    right: 10px;
    top: 8px;
}

/** 모달 끝 **/

/** 모달 테이블 **/
.s_table2 {}

.s_table2 table {
    width: 100%;
    text-align: left;
}

.s_table2 table th {
    padding: 2% 2%;
    border: 1px solid #d9d9d9;
    background-color: #f7f7f7;
    font-size: 14px;
    font-weight: 500;
}

.s_table2 table th span {
    color: #ef0303;
    margin-left: 2px;
}

.s_table2 table td span {
    color: #222;
    margin-left: 4px;
}

.s_table2 table td {
    padding: 1% 2%;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.s_table2 table td input {
    width: 80%;
    box-sizing: border-box;
    padding: 6px 10px;
    border: 1px solid #d9d9d9;
    color: #373737;
    font-size: 14px;
}

.s_table2 table td .mt_input2 {
    width: 60%;
    margin: 5px 0;
}

.mt_i2_span {
    margin-left: 0px;
    margin-right: 4px
}

.s_table2 table td input[type="radio"] {
    width: auto;
    margin-left: 8px;
}

.mt_bt {
    margin: 10px;
    text-align: center;
}

.mt_bt button {
    width: 160px;
    padding: 8px 0;
    background-color: #e31957;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.mt_precautions {
    text-align: center;
    margin: 6px 0;
}

.mt_precautions h1 {
    font-size: 15px;
    color: red;
    margin-bottom: 4px;
}

.mt_precautions p {
    font-size: 14px;
    color: #222;
}

/** 모달 테이블 끝 **/


/** 미니슬라이더 **/
#banner_wrap {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 70px;
	margin-top : 40px;
}

#banner_wrap h1 {
    text-align: center;
    margin: 10px;
    font-size: 24px;
    color: #222;
    font-weight: 600;
    margin-bottom: 30px;
}

#slide_banner {
    text-align: center;
}

#slide_banner img {
    width: 100%
}

#prevBtn {
    position: absolute;
    left: 0;
    top: 10px;
    display: none;
}

#nextBtn {
    position: absolute;
    right: 15px;
    top: 10px;
    display: none;
}

#slide_banner li {
    width: 173px !important;
    box-sizing: border-box;
    border: none;
}

#slide_banner li a {
	display: block;
	position: relative;
}

#banner_wrap .bx-viewport {height : auto !important;}

/** 미니슬라이더 끝 **/


