@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#wrapper {position:relative; overflow:hidden; padding-top:100px;}

/* header */
#header {height:100px; display:flex; align-items:center; justify-content:center; position:fixed; left:0; top:0; width:100%; background:#fff; z-index:100;}

.sitelogo {position:absolute; left:50px;}

#gnb {text-align:center;}
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 21px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; height:100px; color:#242424; font-size:18px; font-weight:500; letter-spacing:-.025em; line-height:1.3em;}
#gnb>ul>li:hover>a {color:#4c090d;}
#gnb .submenu {display:none; border-radius:12px; position:absolute; top:80px; left:50%; width:220px; transform:translateX(-50%); background:#4c090d; text-align:center;}
#gnb .submenu>ul {padding:27px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:5px 0; color:#fff; font-size:17px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
#gnb .submenu>ul>li.active>a {text-decoration:underline;}

#main #header.header-fixed {box-shadow:0 5px 5px rgba(0,0,0,0.1);}
#main #header.header-fixed {border-bottom:1px solid #ddd;}

.h-right {position:absolute; right:50px; display:flex; align-items:center;}

.util ul {display:flex;}
.util ul li {display:flex; align-items:center;}
.util ul li:after {content:""; margin:0 20px; width:1px; height:16px; background:#ddd;}
.util ul li:last-child:after {display:none;}
.util ul li a {display:flex; align-items:center; font-weight:400; letter-spacing:-.02em; line-height:1.4em; color:#454545;}
.util ul li a:before {margin-right:5px; content:""; width:22px; height:22px; background-size:contain; background-repeat:no-repeat; background-position:50% 50%;}
.util ul li a.ico1:before {background-image:url("../images/common/ico_login.png");}
.util ul li a.ico2:before {background-image:url("../images/common/ico_join.png");}
.util ul li a.ico3:before {background-image:url("../images/common/ico_logout.png");}
.util ul li a.ico4:before {background-image:url("../images/common/ico_mypage.png");}

.language {margin-left:50px;}
.language ul {display:flex;}
.language ul li {margin-left:5px;}
.language ul li:first-child {margin-left:0;}
.language ul li a {background:#aaa; display:flex; justify-content:center; align-items:center; width:30px; height:30px; border-radius:100%; color:#fff; font-size:15px; font-weight:500; letter-spacing:-.03em; line-height:30px;}
.language ul li.on a {background:#4c090d;}

.m-language {display:none;}
.m-language ul {display:flex;}
.m-language ul li {flex:1; text-align:center; border-top:1px solid #ddd;}
.m-language ul li + li {border-left:1px solid #ddd;}
.m-language ul li a {display:flex; align-items:center; justify-content:center; line-height:40px; font-weight:600;}
.m-language ul li.on a {background:#c5981c; color:#fff;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {height:42px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#4c090d}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#4c090d;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .img img {width:100%; height:100%;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-35px; width:70px; height:70px; background-color:transparent; z-index:50; overflow:hidden; font-size:0; line-height:0; border:0; text-indent:-99999em; background-size:contain; background-position:50% 50%; background-repeat:no-repeat;}
.main-visual .slick-prev {left:50px; background-image: url("../images/main/slide_prev.png");}
.main-visual .slick-prev:hover {background-image: url("../images/main/slide_prev_hover.png");}
.main-visual .slick-next {right:50px; background-image: url("../images/main/slide_next.png");}
.main-visual .slick-next:hover {background-image: url("../images/main/slide_next_hover.png");}
.main-visual .slick-dots {position:absolute; bottom:50px; left:0; width:100%; text-align:center; line-height:0; z-index:50;}
.main-visual .slick-dots li {display:inline-block; margin:0 7px;}
.main-visual .slick-dots li button {position:relative; display:block; width:15px; height:15px; background:transparent; border:1px solid transparent; border-radius:100%; overflow:hidden; text-indent:-9999em; transition:.2s; background:#fff;}
.main-visual .slick-dots .slick-active button {background:#c5981c;}

#main #container .contain {max-width:1460px;}

.main-sec {padding:95px 0;}

.m-head {text-align:center;}
.m-head .tt {font-size:18px; font-weight:600; letter-spacing:.2em; line-height:1.4em; color:#c5981c;}
.m-head h2 {margin:17px 0 10px; font-size:40px; font-weight:500; letter-spacing:-.03em; line-height:1.2em; color:#242424;}
.m-head .txt {color:#454545; font-size:17px; font-weight:400; letter-spacing:-.03em; line-height:1.471em;}

.m-more {display:inline-flex; align-items:center; letter-spacing:-.03em; line-height:1.4em; color:#c5981c;}
.m-more:after {content:""; width:14px; height:11px; background:url("../images/main/more_arr.png") no-repeat 50% 50% / contain; margin-left:15px;}

.main-links {padding:100px 0;}
.main-links .links ul {display:flex; align-items:center; margin:-20px;}
.main-links .links ul li {width:33.333%; padding:20px;}
.main-links .links .box {transition:.2s; height:180px; display:flex; align-items:center; justify-content:space-between; padding:0 30px 0 40px;}
.main-links .links .box:hover {transform:translateY(-30px);}
.main-links .links .box:after {content:""; width:50px; height:50px; background:url("../images/main/link_arr.png") no-repeat 50% 50% / contain;}
.main-links .links .box1 {background:#c5981c;}
.main-links .links .box2 {background:#917e5f;}
.main-links .links .box3 {background:#4c090d;}
.main-links .links .box .tit {display:flex; align-items:center; color: #fff; font-size:24px; font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
.main-links .links .box .tit:before {margin-right:12px; content:""; width:71px; height:71px; background-size:contain; background-repeat:no-repeat; background-position:50% 50%;}
.main-links .links .box1 .tit:before {background-image: url("../images/main/link_ico1.png");}
.main-links .links .box2 .tit:before {background-image: url("../images/main/link_ico2.png");}
.main-links .links .box3 .tit:before {background-image: url("../images/main/link_ico3.png");}

.main-kbeauty {background:#f6f1e5;}
.main-kbeauty .m-head {margin-bottom:60px;}
.main-kbeauty .links ul {display:flex; margin:0 -15px;}
.main-kbeauty .links ul li {width:25%; padding:0 15px; text-align:center;}
.main-kbeauty .links ul li:first-child .img img {border-radius:80px 0 0 0;}
.main-kbeauty .links ul li:last-child .img img {border-radius:0 0 80px 0;}
.main-kbeauty .links ul li:nth-child(even) {margin-top:100px;}
.main-kbeauty .links ul li a {display:block; transition:.2s;}
.main-kbeauty .links ul li a:hover {transform:translateY(-30px);}
.main-kbeauty .links .tit {margin-top:21px; font-size:26px; font-weight:700; letter-spacing:-.03em; line-height:1.3em; color:#242424;}

.main-post .m-head {text-align:left; margin-bottom:26px;}
.main-post h2 {font-size:30px; font-weight:600; margin:0 0 6px;}
.main-post .txt {color:#686868;}
.main-post .group {margin-bottom:90px;}
.main-post .group:last-child {margin-bottom:0;}

.m-gall {position:relative;}
.m-gall .slider {margin-bottom:15px;}
.m-gall .slider .slick-list {margin:0 -15px;}
.m-gall .slider .slick-slide {padding:0 15px;}
.m-gall .slider .img {position:relative; padding-bottom:67.02%; overflow:hidden;}
.m-gall .slider .img img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.m-gall .slider .cnt {padding:21px 25px; border:1px solid #ddd; border-top:0;}
.m-gall .slider .cnt .tit {min-height:2.8em; max-height:2.8em; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-bottom:31px; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.4em; color:#242424;}
.m-gall .slider .cnt .date {color:#686868; letter-spacing:-.03em; line-height:1.4em;}
.m-gall .controls {position:absolute; right:0; top:11px;}
.m-gall .slick-arrow {width:50px; height:50px; background-color:transparent; z-index:50; overflow:hidden; font-size:0; line-height:0; border:0; text-indent:-99999em; background-size:contain; background-position:50% 50%; background-repeat:no-repeat;}
.m-gall .slick-prev {left:50px; background-image: url("../images/main/gall_prev.png");}
.m-gall .slick-prev:hover {background-image: url("../images/main/gall_prev_hover.png");}
.m-gall .slick-next {margin-left:10px; right:50px; background-image: url("../images/main/gall_next.png");}
.m-gall .slick-next:hover {background-image: url("../images/main/gall_next_hover.png");}

.m-notice {position:relative;}
.m-notice .list a {padding:0 150px 0 30px; height:150px; display:flex; flex-direction:column; justify-content:center; position:relative;}
.m-notice .list a:after {content:""; position: absolute; right:30px; top:50%; margin-top:-16px;  width:32px; height:24px; background-size:contain; background-repeat:no-repeat; background-position:50% 50%; background-image:url("../images/main/notice_arr.png");}
.m-notice .list a .date {margin-bottom:9px; color:#555; font-weight:400; letter-spacing:-.02em; line-height:1.4em;}
.m-notice .list a .tit {color:#242424; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.4em; max-height:1.4em; overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.m-notice .list ul {border-top:1px solid #242424;}
.m-notice .list ul li {border-bottom:1px solid #ddd;}
.m-notice .m-more {position:absolute; right:0; top:48px;}

/* sub */
.sub-visual {position:relative; display:flex; align-items:center; height:400px; text-align:center; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; padding:0 20px; transform:translateY(-50%);}
.sub-visual h2 {font-size:40px; line-height:1.3em; letter-spacing:-.03em; margin-bottom:17px;}
.sub-visual p {font-size:16px; font-weight:400; line-height:1.3em; letter-spacing:-.03em;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual .bg6 {background-image:url("../images/common/sv6.jpg");}
.sub-visual .bg7 {background-image:url("../images/common/sv7.jpg");}
.sub-visual .bg8 {background-image:url("../images/common/sv8.jpg");}

.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.path-wrap {background:#fff; border-bottom:1px solid #ddd;}
.path-wrap .wrap {display:flex; max-width:1200px; margin:0 auto;}
.path-wrap .home {position:relative;}
.path-wrap .home a {display:block; width:60px; height:60px; background:url("../images/common/home.png") 50% 50% no-repeat; text-indent:-999em; overflow:hidden;}
.path-wrap .home:before {content:""; position:absolute; top:0; left:0; width:1px; height:100%; background:#ddd;}
.path-wrap .home:after {content:""; position:absolute; top:0; right:0; width:1px; height:100%; background:#ddd;}
.path-wrap .part {position:relative; min-width:217px; z-index:50;}
.path-wrap .part:after {content:""; position:absolute; top:0; right:0; width:1px; height:100%; background:#ddd;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; line-height:1.3em; padding:0 19px; color:#454545;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:19px; margin-top:-4px; width:15px; height:8px; background:url("../images/common/path_down.png") no-repeat 50% 50% / contain;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:0px; background:#fff; border:1px solid #ddd; z-index:50;}
.path-wrap .part ul li {border-bottom:1px solid #ddd;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; line-height:60px; padding:0 19px;}
.path-wrap .part ul li.active a,
.path-wrap .part ul li a:hover {color:#c5981c; font-weight:500;} 
.path-wrap.fixed {border-top:1px solid #ddd; position:fixed; top:100px; left:0; width:100%; max-width:100%; margin:0; z-index:90;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}
.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:74px 0 61px; text-align:center;}
.sub-title h2 {font-size:36px; line-height:1.3em; letter-spacing:-.03em; color:#242424;}

.real-cont {min-height:300px; padding-bottom:100px;}

/* footer */
#footer {padding:57px 50px 44px; color:#b8b8b8; font-size:15px; font-weight:300; line-height:1.5em; letter-spacing:-.02em; background:#3e3e3e;}
#footer address {font-style:normal;}
#footer a:hover {text-decoration:underline;}
#footer span {display:inline-block;}

.foot-links {margin-bottom:40px;}
.foot-links .tt {color:#fff; font-size:18px; font-weight:600; line-height:1.3em; margin-bottom:16px;}
.foot-links .wrap {display:flex; justify-content:space-between; margin-right:210px;}
.foot-links .link-1 {font-size:16px; color:#fff;}
.foot-links .link-1 ul {display:flex; margin:0  -20px;}
.foot-links .link-1 ul li {padding:0 20px;}
.foot-links .link-2 {display:flex;}
.foot-links .link-2 a:first-child {margin-left:0;}
.foot-links .link-2 a {margin-left:50px; display:flex; align-items:center;}
.foot-links .link-2 a:before {content:""; width:15px; height:15px; margin-right:5px; background:url("../images/common/icon_doc.png") no-repeat 50% 50% / contain;}

#footer .comp-name {font-size:18px; letter-spacing:-.02em; line-height:1.5em; margin-bottom:3px;}
.foot-info address {display:flex; flex-wrap:wrap;}
.foot-info address span {margin-right:34px;}
.foot-info .copyright {font-size:14px; margin-top:3px;}
.foot-info .copyright .designed {color:#686868;}

.scroll-top {position:fixed; border-radius:100%; bottom:30px; right:30px; transition:.2s; opacity:0; display:flex; flex-direction:column; justify-content:center; width:72px; height:72px; text-align:center; color:#fff; font-size:12px; font-weight:500; line-height:1.3em; letter-spacing:0; background:#c5981c; z-index:90;}
.scroll-top:before {content:""; display:block; margin:0 auto 7px; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:8px solid #fff;}
.scroll-top.active {opacity:1;}