@charset "utf-8";
/* HEADER */
.header {position:fixed;top:0;left:0;width:100%;height:120px;background-color:trasparent;z-index:9;transition-duration:0.5s;-webkit-transition-duration:0.5s;border-bottom: 1px solid rgb(225, 225, 225, 0.2);}
.header .logo{position:absolute;top:30px;left:20px;width:248px;height:60px;background:url('/common/img/logo.png') no-repeat top center;background-size:cover;z-index:9;}

/* RIGHT MENU : 전체매뉴 */
.header .right_menu_btn {position:fixed;top:0px;right:0px;height:120px;width:120px;border:none;background-color:#35d47e;z-index:10;cursor:pointer;transition-duration:0.5s;-webkit-transition-duration:0.5s;}
.header .right_menu_btn button{position:absolute;top:0;left:0;display:block;height:120px;width:120px;text-indent:-1000em;cursor:pointer;}
.header .right_menu_btn .right_menu_ani{position:absolute;top:48px;left:40px;width:40px;height:26px;transition-duration:0.5s;-webkit-transition-duration:0.5s;}
.header .right_menu_btn .right_menu_ani>div, .sub_header .right_menu_btn .right_menu_ani>div{position:absolute;left:0;height:3px;width:100%;background-color:#fff;transition-duration:0.5s;-webkit-transition-duration:0.5s;}
.header .right_menu_btn .right_menu_ani .line1 {top:0;}
.header .right_menu_btn .right_menu_ani .line2 {top:10px;}
.header .right_menu_btn .right_menu_ani .line3 {top:20px;}
.header .right_menu_btn:hover .right_menu_ani .line1 {animation:line1 0.8s ease-in-out forwards; -webkit-animation:line1 0.8s ease-in-out forwards;}
.header .right_menu_btn:hover .right_menu_ani .line2 {animation:line2 0.8s 0.2s ease-in-out forwards; -webkit-animation:line2 0.8s 0.2s ease-in-out forwards;}
.header .right_menu_btn:hover .right_menu_ani .line3 {animation:line3 0.8s 0.4s ease-in-out forwards; -webkit-animation:line3 0.8s 0.4s ease-in-out forwards;}

.header .center_menu {position:absolute;top:0px;left:0px;width:100%;height:120px;}
.header .center_menu ul {display:flex;justify-content:space-between;align-items:left;width:820px;line-height:120px;margin:0 auto;padding-left:27px;}
.header .center_menu a {color:#fff;font-size:1.3rem;font-weight:600;}
.header .center_menu a:hover, .header .center_menu li.on a {color:#1dee7d;}
.header .member {position:absolute;top:50px;right:150px;opacity:.9;}
.header .member a {border:1px solid #fff;border-radius:50px;padding:7px 20px;font-size:1rem;color:#fff;}
@keyframes line1{from {width:100%;} 50% {width:1px;} to {width:100%;}}
@keyframes line2{from {width:100%;} 50% {width:1px;} to {width:100%;}}
@keyframes line3{from {width:100%;} 50% {width:1px;} to {width:100%;}}
@-webkit-keyframes line1{from {width:100%;} 50% {width:1px;} to {width:100%;}}
@-webkit-keyframes line2{from {width:100%;} 50% {width:1px;} to {width:100%;}}
@-webkit-keyframes line3{from {width:100%;} 50% {width:1px;} to {width:100%;}}

/* SUB HEADER */
.sub {background-color:#fff;border-bottom: 1px solid rgb(53, 212, 126, .8);transition-duration:0.5s;-webkit-transition-duration:0.5s;}
.sub .logo{background:url('/common/img/logo_black.png') no-repeat top center;background-size:cover;}
.sub .center_menu a {color:#333;}
.sub .center_menu a:hover, .sub .center_menu li.on a {color:#35d47e;}
.sub .member {position:absolute;top:47px;right:150px;opacity:.8;}
.sub .member a {border:1px solid #666;color:#666;}

/* FULL MENU */
.right_menu{position:fixed;top:0;right:-100%;width:100%;height:100%;background-color:#fff;overflow:hidden;z-index:1000;}
.right_menu .logo{display:block;width:248px;height:60px;background:url('/common/img/logo_black.png') no-repeat top center;background-size:cover;margin:50px auto 0;}
.right_menu .gnb{position:relative;margin-top:50px;}
.right_menu .gnb li{position:relative;margin-bottom:30px;text-align:center;font-size:1.5rem;}
.right_menu .gnb li.no_link{margin-bottom:20px;}
.right_menu .gnb li.sub_link a{font-size:1.3rem; color:#666;}
.right_menu .gnb li.sub_link a:hover{color:#35d47e;}
.right_menu .gnb li a{display:inline-block;position:relative;padding:0 0 10px 0;font-size:1.5rem;margin:0 15px;}
.right_menu .gnb li a:after{content:'';background-color:#35d47e;position:absolute;right:0;left:0;bottom:0;margin:0 auto;height:2px;width:100%;opacity:0;}
.right_menu .gnb li a:hover:after{animation:gnb_underline 0.5s forwards;-webkit-animation:gnb_underline 0.5s forwards;}
@keyframes gnb_underline {from {opacity:0; width:1px;} to {opacity:1; width:100%;}}
@-webkit-keyframes gnb_underline {from {opacity:0; width:1px;} to {opacity:1; width:100%;}}
.right_menu .hidden_menu_close{position:absolute;top:64px;right:70px;width:33px;height:33px;background:url('/common/img/btn_close.png');overflow:hidden;transition:transform 0.3s;-webkit-transition:transform 0.3s;}
.right_menu .hidden_menu_close:hover{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);}
.right_menu .hidden_menu_close button{display:block;width:33px;height:33px;border:0;cursor:pointer;text-indent:-1000em;}
span.hidden_menu_screen{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#333;overflow:hidden;opacity:0;z-index:999;}

/* LOGIN 영역 */
.login_area {width:500px;margin:auto;padding-bottom:140px;}
.login_area a.login_btn {display:inline-block;margin-top:30px;width:100%;height:64px;line-height:64px;text-align:center;border-radius:10px;background:#35d47e;color:#fff;font-size:1rem;}
.login_area .bts {width:100%;display:flex;justify-content:center;margin-top:20px;}
.login_area .bts a {display:inline-block;position:relative;padding:0 16px;font-size:1rem;color:#999;}
.login_area .bts a::before {content:"";display:block;position:absolute;top:3px;right:0;width:1px;height:14px;background: #ddd;}
/* .login_area .bts a:last-child {color:#35d47e;} : 사업팀 요청으로 삭제 */
.login_area .bts a:last-child::before {display:none;}

/* MAIN SECTION */
#section1, #section2, #section3, #section4, #section5{background-size:cover;background-attachment:fixed;background-position:center;}/* 2023.09.07 하라힐즈 칼라오리진 수정 */
#section1{background-image:url('/common/img/section1.jpg');}
#section2{background-image:url('/common/img/section2.jpg');}
#section3{background-image:url('/common/img/section3.jpg');}
#section4{background-image:url('/common/img/section4.jpg');}
#section5{background-image:url('/common/img/section5.jpg');}/* 2023.09.07 하라힐즈 칼라오리진 추가 */
.section.fp-auto-height{background-color:#fff;}
.section {position:relative;text-align:left;height:100%;}
.section h2.tit{font-weight:700;font-size:3rem;line-height:1.2;opacity:0;color:#1dee7d;}
.section .txt1{margin:15px 0 0 0;overflow:hidden;opacity:0;font-size:1.3rem;line-height:1;color:#fff;}
.section .txt2{font-family:'NEXON Lv2 Gothic Light';margin:40px 0 0 0;color:#fff;font-size:1.4rem;line-height:1.5;overflow:hidden;opacity:0;}
.section .txt3{font-family:'NEXON Lv2 Gothic Light';margin:15px 0 40px 0;color:#fff;font-size:1.4rem;line-height:1.5;overflow:hidden;opacity:0;}

/* main section animation */
.section.ani h2.tit{animation:title 1s ease-in-out forwards;-webkit-animation:title 1s ease-in-out forwards;}
@keyframes title{from {opacity:0;} to {opacity:1;}}
@-webkit-keyframes title{from {opacity:0;} to {opacity:1;}}
.section.ani .txt1{animation:text1 1s 1s forwards;-webkit-animation:text1 1s 1s forwards;}
@keyframes text1 {from {opacity:0;} to {opacity:.8;}}
.section.ani .txt2, .section.ani .txt3, .section.ani .main_btn{animation:text2 1s 1s forwards;-webkit-animation:text2 1s 1s forwards;}
@keyframes text2 {from {opacity:0;} to {opacity:1;}}
@-webkit-keyframes text2 {from {opacity:0;} to {opacity:1;}}

/* MAIN CONTENT */
.content{position:relative;height:100%;width:100%;overflow:hidden;}
.content:before {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(13,13,13,.4);}
.section:nth-of-type(3) .content:before{background-color:rgba(13,13,13,.2);}/* 2023.09.07 하라힐즈 칼라오리진 추가 */
.content .img_box {position:absolute;top:50%;left:50%;margin:-100px 0 0 -200px;width:400px;height:298px;}
.content .img_box img {width:100%;}
.content .txt_box {position:absolute;bottom:80px;left:80px;width:calc(100% - 160px);}
.content .txt_img {position:absolute;top:50%;transform:translateY(-50%);left:80px;width:calc(100% - 160px);}/* 2023.09.07 하라힐즈 칼라오리진 추가 */
.section .video_area {position:absolute;top:0;left:0;width:100%;height:100vh;overflow:hidden;}
.section .video_area video {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.section .video_area video.vh {display:block;}
.section .video_area video.hv {display:none;}

/*  SEARCH FORM */
.search_type1 {position:relative;border:1px solid #ddd;border-radius:10px;width:32%;height:60px;margin:0 auto 50px;}
.search_type1 input, .search_type2 input {font-size:1rem;line-height:1;border:0;width:calc(100% - 70px);height:50px;margin-top:5px;padding-left:20px;color:#666;border-radius:10px;}
.search_type1 a {font-size:1rem;line-height:1;position:absolute;right:25px;top:20px;width:18px;height:18px;}
.search_type1 a img {width:100%;}
.search_type2 {position:relative;display:inline-block;border-radius:10px;width:600px;height:60px;background:#fff;text-align:left;}
.search_type2 input {width:calc(100% - 150px);}
.search_type2 a {font-size:1rem;line-height:1;position:absolute;right:0;top:0px;background-color:#333;height:60px;line-height:60px;border-radius:0 10px 10px 0;color:#fff;width:110px;height:60px;text-align:center;}
.search_type1 input:focus, .search_type2 input:focus {background:0;border:0;}

/* SELECT FORM */
.form_select {position:relative;display:inline-block;vertical-align:middle;width:250px;}
.form_select select {position:relative;font-size:1rem;padding:0 35px 0 20px;width:100%;height:60px;color:#666;border-radius:10px;background-color:#fff;border:none;outline:none;}
.form_select:after {content: "";display:block;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:url(/common/img/select-arrow.png) center center no-repeat;background-size:contain;transition:transform .2s ease;}
.form_select.on select {border:none}
.form_select.on:after {transform:translateY(-50%) rotate(180deg);transform-origin:50% 50%;}

/* LOGGIN FORM */
.login_type {position:relative;border:1px solid #ddd;border-radius:10px;width:100%;height:60px;margin:0 auto 10px;}
.login_type input {font-size:1rem;line-height:1;border:0;width:calc(100% - 40px);height:50px;margin-top:5px;padding-left:20px;color:#666;border-radius:10px;}
.login_check {display:inline-block;position:relative;vertical-align:middle;}
.login_check input {position:absolute;top:0;left:0;width:26px;height:26px;opacity:0;}
.login_check input + label {position:relative;display:inline-block;padding-left:36px;line-height:26px;color:#666;font-size:1rem;background:url(/common/img/icon-checkbox.png) left top no-repeat;background-size:contain;z-index:1;vertical-align:middle;}
.login_check input:checked + label {background:url(/common/img/icon-checkbox-on.png) left top no-repeat;background-size:contain;}

/* SUB TOP */
.sub_top {width:100%;padding:300px 0 80px;margin:0 auto;}
.sub_top.brand {background:url('/common/img/brand_top.jpg') no-repeat center center;background-size:cover;}
.sub_top.membership {background:url('/common/img/membership_top.jpg') no-repeat center center;background-size:cover;}
.sub_top.media, .sub_top_view.media {background:url('/common/img/media_top.jpg') no-repeat center center;background-size:cover;}
.sub_top.enquire {background:url('/common/img/enquire_top.jpg') no-repeat bottom center;background-size:cover;}
.sub_top.faq {background:url('/common/img/faq_top.jpg') no-repeat center center;background-size:cover;}
.sub_top.map {background:url('/common/img/map_top.jpg') no-repeat center center;background-size:cover;}
.sub_title {font-weight:600;color:#fff;font-size:3.5rem;line-height:1;text-align:center;letter-spacing:2px;}
.sub_top_view {padding:250px 0 70px;}

.login_top {padding:250px 0 30px;text-align:center;}
.login_top .sub_title {font-weight:600;color:#222;font-size:3.5rem;line-height:1;letter-spacing:3px;}
.login_top .sub_txt {color:#666;font-size:1rem;line-height:1;margin-top:10px;}

.sitemap_top {padding:250px 0 0;text-align:center;}
.sitemap_top .sub_title {font-weight:600;color:#222;font-size:3.5rem;line-height:1;letter-spacing:3px;}

/* SUB CONTENT */
.sub_content {position:relative;width:80%;margin:80px auto 150px;}
.sub_content img {max-width:100%;}
.sub_content.mov {width:60%;}
.sub_content.map {width:1200px;}

/* BRAND */
.brand_top {padding-top:50px;display:flex;justify-content:space-between;align-items:top;width:100%;margin-bottom:150px;}
.brand_top p {margin-bottom:15px;}
.brand_top .img {width:53%;}
.brand_top .txt {width:44%;font-size:1.2rem;line-height:1.5;color:#666;}
.brand_top .txt .title {font-family:'Chosunilbo_myungjo';font-size:1.7rem;line-height:1.4;color:#222;}

.brand_mid {background-color:#fcfaef;padding-bottom:100px;text-align:left;font-size:1.2rem;line-height:1.8;color:#666;margin-bottom:150px;border-radius:10px;overflow:hidden;}
.brand_mid .title {font-size:3rem;font-family:'Chosunilbo_myungjo';letter-spacing:-1px;line-height:1.5;color:#222;margin:0;text-align:center;}
.brand_mid .sub_t {font-size:1.5rem;font-family:'Chosunilbo_myungjo';margin-bottom:20px;color:#222;text-align:center;}
.brand_mid p {padding:0 160px;margin-bottom:20px}

.brand_bottom {font-size:1.2rem;line-height:1.8;color:#666;max-width:960px;margin:0 auto;text-align:left;}
.brand_bottom img {border-radius:10px;margin-bottom:30px;}
.brand_bottom .title {font-size:3rem;font-family:'Chosunilbo_myungjo';letter-spacing:-1px;line-height:1.5;color:#222;text-align:center;}
.brand_bottom .sub_t {font-size:1.5rem;font-family:'Chosunilbo_myungjo';margin-bottom:30px;color:#222;text-align:center;}

/* TAP MENU : 2022.08.23 영상 탭메뉴 추가 */
.tap_menu {overflow:hidden;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:40px;}
.tap_menu a {font-size:1.3rem;line-height:1.5;font-weight:600;}
.tap_menu a.on {color:#35d47e;border-bottom:2px solid #35d47e;padding-bottom:1px;}
.tap_menu span {display:inline-block;height:1.3rem;border-right:1px #ddd solid;padding-right:30px;margin-right:30px;margin-top:4px;}
.movie_list {display:none;}
.movie_list.on {display:block;}

/* BOARD LIST */
.list_type1 {overflow:hidden;display:flex;flex-wrap:wrap;}
.list_type1 a {display:inline-block;color:#333;position:relative;width:32%;height:220px;border:1px solid #ddd;box-sizing:border-box;border-radius:10px;padding:30px;overflow:hidden;margin-bottom:2%;}
.list_type1 a:hover {background-color:#35d47e;}
.list_type1 a .class {font-size:1rem;position:relative;font-weight:600;margin-bottom:20px;}
.list_type1 a .class span.color {color:#35d47e;font-size:1rem;margin-right:10px;}
.list_type1 a .title {overflow:hidden;font-size:1.3rem;line-height:1.5;font-weight:600;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;}
.list_type1 a .date {position:absolute;font-size:1rem;color:#666;bottom:30px;}
.list_type1 a:hover, .list_type1 a:hover .class span.color, .list_type1 a:hover .date {color:#fff;}
.list_type1 a:nth-of-type(3n-1) {margin:0 2% 2% 2%;}

.movie a {padding:0px;height:470px;}
.movie a:hover img {transform: translate(-50%, -50%) scale(1.1);}
.movie_thumb {width:100%;height:300px;overflow: hidden;position: relative;}
.movie_thumb img {width:100%;height:100%;transition: all 0.5s;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(1);object-fit:cover;}
.movie a .title {overflow:hidden;font-size:1.3rem;line-height:1.5;font-weight:600;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;padding:30px 30px 0 30px}
.movie a .date {position:absolute;font-size:1rem;color:#666;bottom:30px;left:30px;}

.share_btns {position: absolute; right: 0; top: 0; z-index: 1; width: 56px;}
.share_btns a {display: block; margin-top: 10px; transition: all 0.2s;}
.share_btns > a {margin-top: 0; background: url(/common/img/ico-share.png) no-repeat; width: 56px; height: 56px; background-size: cover;}
.share_btns > a:hover {background: url(/common/img/ico-share-on.png) no-repeat; background-size: cover; width: 56px; height: 56px;}
.share_btns > a.on {margin-top: 0; background: url(/common/img/ico-share-on.png) no-repeat; background-size: cover; width: 56px; height: 56px;}
.share_btns .slide_area {height: 0; overflow: hidden; transition: height 0.3s ease-in-out;}
.share_btns .slide_area.on {height: 200px;}
.share_btns .slide_area a:nth-of-type(1) {background: url(/common/img/ico-kakao.png) no-repeat; background-size: cover; width: 56px; height: 56px;}
.share_btns .slide_area a:nth-of-type(2) {background: url(/common/img/ico-fb.png) no-repeat; background-size: cover; width: 56px; height: 56px;}
.share_btns .slide_area a:nth-of-type(3) {background: url(/common/img/ico-copy.png) no-repeat; background-size: cover; width: 56px; height: 56px;}
.share_btns .slide_area a:nth-of-type(1):hover {background: url(/common/img/ico-kakao-on.png) no-repeat; background-size: cover; width: 56px; height: 56px;}
.share_btns .slide_area a:nth-of-type(2):hover {background: url(/common/img/ico-fb-on.png) no-repeat; background-size: cover; width: 56px; height: 56px;}
.share_btns .slide_area a:nth-of-type(3):hover {background: url(/common/img/ico-copy-on.png) no-repeat; background-size: cover; width: 56px; height: 56px;}
.youtube_area {width:100%;height:33.5vw;margin:0 auto 80px;border-radius:10px;overflow:hidden}

.list_type2 {overflow:hidden;}
.list_type2 dl {display:inline-block;color:#333;position:relative;width:100%;border:1px solid #ddd;box-sizing:border-box;border-radius:10px;padding:30px;overflow:hidden;margin-bottom:1%;}
.list_type2 dl:hover {border:1px solid #35d47e;}

.list_type2 .title {position:relative;width:100%;overflow:hidden;font-size:1.2rem;line-height:1.4;font-weight:600;overflow:hidden;display:flex;align-items:center;width:100%;cursor:pointer;}
.list_type2 .title li.class {color:#35d47e;margin-right:20px;}
.list_type2 .title li.tit{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;margin-right:20px;}
.list_type2 .title .date {font-weight:300;font-size:1rem;color:#666;margin-left:auto;}
.list_type2 .data {border-top:#eee 1px solid;font-size:1rem;margin-top:30px;padding-top:30px;color:#666;overflow:hidden;display:flex;align-items:center;width:100%;height:32px;}
.list_type2 .data a {color:#666;display:inline-block;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;}
.list_type2 .data a:hover {color:#35d47e;}
.list_type2 .data li.file {display:inline-block;border-right:1px #ddd solid;padding-right:20px;margin-right:18px;}
.list_type2 .data img {display:inline-block;margin-left:20px;width:32px;height:32px;}

.list_type2 .question {position:relative;width:100%;overflow:hidden;font-size:1.2rem;line-height:1.4;font-weight:600;overflow:hidden;display:flex;align-items:center;width:100%;cursor:pointer;}
.list_type2 .question li.icon_q {display:inline-block;background:url(/common/img/icon_q.png) no-repeat;background-size:cover;width:21px;height:28px;}
.list_type2 .open .question .icon_q {display:inline-block;background:url(/common/img/icon_q_on.png) no-repeat;background-size:cover;width:21px;height:28px;}
.list_type2 .question li.tit{margin-left:20px;width:calc(100% - 41px);text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;}
.list_type2 .answer {position:relative;width:100%;overflow:hidden;font-size:1rem;line-height:1.4;display:flex;align-items:left;width:100%;cursor:pointer;border-top:#eee 1px solid;margin-top:30px;padding-top:30px;}
.list_type2 .answer li.icon_a {display:inline-block;background:url(/common/img/icon_a.png) no-repeat;background-size:cover;width:21px;height:25px;}
.list_type2 .answer li.a_txt {font-size:1rem;line-height:1.5;color:#666;margin-left:20px;width:calc(100% - 41px);}

.map_list {overflow:hidden;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:top;width:100%;}
.map_address {width:56%;}
.map_address ul {position:relative;border-bottom:1px solid #eee;margin-bottom:30px;padding:0 15px 30px;}
.map_address ul:last-of-type {margin-bottom:0px;border:none;padding:0 15px;}
.map_address .shop_name {font-size:1.3rem;font-weight:600;margin-bottom:10px;}
.map_address ul.on .shop_name, .map_address ul:hover .shop_name {color:#35d47e;}
.map_address ul.on .map_btn, .map_address ul:hover .map_btn {background-color:#35d47e;}
.map_address li {font-size:1rem;line-height:1.8;display:flex;justify-content:space-between;align-items:top;}
.map_address li span.sub_tit {display:inline-block;font-weight:600;width:10%;vertical-align:top;}
.map_address li span.sub_txt {display:inline-block;width:88%;word-break:break-all;color:#666;}
.search_map {background:#f1f1f1;border-radius:15px;padding:30px 0;width:100%;text-align:center;margin:0 0 50px;}
.search_map > * {margin: 0 3px;}
.shop_map {position:relative;width:40%;height:auto;min-height:500px;border-radius:10px;overflow:hidden;background-color:#f9f9f9;}
.shop_map p.txt {position:absolute;top:50%;width:100%;text-align:center;color:#666;font-size:1.2rem;line-height:1;font-weight:600;margin-top:-10px;}

.shop_index {width:100%;display:flex;justify-content:center;margin-top:50px;border-top:1px solid #eee;padding:50px 0 0 0;}
.shop_index a {display:inline-block;box-sizing:border-box;width:60px;height:60px;border:1px #ddd solid;font-size:1rem;color:#999;margin-left:20px;border-radius:40px;line-height:60px;text-align:center;}
.shop_index a:hover {color:#35d47e;border:1px #35d47e solid;}
.shop_index a.on {color:#fff;background-color:#35d47e;border:1px #35d47e solid;}
.shop_index a:first-of-type {margin-left:0px;}
.shop_index a:first-of-type, .shop_index a:last-of-type {font-weight:700;background-color:#333;border:1px #333 solid;color:#fff;}
.shop_index a:first-of-type:hover, .shop_index a:last-of-type:hover {border:1px #333 solid;color:#fff;}

/* BOARD VIEW */
.view_tit {position:relative;border-bottom:1px solid #ddd;text-align:center;}
.view_tit .class {position:relative;font-size:1rem;font-weight:600;margin-bottom:20px;}
.view_tit .class span.color {color:#35d47e;margin-right:10px;}
.view_title {width:100%;font-weight:600;color:#222;font-size:2.5rem;line-height:1.2;word-break:break-all;word-break:keep-all;}
.view_tit .date {margin:20px 0 50px;font-size:1rem;display:inline-block;color:#666;}
.view_cont {width:calc(100% - 40px);padding:50px 20px;position:relative;word-break:keep-all;border-bottom:1px solid #ddd;line-height:1.8;word-break: break-all;}
.view_cont img {max-width:100%;border-radius:10px;}
.view_cont a img {max-width:40%;}
.view_cont_down {width:calc(100% - 40px);padding:30px 20px;position:relative;word-break:keep-all;border-bottom:1px solid #ddd;}
.view_cont_down .data {font-size:1rem;overflow:hidden;display:flex;align-items:center;width:100%;}
.view_cont_down .data a {color:#666;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;}
.view_cont_down .data a:hover {color:#35d47e;}
.view_cont_down .data li {display:inline-block;}
.view_cont_down .data li.title {font-weight:600;}
.view_cont_down .data li.file {border-left:1px #ddd solid;padding-left:18px;margin-left:20px;}

.mov .view_tit {width:calc(100% - 70px);padding-right:80px;text-align:left;border-bottom:none;}

/* 개설 및 구입 문의 */
.enquire_box {width:70%;overflow:hidden;margin:0 auto;}
.enquire_box ul {position:relative;}
.enquire_box li {line-height:1.8;display:flex;justify-content:space-between;align-items:top;border-bottom:1px solid #eee;margin-bottom:40px;padding:0 15px 40px;}
.enquire_box li span.sub_tit {display:inline-block;font-size:1.3rem;font-weight:600;width:15%;vertical-align:top;}
.enquire_box li span.sub_txt {display:inline-block;font-size:1rem;width:80%;word-break:break-all;color:#666;}
.enquire_box li span.sub_txt p{display:flex;align-items:top;margin-bottom:5px;}
.enquire_box li span.sub_txt p.color{color:#35d47e;}
.enquire_box li span.sub_txt p > i {margin-right:10px;}
.enquire_box li span.sub_txt p:last-child {margin-bottom:0;}

/* 사이트맵 */
.sitemap_box {width:60%;overflow:hidden;margin:0 auto;}
.sitemap_box ul {position:relative;}
.sitemap_box li {line-height:1.8;display:flex;justify-content:space-between;align-items:top;border-top:1px solid #eee;padding:40px 15px;}
.sitemap_box li span.sub_tit {display:inline-block;font-size:1.3rem;font-weight:600;width:20%;vertical-align:top;}
.sitemap_box li span.sub_txt {display:inline-block;font-size:1rem;width:80%;line-height:2rem; color:#666;}
.sitemap_box li span.sub_txt a {margin-left:100px;}
.sitemap_box li:last-child {border-bottom:1px solid #eee;}

/* BUTTON TYPE */
.main_btn {font-size:1rem;display:block;width:230px;height:54px;background-color:#35d47e;color:#fff;text-align:center;border-radius:5px;line-height:54px;opacity:0;}
a.main_btn:hover{color:#fff;}
.more_btn1, .go_btn {text-align:center;margin-top:3%;}
.more_btn2 {text-align:center;margin-top:50px;display:none;}
.more_btn1 a, .more_btn2 a {font-size:1rem;display:inline-block;width:240px;height:60px;border:1px solid #ddd;color:#333;text-align:center;border-radius:50px;line-height:58px;}
.more_btn1 a:hover, .more_btn2 a:hover {border:1px solid #35d47e;}
.more_btn1 a > span, .more_btn2 a > span {display:inline-block;font-size:1rem;color:#666;margin-left:10px;}
.list_btn {text-align:center;margin-top:5%;}
.list_btn a {font-size:1rem;display:inline-block;width:240px;height:64px;border:1px solid #ddd;color:#333;text-align:center;border-radius:10px;line-height:62px;}
.list_btn a:hover {border:1px solid #35d47e;}
.map_btn {position:absolute;top:0;right:15px;font-size:1rem;line-height:1;padding:8px 15px;background-color:#333;color:#fff !important;border-radius:50px;}
.go_btn a {font-size:1rem;display:inline-block;width:250px;height:64px;background-color:#35d47e;color:#fff;text-align:center;border-radius:50px;line-height:64px;}
.go_btn a:hover {color:#fff;}

.map_close {display:block;width:100%;margin-top:20px;text-align:center;font-size:1rem;line-height:4rem;background-color:#333;color:#fff;border-radius:50px;}
.map_close a, .map_close a:hover {color:#fff;}

/* FOOTER */
.footer{position:relative;width:100%;padding:30px 0;color:#666;font-size:.9rem;line-height:1.5;text-align:left;border-top:1px solid rgb(153, 153, 153, 0.2);}
.footer .comp, .footer .info, .footer .copy{width:calc(100% - 60px);margin:0 auto;overflow:hidden;}
.footer .info > *{display:inline-block;padding:0 20px 0 0;}
.footer .copy{font-size:0.7rem;color:#999;padding-top:10px;}
/* 2022.09.06 니용 정리로 인해 사용 안함
.footer .family-site{position:absolute;top:42px;right:30px;}
.footer .family-site .title{width:138px;height:28px;line-height:29px;font-size:.9rem;color:#666;text-indent:15px;border:1px solid #eee;background-image:url('/common/img/bull_family.png');background-repeat:no-repeat;background-position:90% 12px;cursor:pointer;}
.footer .family-site.active .title{background-position:90% -18px;}
.footer .family-site .list{font-size:.9rem;position:absolute;bottom:29px;left:0;padding:10px 10px 0 10px;width:118px;background-color:#fff;border:1px solid #eee;display:none;color:#666;}
.footer .family-site.active .list{display:block;}
.footer .family-site .list li{padding:0 0 10px 0;}
.footer .family-site .list li a{color:#666}
.footer .family-site .list li a:hover {color:#1dee7d;}
*/

/* 창크기 따른 변경 CSS */
@media all and (max-width:1420px) {
    .center_menu {display:none;}
    .content .txt_box {bottom:70px;left:70px;width:calc(100% - 140px);}
    .content .txt_img {left:70px;width:calc(100% - 140px);}/* 2023.09.07 하라힐즈 칼라오리진 추가 */
    .sub_top {padding:300px 0 60px;}
    .sub_top.view {padding:240px 0 60px;}
    .sub_content {position:relative;width:90%;margin:60px auto 120px;}
    .brand_mid p {padding:0 100px;}
    .brand_mid {padding-bottom:80px;}
    .tap_menu {padding-top:10px;}
    .search_type1 {margin:0 auto 40px;}
    .list_type1 a {height:200px;}
    .list_type1 a .class {margin-bottom:10px;}
    .list_type1 a .class span.color {color:#35d47e;font-size:1rem;margin-right:10px;}
    .movie_thumb {width:100%;height:280px;}
    .movie a {padding:0px;height:450px;}

    .sitemap_top {padding:200px 0 0;}
}

@media all and (max-width:1220px) {
  #fp-nav.right {right:0px !important;}
  #fp-nav ul {border-radius:15px 0 0 15px !important;}
  #fp-nav ul li {margin:10px 7px 10px 10px !important;}

  .header {height:100px;}
  .header .logo{top:26px;left:20px;width:200px;height:48px;}
  .header .right_menu_btn {height:100px;width:100px;}
  .header .right_menu_btn button{height:100px;width:100px;}
  .header .right_menu_btn .right_menu_ani{position:absolute;top:38px;left:30px;width:40px;height:26px;transition-duration:0.5s;-webkit-transition-duration:0.5s;}
  .header .member {top:40px;right:120px;}
  .content .img_box {position:absolute;top:50%;left:50%;margin:-80px 0 0 -175px;width:350px;height:260px;}
  .content .txt_box {bottom:50px;left:50px;width:calc(100% - 100px);}
  .content .txt_img {left:50px;width:calc(100% - 100px);}/* 2023.09.07 하라힐즈 칼라오리진 추가 */
  .content .txt_img img {width:42.5vw}/* 2023.09.07 하라힐즈 칼라오리진 추가 */
  .section .txt2{margin:30px 0 0 0;}

  .sub_content {margin:60px auto 100px;}
  .search_type1 {margin:0 auto 30px;}
  .list_type1 a {height:180px;}
  .movie a {padding:0px;height:450px;}

  .sub_content.mov {width:80%;}
  .youtube_area {height:45vw;margin:0 auto 70px;}

  .enquire_box {width:80%;overflow:hidden;margin:0 auto;}
  .sitemap_box {width:80%;overflow:hidden;margin:0 auto;}
  .sitemap_box li span.sub_txt a {margin-left:60px;}

  .sub_content.map {width:90%;}
  .search_map {background:#f1f1f1;border-radius:15px;padding:10px 0;width:100%;text-align:center;margin:0 0 50px;}
  .search_map > * {margin: 0 3px;}
  .form_select {position:relative;display:inline-block;vertical-align:middle;width:calc(25% - 15px);}
  .form_select select {position:relative;font-size:1rem;padding:0 35px 0 20px;width:100%;height:60px;color:#666;border-radius:10px;background-color:#fff;border:none;outline:none;}
  .search_type2 {position:relative;display:inline-block;border-radius:10px;width:calc(50% - 10px);height:60px;background:#fff;text-align:left;}
  .search_type2 input {width:calc(100% - 110px);}
  .search_type2 a {width:80px;height:60px;text-align:center;}
}

@media all and (max-width:1060px) {
  .section .txt1{margin:10px 0 0 0;}
  .section .txt2{font-size:1.2rem;margin:20px 0 0 0;}

  .brand_mid p {padding:0 80px;}
  .brand_mid {padding-bottom:60px;}
  .brand_mid .title {line-height:1.2;}

  .map_address li span.sub_tit {width:18%;}
  .map_address li span.sub_txt {width:80%;}

  .shop_index a {width:50px;height:50px;margin-left:15px;border-radius:30px;line-height:50px;}
}

@media all and (max-width:980px) {
  .sub_top, .sub_top.view {padding:230px 0 50px;}
  .content .txt_box {bottom:40px;left:40px;width:calc(100% - 80px);}
  .content .txt_img {left:40px;width:calc(100% - 80px);}/* 2023.09.07 하라힐즈 칼라오리진 추가 */
  .list_type1 a {width:49%;height:180px;}
  .list_type1 a:nth-of-type(2n-1) {margin:0 0 2% 0;}
  .list_type1 a:nth-of-type(2n) {margin:0 0 2% 2%;}
  .search_type1 {width:100%;}
  .movie a {padding:0px;height:470px;}

  .form_select {position:relative;display:inline-block;vertical-align:middle;width:calc(50% - 15px);margin-bottom:10px;}
  .form_select select {position:relative;font-size:1rem;padding:0 35px 0 20px;width:100%;height:60px;color:#666;border-radius:10px;background-color:#fff;border:none;outline:none;}
  .search_type2 {position:relative;display:inline-block;border-radius:10px;width:calc(100% - 20px);height:60px;background:#fff;text-align:left;}
  .search_type2 input {width:calc(100% - 110px);}
  .search_type2 a {width:80px;height:60px;text-align:center;}
}

@media all and (max-width:880px) {
  .shop_index a {width:40px;height:40px;margin-left:10px;border-radius:20px;line-height:40px;}
  .brand_top {display:block;width:100%;margin-bottom:120px;padding:0;}
  .brand_top p {margin-bottom:15px;}
  .brand_top .img {width:100%;margin-bottom:30px;}
  .brand_top .txt {width:100%;}
  .brand_mid {margin-bottom:120px;}

  .sitemap_box {width:100%;overflow:hidden;margin:0 auto;}
}

@media all and (max-width:650px) {
  .enquire_box {width:100%;overflow:hidden;margin:0 auto;}
  .enquire_box li span.sub_tit {width:17%;}
  .enquire_box li span.sub_txt {width:78%;}

  .shop_map, .shop_index {display:none;}
  .more_btn2 {display:block;}

  .brand_mid p {padding:0 60px;}
  .brand_mid {padding-bottom:40px;}

  .map_list {overflow:hidden;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:top;width:100%;}
  .map_address {width:100%;}
  .map_address ul:last-of-type {margin-bottom:30px;border-bottom:1px solid #eee;padding:0 15px 30px;}
  .map_address .shop_name {font-size:1.3rem;font-weight:600;margin-bottom:10px;}
  .map_address li {font-size:1rem;line-height:1.8;display:flex;justify-content:space-between;align-items:top;}
  .map_address li span.sub_tit {display:inline-block;font-weight:600;width:20%;vertical-align:top;}
  .map_address li span.sub_txt {display:inline-block;width:78%;word-break:break-all;color:#666;}
}

@media all and (max-width:520px) {
  .list_type2 .title .date, .list_type2 .data > li.file, .section .video_area video.vh {display:none;}
  .section .video_area video.hv {display:block;}

  .header {height:80px;}
  .header .logo{top:20px;left:5px;width:165px;height:40px;}
  .header .right_menu_btn {height:80px;width:80px;}
  .header .right_menu_btn button{height:80px;width:80px;}
  .header .right_menu_btn .right_menu_ani{position:absolute;top:28px;left:20px;width:40px;height:26px;}
  .header .member {top:32px;right:100px;}
  .header .member a {padding:7px 10px;}

  .right_menu .logo{display:block;width:200px;height:48px;background:url('/common/img/logo_black.png') no-repeat top center;background-size:cover;margin:40px auto 0;}
  .right_menu .gnb{margin-top:30px;}
  .right_menu .gnb li{margin-bottom:20px;}
  .right_menu .gnb li a{margin:0 10px;}
  .right_menu .gnb li.no_link{margin-bottom:15px;}
  .right_menu .hidden_menu_close{top:53px;right:20px;width:23px;height:23px;background:url('/common/img/btn_close.png') no-repeat center center;}
  .right_menu .hidden_menu_close button{width:23px;height:23px;}

  .content .img_box {position:absolute;top:50%;left:50%;margin:-70px 0 0 -100px;width:200px;height:149px;}
  .content .txt_box {bottom:25px;left:20px;width:calc(100% - 40px);}
  .content .txt_img {left:20px;width:calc(100% - 40px);}/* 2023.09.07 하라힐즈 칼라오리진 추가 */
  .content .txt_img img {width:52vw}/* 2023.09.07 하라힐즈 칼라오리진 추가 */
  .section h2.tit{line-height:1.2;font-size:2.3rem;}
  .section .txt1{margin:10px 0 0 0;line-height:1;font-size:1rem;}
  .section .txt2{margin:15px 0 0 0;line-height:1.5;font-size:1.1rem;}
  .section .txt3{margin:10px 0 20px 0;line-height:1.5;font-size:1.3rem;}
  .section .main_btn {font-size:1.1rem;width:190px;height:46px;color:#fff;line-height:46px;}
  .footer{position:relative;width:100%;padding:20px 0;}
  .footer .comp, .footer .info, .footer .copy{width:calc(100% - 30px);}
  .footer .info > *{display:block;padding:0;}
  /*2022.09.06 니용 정리로 인해 사용 안함
  .footer .family-site{position:relative;top:0;right:0;margin:15px 0 0 15px;}
  .footer .family-site .title{width:120px;height:28px;line-height:29px;}
  .footer .family-site .list{width:100px;}
  */

  .login_area {width:70%;margin:auto;padding-bottom:80px;}
  .login_area .bts a::before {top:0;height:12px;}
  .login_top {padding:150px 0 30px;}
  .login_top .sub_title {font-size:3rem;}

  .sub_top, .sub_top_view  {padding:180px 0 40px;}
  .sub_title {font-size:3rem;}
  .sub_content {margin:40px auto 70px;}
  .tap_menu {margin-bottom:30px;padding-top:10px;}
  .tap_menu span {padding-right:20px;margin-right:20px;}
  .search_type1 {width:100%;height:60px;margin:0 auto 20px;}
  .search_type1 input {font-size:1rem;line-height:1;border:0;width:calc(100% - 70px);height:50px;margin-top:5px;padding-left:20px;color:#333;border-radius:10px;}
  .search_type1 a {font-size:1rem;line-height:1;position:absolute;right:25px;top:20px;width:18px;height:18px;}

  .brand_top {margin-bottom:70px;}
  .brand_top .img {margin-bottom:20px;}
  .brand_top .txt .title {font-size:1.5rem;}

  .brand_mid {padding-bottom:15px;line-height:1.5;margin-bottom:70px;}
  .brand_mid .title {font-size:2rem;padding:0 25px;margin-bottom:10px;}
  .brand_mid .sub_t {font-size:1.2rem;margin-bottom:20px;padding:0 25px;}
  .brand_mid p {padding:0 25px;margin-bottom:10px;}

  .brand_bottom {line-height:1.5;}
  .brand_bottom img {border-radius:10px;margin-bottom:20px;}
  .brand_bottom .title {font-size:2rem;}
  .brand_bottom .sub_t {font-size:1.2rem;margin-bottom:15px;}

  .list_type1 a {width:100%;height:170px;margin:0 0 3% 0;}
  .list_type1 a .title {line-height:1.3;}
  .list_type1 a:nth-of-type(2n) {margin:0 0 2% 0;}

  .movie a {padding:0px;height:290px;}
  .movie_thumb {width:100%;height:160px;overflow: hidden;position: relative;}
  .movie a .title {padding:20px 30px 0 30px}

  .sub_content.mov {width:90%;}
  .youtube_area {height:51vw;margin:0 auto 50px;}

  .view_tit .class {margin-bottom:10px;}
  .view_title {font-size:2.3rem;line-height:1.2;}
  .view_tit .date {margin:10px 0 30px;}
  .view_cont {width:100%;padding:30px 0;}
  .view_cont_down {width:100%;padding:20px 0;position:relative;word-break:keep-all;border-bottom:1px solid #ddd;}
  .view_cont_down .data li.file {padding-left:13px;margin-left:15px;}

  .enquire_box {width:95%;}
  .enquire_box li {line-height:1.8;display:flex;justify-content:space-between;align-items:top;border-bottom:1px solid #eee;margin-bottom:30px;padding:0 0 30px;}
  .enquire_box li span.sub_tit {display:inline-block;font-size:1.3rem;font-weight:600;width:25%;vertical-align:top;}
  .enquire_box li span.sub_txt {display:inline-block;font-size:1rem;line-height:1.5;width:75%;word-break:break-all;color:#666;}
  .enquire_box li span.sub_txt p {margin-bottom:5px;}
  .enquire_box li span.sub_txt p > i {margin-right:5px;}

  .sitemap_top {padding:150px 0 0;}
  .sitemap_top .sub_title {font-size:3rem;}

  .sitemap_box {width:95%;}
  .sitemap_box li span.sub_tit {display:inline-block;font-size:1.3rem;font-weight:600;width:30%;vertical-align:top;}
  .sitemap_box li span.sub_txt {display:inline-block;font-size:1rem;line-height:2;width:70%;color:#666;}
  .sitemap_box li span.sub_txt a {margin-left:25px;}

  .list_type2 dl {padding:20px;overflow:hidden;margin-bottom:2%;}
  .list_type2 .title {font-size:1.1rem;overflow:hidden;display:flex;flex-wrap:wrap; align-items:center;}
  .list_type2 .question {font-size:1.1rem;}
  .list_type2 .title li.class {display:block;font-size:1rem;width:100%;margin-right:0;}
  .list_type2 .title li.tit {display:block;font-size:1rem;width:100%;margin-right:0;}
  .list_type2 .data {margin-top:15px;padding-top:15px;overflow:hidden;display:flex;align-items:center;width:100%;height:32px;}
  .list_type2 .data a{margin-right:10px;}
  .list_type2 .data .img {margin-left:auto;}
  .list_type2 .question li.tit, .list_type2 .answer li.a_txt {margin-left:10px;}
  .more_btn1, .list_btn {margin-top:40px;}
  .go_btn {margin-top:20px;}
}

/*viewport animate*/
.hidden{opacity:0;}
.visible{opacity:1;}
/**/
