@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap');


@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Escoredream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

.sfont{
    font-family: 'Escoredream';
}

.tfont {
  font-family: "Tangerine", cursive;
  font-style: normal;
}


.fc {
    color: #0072ff;
}

.fcw {
    color: #fff !important
}

.sfc {
    color: #555
}

.fwt {
    font-weight: 100
}

.bc {
    background-color: #0072ff;
}

.bcw {
    background-color: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    _letter-spacing: -1px;
    word-break: keep-all;
    _font-size: 13px;
}

.wrap_in {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

.wrap_in2 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    _height: 100%
}

.wrap_in2_2 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    _height: 100%
}

.wrap_in3 {
    width: 800px;
    margin: 0 auto;
    position: relative;
    _height: 100%
}

.mw-1300 {
    min-width: 1300px;
    margin: auto;
    width: 100%
}

.line_h {
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 60px 0;
}

.line_h2 {
    width: 70px;
    height: 4px;
    background: #fff;
    margin: 20px auto;
    _background-color: rgba(00, 00, 00, 0.8);
    display: block;
}

.line_h3 {
    width: 70px;
    height: 4px;
    background: #fff;
    margin: 20px auto;
    background-color: rgba(00, 00, 00, 0.8);
    display: block;
}

.line_h4 {
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 20px auto;
    background-color: rgba(00, 00, 00, 0.4);
    display: block;
}

.line_h5 {
    width: 75px;
    height: 2px;
    background: #363636;
    margin: 20px auto;
}

.line_v {
    height: 37%;
    width: 2px;
    background-color: black;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.line_v2 {
    height: 20%;
    width: 2px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.op90 {
    opacity: 0.9
}

.op80 {
    opacity: 0.8
}

.op70 {
    opacity: 0.7
}

.op60 {
    opacity: 0.6
}

.op50 {
    opacity: 0.5
}

.op40 {
    opacity: 0.4
}

.op30 {
    opacity: 0.3
}

.op20 {
    opacity: 0.2
}

.op10 {
    opacity: 0.1
}


body {
/*    overflow: hidden;*/
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: normal;
    color: #333;
    font-family: 'Escoredream' !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    _vertical-align: top;
    /* width: 100%; */
    /*    height: 100%;*/
}

a {
    text-decoration: none;
}

input,
button {
    padding: 0;
    vertical-align: top;
    font-family: "Noto Sans KR", sans-serif !important;
}

/*  clearfix  */
.cf:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left
}

ul,
ol,
li {
    list-style: none
}

a {
    color: var(--black);
    text-decoration: none;
}

input {
    vertical-align: middle;
}

button {
    vertical-align: top;
    cursor: pointer;
    color: #070707
}

select {
    vertical-align: top;
}

.cf:after {
    display: block;
    content: "";
    clear: both;
}

.fwb {
    font-weight: bold
}

img {
    _display: block
}


.op80 {
    opacity: 80%;
}

.op70 {
    opacity: 70%
}

.op60 {
    opacity: 60%
}

.op50 {
    opacity: 50%
}

.op40 {
    opacity: 40%
}

.op30 {
    opacity: 30%
}

.op20 {
    opacity: 20%
}

.op10 {
    opacity: 10%
}

.col_10 {
    width: 12% !important;
}

.col_20 {
    width: 20% !important;
}

.col_30 {
    width: 30%;
}

.col_40 {
    width: 40% !important;
}

.col_50 {
    width: 50% !important;
}

.col_60 {
    width: 60%;
}

.col_70 {
    width: 70%;
}

.col_80 {
    width: 80%;
}

.col_90 {
    width: 88% !important;
}

.col_100 {
    width: 100% !important;
}

.col_25 {
    width: 25%;
}

.col_50 {
    width: 50%;
}

.col_75 {
    width: 75%;
}

.col_85 {
    width: 85%;
}

.col_15 {
    width: 15% !important;
}

.col_45 {
    width: 45%;
}

.mb05 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb24 {
    margin-bottom: 24px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb43 {
    margin-bottom: 43px !important
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mb70 {
    margin-bottom: 70px
}

.mb80 {
    margin-bottom: 80px
}

.mb90 {
    margin-bottom: 90px
}

.mb100 {
    margin-bottom: 100px
}

.mb120 {
    margin-bottom: 120px
}

.mb130 {
    margin-bottom: 130px
}

.mb150 {
    margin-bottom: 150px
}

.mb170 {
    margin-bottom: 170px
}

.mb180 {
    margin-bottom: 180px
}

.mb190 {
    margin-bottom: 190px
}

.mb200 {
    margin-bottom: 200px
}

.mb250 {
    margin-bottom: 250px
}

.mb300 {
    margin-bottom: 300px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mt70 {
    margin-top: 70px
}

.mt80 {
    margin-top: 80px
}

.mt90 {
    margin-top: 90px
}

.mt100 {
    margin-top: 100px !important
}

.mt120 {
    margin-top: 120px !important
}

.mt115 {
    margin-top: 115px !important
}

.mt130 {
    margin-top: 130px !important
}

.mt150 {
    margin-top: 150px !important
}

.mt170 {
    margin-top: 170px !important
}

.mt200 {
    margin-top: 200px !important
}

.mt250 {
    margin-top: 250px
}

.ml30 {
    margin-left: 30px
}

.ml20 {
    margin-left: 20px
}

.ml10 {
    margin-left: 10px
}

.mr130 {
    margin-right: 130px !important
}

.mr110 {
    margin-right: 110px
}

.mr100 {
    margin-right: 100px
}

.mr83 {
    margin-right: 83px
}

.mr80 {
    margin-right: 80px
}

.mr20 {
    margin-right: 20px
}

.mr10 {
    margin-right: 10px
}

.mr0 {
    margin-right: 0px !important
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px !important
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding-top: 50px
}

.pt60 {
    padding-top: 60px
}

.pt70 {
    padding-top: 70px
}

.pt80 {
    padding-top: 80px
}

.pt90 {
    padding-top: 90px
}

.pt100 {
    padding-top: 100px
}

.pt130 {
    padding-top: 130px
}

.pt150 {
    padding-top: 150px
}

.pt200 {
    padding-top: 200px
}

.pt300 {
    padding-top: 300px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pb60 {
    padding-bottom: 60px
}

.pb70 {
    padding-bottom: 70px
}

.pb80 {
    padding-bottom: 80px
}

.pb90 {
    padding-bottom: 90px
}

.pb100 {
    padding-bottom: 100px
}

.pb150 {
    padding-bottom: 150px
}

.pb200 {
    padding-bottom: 200px
}

.pb250 {
    padding-bottom: 250px
}

.pb300 {
    padding-bottom: 300px
}

.pb400 {
    padding-bottom: 400px
}

.ht10 {
    height: 10px
}

.ht20 {
    height: 20px
}

.ht30 {
    height: 30px
}

.ht40 {
    height: 40px
}

.ht50 {
    height: 50px
}

.ht60 {
    height: 60px
}

.ht70 {
    height: 70px
}

.ht80 {
    height: 80px
}

.ht90 {
    height: 90px
}

.ht100 {
    height: 100px
}


.fs100 {
    font-size: 100px !important
}

.fs80 {
    font-size: 80px !important
}

.fs68 {
    font-size: 68px !important
}

.fs50 {
    font-size: 50px !important
}

.fs48 {
    font-size: 48px !important
}

.fs42 {
    font-size: 42px !important
}

.fs40 {
    font-size: 40px !important
}

.fs36 {
    font-size: 36px !important
}

.fs30 {
    font-size: 30px !important
}

.fs32 {
    font-size: 32px !important
}

.fs28 {
    font-size: 28px !important
}

.fs26 {
    font-size: 26px !important
}

.fs25 {
    font-size: 25px !important
}

.fs24 {
    font-size: 24px !important
}

.fs22 {
    font-size: 22px !important
}

.fs20 {
    font-size: 20px !important
}

.fs18 {
    font-size: 18px !important
}

.fs16 {
    font-size: 16px !important
}

.fs13 {
    font-size: 13px !important
}

.fw900 {
    font-weight: 900;
}

.fw800 {
    font-weight: 800;
}

.fw700 {
    font-weight: 700;
}

.fw600 {
    font-weight: 600 !important;
}

.fw500 {
    font-weight: 500;
}

.fw400 {
    font-weight: 400;
}

.fw300 {
    font-weight: 300;
}

.fw200 {
    font-weight: 200;
}

.fw100 {
    font-weight: 100;
}

.lh {
    line-height: 30px;
}


.ts {
    text-shadow: 1px 1px 1px #373737
}

.line {
    position: relative;
}

/*.line:before{content: "";width: 100%; height: 7px;background-color:#7f0106;display: inline-block;position:absolute;left: 0;bottom: -4px;z-index:-1}*/

.ju_button {
    _background-color: white;
    color: #373737;
    padding: 12px 16px !important;
    border: 1px solid #0072ff !important;
    border-radius: 5px;
    cursor: pointer;
    _width: 100%;
    margin: 8px 0 !important;
    ;
    height: auto;
    line-height: normal;
    font-family: 'GmarketSansMedium';
    font-size: 16px;
    display: inline-block;
    background-color: transparent
}

.ju_button:hover {
    transition: all 0.3s;
    background-color: #0072ff;
    color: white
}

/*position 클래쓰*/
.pr {
    position: relative
}

/*부모에다가 pr를 넣어주고*/

.txy {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

/*자식에게 미리 정의된 txy, tx, ty를 넣어주면, 매번 긴 css를 적어줄 필요가 없게죠?*/
.tx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.ty {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

/*  clearfix  */
.cf {
    display: flex;
    justify-content: flex-start
}


.fwb {
    font-weight: bold
}

.fc6 {
    color: #666;
}

.fc {
    color: #0072ff;
}

/*font-color*/
.bc {
    background-color: #0072ff;
}

/*background-color 홈페이지별로 포인트 컬러(자주쓰는 컬러)를 미리 클래쓰화 시켜 놓습니다. 김대리의 최애 컬러는 봙은 블루인 #0072ff입니다.(자신이 좋아하는 컬러의 rgb를 외우는 것도 좋아요.)*/
.bcw {
    background-color: #fff;
}

/*background-color:white 화이트는 정말 자주쓰는 색이라 클래쓰화 시켜 놓는것도 좋죠 */

.scale img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.scale:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
