@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@500&display=swap');
/* ===============================================================
    * Reset 
=============================================================== */
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;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;overflow-x: hidden;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
a {text-decoration: none; color: inherit;}
img {vertical-align: top;}
input[type="date"] {border: none;}
input[type="text"],input[type="tel"],input[type="email"],input[type="password"],input[type="search"],input[type="date"],
textarea,button {appearance: none;-webkit-appearance: none;outline:none;background: none; border: 1px solid #e0e0e0;}
button {cursor: pointer; border:none; border-radius: 0; padding: 0; margin: 0;}
select {appearance: none;-webkit-appearance: none;outline:none; border: 1px solid #e0e0e0;}
select::-ms-expand {display: none;}
* {box-sizing: border-box;}
a:link {background: none;}
a:visited {background: none;}
a:active {background: none;}

/* ===============================================================
    * Layout & Font & Width & Color
=============================================================== */
html {font-size: 62.5%;}
body {font-family: 'RixGoL', sans-serif; font-size: 16px; line-height: 1; font-weight: normal; color: #643c37; overflow-x: hidden;}
/* 
    font-family: 'Nanum Myeongjo', serif;
    font-family: 'S-CoreDream-4Regular';
    font-family: 'RixGoL', sans-serif; 
*/
@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.font1 {font-family: 'Alegreya Sans SC', sans-serif;}
.font2 {font-family: 'S-CoreDream-3Light';}
.font3 {font-family: 'S-CoreDream-6Bold';}
.upp{ text-transform: uppercase;}
.none-pc {display: none;}
.none-mo {display: block;}
.fl{ float: left;}
.fr{ float: right;}
.bold{ font-weight: 800;}
.med{ font-weight: 500;}
.re{ font-weight: 400;}
/*.col-3{ width: calc(100%/3); }*/
.col-3{ width: calc(100%); }
.op6{ opacity: .6;}
@media (max-width: 820px){
    .none-pc {display: block;}
    .none-mo {display: none!important;}
    .m-col-1{ width: 100%;}
}

.intro {width: 100%; height: 100vh; display: flex; justify-content: space-between; }
.intro-box { position: relative; overflow: hidden; background-color: #fff6ca; transition: .3s; border-right: 1px solid rgba(100,60,55,.2);}
.intro-box:last-child{ border-right: unset;}
.intro-box:hover{ background-color: #f0bc6e;}


.intro-box > a {display: block; width: 100%; height: 100%; position: relative; transition: .3s;}
.intro-box .circle{ position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; width: 160px; height: 60px; background-image: url(img/circle.png); background-size: cover; background-position: center; background-repeat: no-repeat; color: #fff6ca; font-size: 18px; text-align: center; padding-top: 25px; letter-spacing: 0.04em;}
.intro-wrap {width: 100%; margin: 10% auto 0;  text-align: center; }
.intro-logo {width: 80%; height: 135px;  margin: 0 auto 40px; text-align: center; display: flex; justify-content: center; align-items: center;}
.intro-logo .tit{ position: relative; text-align: center; }
.intro-logo img{ margin-bottom:40px; }
.intro-box.intro-01 .intro-logo img{width: 112px; height: 61px;}
.intro-box.intro-02 .intro-logo img{width: 228px; height: 62px;}
.intro-box.intro-03 .intro-logo img{width: 172px; height: 63px;}
.intro-logo .tit h1{ font-size: 34px; }
.intro-tit {text-align: center; width: 80%; margin: 0 auto;}
.intro-tit .img-wrap{width: 50%; height: 420px; position: relative; margin-bottom: 40px; overflow: hidden; display:inline-block;}
.intro-tit .img-wrap .img{ position: absolute; width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; opacity: 1; transition: .5s;}
.intro-tit h3{padding-bottom: 40px; border-bottom: 1px solid rgba(100,60,55,.2); font-size: 16px; letter-spacing: 0.2em; }
.intro-info ul {padding-top: 40px;}
.intro-info ul li { display: inline-block; font-size: 12px; padding-left: 5px; line-height: 28px;}
span.none-mo{ display: inline-block;}

.intro-box > a:hover .intro-tit .img-wrap .img{ transform: scale(1.1);}

@media (max-width: 1900px){
    .intro-box .circle{ width: 8.33vw; height: 3.13vw; font-size: 0.94vw; padding-top: 1.30vw;}
    .intro-logo { height: 7.03vw;  margin: 0 auto 2.08vw; }
    .intro-logo img{ margin-bottom:2.08vw; }
    .intro-box.intro-01 .intro-logo img{width: 5.83vw; height: 3.18vw;}
    .intro-box.intro-02 .intro-logo img{width: 11.88vw; height: 3.23vw;}
    .intro-box.intro-03 .intro-logo img{width: 8.96vw; height: 3.28vw;}
    .intro-logo .tit h1{ font-size: 1.77vw; }
    .intro-tit .img-wrap{height: 21.88vw; margin-bottom: 2.08vw;}
    .intro-tit h3{padding-bottom: 2.08vw; border-bottom: 0.05vw solid rgba(100,60,55,.2); font-size: 0.83vw; letter-spacing: 0.2em; }
    .intro-info ul {padding-top: 2.08vw;}
    .intro-info ul li { display: inline-block; font-size: 0.63vw; padding-left: 0.26vw; line-height: 1.46vw;}
}



@media (max-width: 820px){
    .intro {height: 100vh; display: block;}
    .intro-box{border-right: unset; border-bottom: 0.13vw solid rgba(100,60,55,.2); height: 100%;}
    .intro-box .circle{ width: 26.80vw; height: 13.47vw; background-image: url(img/m_circle.png); font-size: 3.73vw; text-align: center; padding-top: 5.33vw; }
    .intro-wrap {width: 100%; margin: 17.33vw auto 0;  text-align: center; }
    .intro-logo { height: 27.20vw; margin: 0 auto 5.33vw; }
    .intro-logo .tit{ position: relative; text-align: center; width: calc(100% - 16.00vw); }
    .intro-logo img{ margin-bottom:5.33vw; }
    .intro-box.intro-01 .intro-logo img{width: 25.87vw; height: 14.13vw;}
    .intro-box.intro-02 .intro-logo img{width: 50.40vw; height: 13.87vw;}
    .intro-box.intro-03 .intro-logo img{width: 38.67vw; height: 14.13vw;}
    .intro-logo .tit h1{ font-size: 7.33vw; }
    .intro-tit {text-align: center;  width: calc(100% - 16.00vw); margin: 0 auto 18.67vw; }
    .intro-tit .img-wrap{width: 100%; height: 47.60vw; position: relative; margin-bottom: 2.40vw; overflow: hidden;}
    .intro-tit .img-wrap .img{ position: absolute; width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; opacity: 1; transition: .5s;}
    .intro-tit h3{padding-bottom: 2.40vw; font-size: 3.20vw; letter-spacing: 0.2em; border-bottom: 0.27vw solid rgba(100,60,55,.2);}
    .intro-info ul {padding-top: 5.33vw;}
    .intro-info ul li { display: inline-block; font-size: 3.20vw; padding-left: 0; line-height: 5.33vw;}

    span.none-mo{ display: none;}
    span.none-pc{ display: inline-block;}

}