/* spot */
#spot { height: 200px; background: #17AEB7; background: linear-gradient(to right, #17AEB7 0%, #724596 100%); display: flex;}
#spot .wrap_box { background: url("/repository/images/com/spot_logo1.svg") no-repeat left 120%, url("/repository/images/com/spot_logo2.svg") no-repeat right 20%; display: flex; justify-content: space-between; align-items: center;}
#spot h2 { font-size: 52px; font-weight: 700; color: #fff; line-height: 1.2em;}
#spot .loca_box { max-width: 50%;}
#spot .loca_box ul { display: flex; align-items: center; flex-wrap: wrap; gap:5px 40px; }
#spot .loca_box > ul > li { position: relative; color:rgba(255,255,255,0.6); font-size: 15px; line-height: 1.2em; font-weight: 300;}
#spot .loca_box > ul > li + li:before { color: #fff; content: '\EA54'; position: absolute; font-family: "remixicon"; font-size: 1.25em; top: 0; left: -20px; transform: translate(-50%,0);}
#spot .loca_box > ul > li:first-child i { color: #fff; font-size: 1.125em;}

.stle {  font-size: 40px; line-height:1.2em; font-weight: 800; color: #000; margin: 50px 20px; text-align: center;}

#contents { padding-bottom: 60px; color:#666; }
#contents img { max-width: 100%;}
.img_ready { text-align: center;}

@media all and (max-width:1680px) {
    #spot h2 { font-size: 44px;}
    .stle {  font-size: 36px; margin: 40px 10px;}
}
@media all and (max-width:1460px) {
    #spot { height: 160px;}
    #spot h2 { font-size: 36px;}
    .stle {  font-size: 30px; margin: 30px 10px;}
}
@media all and (max-width:1260px) {
    #spot h2 { font-size: 28px;}
    .stle {  font-size: 26px;}
}
@media all and (max-width:1024px) {
    #spot { height: 120px;}
    #spot .wrap_box {background: url("/repository/images/com/spot_logo1.svg") no-repeat left 120% / auto 200px, url("/repository/images/com/spot_logo2.svg") no-repeat right 20% / auto 200px; justify-content: center}
    #spot h2 { font-size: 24px;}
    #spot .loca_box { display:none;}
    .stle {  font-size: 22px;}
    #contents { padding-bottom: 40px; min-height: 400px;}
}
@media all and (max-width:600px) {
    #spot { height: 100px;}
    #spot h2 { font-size: 22px;}
    .stle {  font-size: 20px;}
}