@charset "utf-8";
body {overflow-x: scroll;}
/* LAYOUT */
.container {width:100%; margin:0 auto; padding:0 20px; max-width: 1240px;}

/* FONT WEIGHT */
.fw-demi {font-weight: 350;}
.fw-medium {font-weight: 500;}

/* FONT SIZE */
.t12 {font-size: 12px; line-height: 16px;}
.t13 {font-size: 13px; line-height: 18px;}
.t14 {font-size: 14px; line-height: 20px;}
.t15 {font-size: 15px; line-height: 22px;}
.t16 {font-size: 16px; line-height: 24px;}
.t18 {font-size: 18px; line-height: 26px;}
.t20 {font-size: 20px; line-height: 28px;}
.t26 {font-size: 26px; line-height: 26px;}
.t28 {font-size: 28px; line-height: 36px;}
.t30 {font-size: 30px; line-height: 36px;} 
.t32 {font-size: 32px; line-height: 36px;} 
.t56 {font-size: 56px; line-height: 56px; letter-spacing: -0.56px;}

/* GRAY COLOR */
.base0 {color: #000000 !important;}
.base1 {color: #2D2D2D !important;}
.base2 {color: #444444 !important;}
.base3 {color: #666666 !important;}
.base4 {color: #333333 !important;}
.base5 {color: #A4A4A4 !important;}
.base6 {color: #B2B2B2 !important;} 
.base7 {color: #C4C4C4 !important;} 
.base8 {color: #AAAAAA !important;}
.base10 {color: #FFFFFF !important;} 

/* BRAND COLOR */
.primary {color: #5D98FE !important;}
.variant {color: #36435E !important;}
/* BACKGROUND */
.bg-light {background: #F5F5F5;}

/* WIDTH */
.w-8 {width: 8px;}
.w-12 {width: 12px;}
.w-20 {width: 20px;}
.w-26 {width: 26px;}
.w-32 {width: 32px;}
.w-140 {width: 140px;}
.w-160 {width: 160px;}
.w-190 {width: 190px;}
.w-235 {width: 235px;}
.w-300 {width: 300px;}

/* BORDER COLOR */
.line8 {border-color: #E0E0E0 !important;}
.line10 {border-color: #FFFFFF !important;}

/* BORDER RADIUS */
.rounded-1 {border-radius: 4px !important;}
.rounded-2 {border-radius: 8px !important;}


/* COMPONANT */
.mo {display: none;}
.pc {display: block;}


.txt {transition: all 0.34s ease-in-out; position: relative;}
.txt::after {content: attr(data-txt); position: absolute; bottom: 180%; left: 0;}

.bttn-txt-sm {display: inline-flex; align-items: center; overflow: hidden; border:1px solid #DDDDDD; border-radius: 4px; height:28px; padding:0 12px; transition: .2s ease-in-out;}
.bttn-txt-sm .txt {color: #444444; font-size: 12px; font-weight: 350;}
.bttn-txt-sm .txt::after {color:#5D98FE;}
.bttn-txt-sm:hover {border-color:#5D98FE;}
.bttn-txt-sm:hover .txt {transform: translate(0, 180%);}

.bttn-txt-md {display: inline-flex; align-items: center; overflow: hidden; border:1px solid #5D98FE; border-radius: 4px; height:38px; padding:0 20px; transition: .2s ease-in-out;}
.bttn-txt-md .txt {color: #5D98FE; font-size: 14px; font-weight: 400;}
.bttn-txt-md .txt::after {color:#5D98FE;}
.bttn-txt-md:hover .txt {transform: translate(0, 180%);}

.bttn-txt-lg {display: inline-flex; align-items: center; overflow: hidden; border:1px solid #DDDDDD; border-radius: 4px; height:38px; padding:0 20px; transition: .2s ease-in-out;}
.bttn-txt-lg .txt {color: #2D2D2D; font-size: 14px; font-weight: 400;}
.bttn-txt-lg .txt::after {color:#5D98FE;}
.bttn-txt-lg:hover {border-color:#5D98FE;}
.bttn-txt-lg:hover .txt {transform: translate(0, 180%);}
  
.bttn-cancel-txt {display: inline-flex; align-items: center; overflow: hidden; border:1px solid #DDDDDD; border-radius: 4px; height:38px; padding:0 20px; transition: .2s ease-in-out;}
.bttn-cancel-txt .txt {color: #2D2D2D; font-size: 14px; font-weight: 400;}
.bttn-cancel-txt .txt::after {color:#2D2D2D;}
.bttn-cancel-txt:hover {border-color:#2D2D2D;}
.bttn-cancel-txt:hover .txt {transform: translate(0, 180%);}

.bttn-txt-xl {font-size: 16px; display: inline-flex; align-items: center; justify-content: space-between; border:1px solid rgba(0, 0, 0, 0.20) !important; height: 56px; padding: 0 48px 0 20px;transition: .2s ease-in; background: url('../images/ic-more.png')no-repeat right 20px center; background-size: 8px;}
.bttn-txt-xl:hover {color:#FFF; background:#333 url('../images/ic-view.png')no-repeat right 20px center; background-size: 8px;}

.status_01 {display:inline-flex; align-items: center; justify-content: center; height: 30px; min-width: 70px; background:#5D98FE; color:#fff; font-size:14px; border-radius:4px; margin-right: 14px;}
.status_02 {display:inline-flex; align-items: center; justify-content: center; height: 30px; min-width: 70px; background:#444444; color:#fff; font-size:14px; border-radius:4px; margin-right: 14px;}

.chk {z-index: 1;}
.chk label {display: inline-block; min-width:16px; min-height:16px; cursor: pointer; font-size: 14px; color:#2D2D2D; padding-left: 16px; line-height: 14px; background: url('../images/chk_off.png')no-repeat left 0 center; background-size: 16px;}
.chk input:checked + label {background: url('../images/chk_on.png')no-repeat left 0 center; background-size: 16px;}

#header {height: 80px; padding: 0 80px;}
#header .accordion-body {padding: 0; display: flex; align-items: center; justify-content: end;}
#header .accordion-item {border:0;}
#header .collapse:not(.show) {display: block;}
#header .t16 {margin-left: 80px;}

#subTop .text-center {line-height:200px; font-size: 32px; color: #1A0900; background: url('../images/sub-top.png')no-repeat bottom 40% center; background-size: cover;}
#subTop .d-flex {padding:70px 0 100px}
#subTop .d-flex .t16 {white-space: nowrap;}
#subTop .d-flex .d-block {margin:auto 35px; width:1px; height: 20px;}

#footer {padding: 30px 80px; background-color: #333; height: 120px;}
#footer .t16 {color:#DDD;}
#footer .t14 {color:#888;}
#footer span {display: block; width: 1px; height: 10px; background-color: #888; margin:auto 10px;}
#footer .justify-content-start span {background-color: #999; margin:auto 12px;}

#main .sect1 {padding: 0 20px;}
#main .sect1 .container {top: 42%; left: 50%; transform: translateX(-50%);}
#main .sect1 .t56 {font-family: 'Montserrat', sans-serif; color: #1F3256; text-transform: uppercase;}
#main .sect1 .t18 {margin: 34px 0 50px; color: #3B5078;}
#main .sect1 .line10 {display: inline-flex; align-items: center; justify-content: space-between; height: 52px; padding: 15px 74px 15px 20px; transition: .2s ease-in; color:#FFF; background:rgba(255, 255, 255, 0.10) url('../images/ic-view.png')no-repeat right 20px center; background-size: 8px;}
#main .sect1 .line10:hover {background-color:#1F3256; border-color:#1F3256 !important;}
#main .sect2 {padding: 0 20px;}
#main .sect2 .bg-light {height: 240px;}
#main .sect2 .w-160 {margin-left: 45px;}
#main .sect2 .base5 {margin: auto 70px;}
#main .sect3 {margin: 150px auto 160px;}
#main .sect3 .t20 {margin-bottom: 25px;}
#main .sect3 .t20 .t12 {border:1px solid #ddd; width: 60px; height: 28px;}
#main .sect3 .noti {width: 435px;}
#main .sect3 .bg-white {width: 685px;}
#main .sect3 .line8 {height: 44px;}
#main .sect3 .line8:last-of-type {border-bottom: 0 !important;}
#main .sect3 .line8 .base2 {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#main .sect3 .swiper {padding-top: 15px;}
#main .sect4 {padding: 80px 0;}
#main .sect4 .t26 {margin-bottom: 45px;}
#main .sect4 .t26 .w-26 {margin-right: 12px;}
#main .sect4 .container::after {content: ''; display: block; width: 80px; height: 90px; background: url('../images/ic-heart.png')no-repeat center; background-size: contain; right: -50px; top: 14px; position: absolute; z-index: 2;}
#main .sect4 .top-0 {background: rgba(0, 10, 36, 0.7); padding: 25px 20px; opacity: 0; visibility: hidden; transition: .2s ease-in;}
#main .sect4 .top-0 .base10 {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
#main .sect4 .swiper-slide:hover .top-0 {opacity: 1; visibility: visible;}

#sub.location .wrap_controllers,
#sub.location .map > div:nth-of-type(2),
#sub.location .map_border {display: none;}
#sub.location .position-absolute {border-radius: 6px; background: rgba(255, 255, 255, 0.90); padding: 15px 20px; right: 16px; bottom: 16px; z-index: 1;}
#sub.location .border-top {margin: 100px 0 200px;}
#sub.location .border-bottom {padding: 50px 20px;}
#sub.location .border-bottom .t28 {min-width: 340px;}
#sub.location .line8 .base1 {margin:40px 0 14px;}
#sub.location .line8 .base1:first-of-type {margin-top: 0;}
#sub.location .line8 .fw-demi,
#sub.location .line8 .t15.primary {margin-bottom: 2px;}
#sub.location .line8 .mb-2 {margin-top: 40px;}
#sub.location .line8 .t18.primary {margin-bottom: 40px;}


@media (max-width:1400px) {
  #main .sect1 .container {top: 50%; transform: translate(-50%, -50%); padding-left: 50px;}
  #main .sect4 .container::after {display: none;}

}

@media (max-width:1240px) {
  #main .sect3 .noti,
  #main .sect3 .bg-white {width: 48%;}
}


@media (max-width: 1024px) {
  #header {padding: 0 20px;}
  #header .w-300 {width: 200px;}

  #footer {padding: 30px 20px;}

  #main .sect1 .t56 {font-size: 36px;}
  #main .sect1 .t18 {font-size: 13px; font-weight: 350px; margin:30px 0 50px;}
  #main .sect1 .line10 {width: 120px; height: 43px; padding: 0 16px; font-size: 13px; font-weight: 350px;}
  
}




@media (max-width:768px) {
  .bttn-txt-xl {width: 100%; font-size: 15px; line-height: 22px;}
  .status_01 {font-size:12px; font-weight: 400; margin-right: 8px; min-width: 60px;}
  .status_02 {font-size:12px; font-weight: 400; margin-right: 8px; min-width: 60px;}

  .mo {display: block;}
  .pc {display: none;}

  #header {height: 70px;}

  #header .accordion-body {padding: 0; display: flex; align-items: center; justify-content: end;}
  #header .accordion-item {border:0;}
  #header .collapse:not(.show) {display: none;}
  #header .accordion-button:focus {border:0; background: none; box-shadow: unset;}
  #header .bg-white {position: absolute; top: 70px; z-index: 1; left: 0; width: 100%;}
  #header .accordion-body {padding: 20px 0 40px; display: block;}
  #header .t16 {margin-left: 0; padding: 20px 30px; font-size: 18px; line-height: 26px; font-weight: 500;}

  #subTop .text-center {line-height:160px; font-size: 28px; background: url('../images/sub-top.png')no-repeat bottom 45% center; background-size: 140%;}
  #subTop .d-flex {padding:20px 20px 80px}
  #subTop .d-flex .d-block {margin:auto 15px;}


  #footer {height: 150px; padding: 36px 20px;}
  #footer .t14 {display: block !important; line-height: 18px;}
  #footer .t14 span {display: inline-block;}
  
  #main .sect1,
  #main .sect2 {padding: 0;}
  #main .sect1 .container {top: 100px; transform: translate(-50%, 0);}


  
  #main .sect2 .bg-light {height: 258px; flex-direction: column; padding: 50px 0;}
  #main .sect2 .bg-light .w-190 {width: 130px;}
  #main .sect2 .bg-light .w-160 {width: 106px; margin-left: 22px;}
  #main .sect2 .bg-light .base2 {text-align: center; font-size: 15px; font-weight: 350; line-height: 22px;}
  #main .sect3 {flex-direction: column; margin: 60px auto; padding: 0;}
  #main .sect3 .noti {margin-right: 0; max-width: unset; width: 100%; padding: 0 20px 70px;}
  #main .sect3 .bg-white {width: 100%; padding-left: 20px;}
  #main .sect3 .t20 {margin-bottom: 20px;}
  #main .sect3 .t20 .bttn-txt-sm {display: none !important;}
  #main .sect3 .line8 {height: 40px;}
  #main .sect3 .swiper {padding-top: 10px;}
  #main .sect4 {padding: 50px 0;}
  #main .sect4 .t26 {font-size: 22px; line-height: 36px; margin-bottom: 40px;}
  #main .sect4 .t26 .w-26 {width: 24px;}
  #main .sect4 .container {padding: 0;}
  #main .sect4 .swiper {margin-left: 20px;}
  #main .sect4 .top-0 {padding: 20px;}
  #main .sect4 .w-32 {width: 40px;}

    
  #sub.location .position-absolute {width:calc(100% - 40px); right: 20px; bottom: 20px;}
  #sub.location .border-top {margin: 0 0 30px; border-top: 0 !important;}
  #sub.location .border-bottom {padding: 30px 20px; flex-wrap: wrap;}
  #sub.location .border-bottom:last-of-type {border-bottom: 0 !important;}
  #sub.location .border-bottom .t28 {min-width: unset; font-size: 20px; line-height: 28px;}
  #sub.location .line8 .base1 {margin:20px 0 14px; font-size: 15px; line-height: 22px;}
  #sub.location .line8 .base1:first-of-type {margin-top: 30px;}
  #sub.location .line8 .fw-demi {font-size: 13px; line-height: 18px;}
  #sub.location .line8 .mb-auto {margin-top: 30px;}
  #sub.location .line8 .mb-2 {margin-top: 20px;}
  #sub.location .line8 .t18.primary {margin-bottom: 20px; font-size: 15px; line-height: 22px;}


}
