:root {
    --color-1: #f49417;
    --color-2: #ff6600;
    --font-l : 'RixRak-Sans_Light';
    --font-r : 'RixRak-Sans_Regular';
    --font-b : 'RixRak-Sans_Bold';
    --font-m : 'Nanum Myeongjo', serif;
}
/* ===============================================================
    * common
=============================================================== */
body {font-family: var(--font-r); font-size: 16px; font-weight: normal; line-height: 1; color: #222; overflow-x: hidden;}
/* font */
.fontl {font-family: var(--font-l);}
.fontr {font-family: var(--font-r);}
.fontb {font-family: var(--font-b);}
.fontm {font-family: var(--font-m); font-weight: 800;}
.thin {font-weight: 100;} .exlight {font-weight: 200;} .light {font-weight: 300;} .regular {font-weight: 400;} .medium {font-weight: 500;} .semibold {font-weight: 600;} .bold {font-weight: 700;} .exbold {font-weight: 800;} .fblack {font-weight: 900;}
.ttu {text-transform: uppercase;} .ttc {text-transform: capitalize;} .tal {text-align: left;} .tac {text-align: center;} .tar {text-align: right;}
em {font-style: normal;}
/* color */
.color1 {color: var(--color-1);}
.color2 {color: var(--color-2);}
.colorf {color: #fff;}
/* .filter-f {filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(57deg) brightness(103%) contrast(105%);} */
/* .filter-c {filter: invert(57%) sepia(83%) saturate(790%) hue-rotate(352deg) brightness(99%) contrast(93%);} */
/* display */
.width-max {max-width: 1430px; width: 100%; margin: 0 auto; padding: 0 15px;}
.dpb {display: block; width: 100%; height: 100%;}
.dib {display: inline-block;}
.fl {float:left;} .fr {float:right;} .clear:after {content:''; display: block; clear:both;}
.none-pc {display: none;}
/* classed */
.wrap {padding: 120px 0;}
.bg-img {background-repeat: no-repeat; background-size: cover; background-position: center;}
.full-img {width: 100%; height: 100%; object-fit: cover;}
.bsd {box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);}
.scroll {position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); text-align: right; z-index: 300; pointer-events: none;}
.scroll span {display: inline-block; pointer-events: all; width: 48px; height: 54px; line-height: 54px; text-align: center; border: 1px solid rgba(255,255,255,.6); color: #fff; z-index: 20; cursor: pointer;}

.btn1 {border: 1px solid #ccc; color: #222; transition: .4s;}
.btn1:hover {background: var(--color-1); color: #fff; border-color: var(--color-1);}
.btn2 {border: 1px solid var(--color-1); background: var(--color-1); color: #fff; width: 170px; height: 52px; line-height: 52px; text-align: center; font-size: 14px; transition: .4s; letter-spacing: 0.04em;}
.btn2:hover {border-color: var(--color-2); background: var(--color-2);}

/* .btn1, .btn {display: block; width: 170px; height: 52px; line-height: 52px; text-align: center; font-size: 14px; transition: .4s;}
.btn {border: 1px solid #ccc; color: #222;}
.btn:hover {background: var(--color-1); border-color: var(--color-1);}
.btn1 {background: var(--color-1); color: #fff;}
.btn1:hover {background: var(--color-2);} */
@media (max-width: 992px){
    .none-pc {display: block;}
    .none-mo {display: none;}
    .m50 {margin-top: 50px;}
    .wrap {padding: 60px 0;}
    .scroll {display: none;}
    .btn1 {background: var(--color-1); color: #fff; border-color: var(--color-1);}
    .btn2 {width: 125px; height: 35px; line-height: 35px; font-size: 12px;}
}


/* ===============================================================
    * banner
=============================================================== */
.cm-banner {position: relative; width: 100%; height: 400px;}
.cm-banner:after {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(17,17,17,.7);}
.cm-banner .tit {position: absolute; z-index: 1; left: 50%; top: 50%; transform: translate(-50%,-30px); width: 100%;}
.cm-banner .tit h2 {font-size: 60px; margin-bottom: 30px;}
.cm-banner .tit p {font-size: 16px; color: #c1bcbc;}
@media (max-width: 992px){
    .cm-banner {height: 150px;}
    .cm-banner .tit {transform: translate(-50%,-50%);}
    .cm-banner .tit h2 {font-size: 35px; margin-bottom: 10px;}
    .cm-banner .tit p {font-size: 12px;}
}

/* ===============================================================
    * wow js
=============================================================== */
.wow {position: relative; transform: translate(0%, 125%) rotate(4deg); opacity: 0;}
.fadeShow {animation: fadeShow 2s forwards}
@keyframes fadeShow {
    0% {transform: translate(0%, 125%) rotate(4deg); opacity: 0;}
    100% {transform: translate(0,0) rotate(0); opacity: 1;}
}

/* ===============================================================
    * full-swiper
=============================================================== */
.full-slider {position: relative; width: 100%;}
.full-tit {position: absolute; z-index: 10; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 24px; line-height: 40px;}
.full-tit h2, .full-tit h3 {white-space: nowrap;}
.full-container {overflow: hidden;}
.full-container .swiper-slide {position: relative; width: 100%; height: 100vh;}
.full-container .swiper-slide img {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover;}
.full-container .width-max {position: absolute; z-index: 100; left: 50%; bottom: 50px; transform: translateX(-50%);}
.full-pager {position: relative;}
.pager-dot .swiper-pagination-bullet {position: relative; width: 14px; height: 14px; border: 1px solid #fff; margin-right: 10px; background: none; opacity: 1;}
.pager-dot .swiper-pagination-bullet:after {content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 6px; height: 6px; border-radius: 50%; background: #fff; opacity: 0; transition: .4s;}
.pager-dot .swiper-pagination-bullet-active:after {opacity: 1;}
.full-ctrl {position: absolute; z-index: 100; left: 0; right: 0; top: 50%; transform: translateY(-50%); display: flex; justify-content: space-between; align-items: center; pointer-events: none;}
.full-ctrl .nav-btn {pointer-events: all; cursor: pointer; padding: 30px; font-size: 40px; color: #fff;}
@media (max-width: 992px){
    .full-container .swiper-slide {height: auto; padding-bottom: 56.25%;}
    .full-container .width-max {bottom: 20px; text-align: center;}
    .pager-dot .swiper-pagination-bullet {width: 8px; height: 8px; margin: 0 3px;}
    .pager-dot .swiper-pagination-bullet:after {width: 4px; height: 4px;}
    .full-ctrl {display: none;}
}

/* ===============================================================
    * subslider
=============================================================== */
.sub-slider {position: relative;}
.sub-slider .tit h2 {font-size: 40px;}
.sub-slider .tit h3 {font-size: 14px; color: #777; margin: 20px 0 60px;}
.sub-slider .slider-wrap .width-max {position: relative;}
.sub-container {padding: 1px;}
.sub-container .bg-img {height: 260px; background-size: 100% 100%; overflow: hidden; transition: .4s;}
.sub-container .name {height: 60px; padding: 0 30px; border: 1px solid #ccc; border-top: none; display: flex; justify-content: flex-start; align-items: center; font-size: 14px;}
.sub-container .name p {color: #222; padding-left: 40px; position: relative;}
.sub-container .name p:after {content: ''; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); width: 1px; height: 14px; background: #ccc;}
.sub-pager {margin-top: 40px;}
.sub-pager .swiper-pagination-bullet {border-color: var(--color-1);}
.sub-pager .swiper-pagination-bullet:after {background: var(--color-1);}
.sub-ctrl {position: absolute; top: 130px; left: -40px; right: -40px; display: flex; justify-content: space-between; align-items: center;}
.sub-ctrl .nav-btn {font-size: 30px; color: #ccc; cursor: pointer; transition: .4s;}
.sub-ctrl .nav-btn:hover {color: #222;}

.sub-slider .swiper-slide:hover .bg-img {background-size: 110% 110%;}
@media (max-width: 992px){
    .sub-slider {padding: 60px 0;}
    .sub-slider .tit h2 {font-size: 25px;}
    .sub-slider .tit h3 {font-size: 12px; line-height: 18px; margin: 15px 0 25px;}
    .sub-container .bg-img {height: 190px;}
    .sub-container .name {height: 50px; padding: 0 15px; font-size: 12px;}
    .sub-container .name p {padding-left: 30px;}
    .sub-container .name p:after {left: 15px;}
    .sub-pager {margin-top: 20px;}
    .sub-ctrl {display: none;}
}
