@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

:root {
    /* color */
    --color-primary: #da2517;
    --color-secondary: #ffdb00;

	/* font */
	--font-family-roboto: 'Roboto', sans-serif;
}

.c1 {color:var(--color-primary) !important;}

#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;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; z-index:10;}

.sitelogo a {display:block; background:url("../images/common/logo-w.png") no-repeat 0 center / contain; width:95px; height:70px; font-size:0; line-height:0;}

#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 35px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction:column; justify-content:center; height:100px; color:#fff; font-size:20px; font-weight:500; letter-spacing:-.02em; line-height:1.3em;}
#gnb>ul>li:hover>a {color:var(--color-primary) !important;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:24px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:13px 0; color:#454545; font-size:16px; line-height:1.33em; letter-spacing:-.02em;}
#gnb .submenu>ul>li>a:hover {color:var(--color-primary); text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd;}
.submenu-bg:after {opacity:.1; position:absolute; right:-8px; bottom:-10px; content:"GYONGGIDO SKI ASSOCIATION"; line-height:1em; color:#242424; font-size:60px; font-weight:700; letter-spacing:.03em;}

.h-right {display:flex; align-items:center;}

.util ul {display: flex;}
.util ul li:not(:last-child) {margin-right: 10px;}
.util ul li a {font-weight: 400; letter-spacing: 0; line-height: 1.4em; border-radius:20px; display: flex; align-items:center; justify-content:center; text-align:center; min-width: 100px; padding:0 10px; height: 42px;}
.util ul li:nth-child(odd) a {background: #fff; color:#143368; border:1px solid #fff;}
.util ul li:nth-child(even) a {background:#143368; color: #fff; border:1px solid #143368;}

.btn-all-menu {margin-left: 30px;display:block; position:relative; width:34px; height:26px;}
.btn-all-menu span {position:absolute; left:14px; right:0; top:50%; height:2px; margin-top:-1px; background:#fff;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute; left:-14px; right:0; height:2px; background:#fff;}
.btn-all-menu span:before {top:-12px;}
.btn-all-menu span:after {bottom:-12px;}

#header:hover {background:#fff;}
#header:hover .sitelogo a {background-image:url('../images/common/logo.png');}
#header:hover #gnb>ul>li>a {color:#242424;}
#header:hover .btn-all-menu span {background:#242424;}
#header:hover .btn-all-menu span:before,
#header:hover .btn-all-menu span:after {background:#242424;}
#header:hover .util ul li a {border-color:#143368;}

#header.header-fixed {background:#fff; box-shadow:0px 3px 10px rgba(0,0,0,0.1)}
#header.header-fixed .sitelogo a {background-image:url('../images/common/logo.png');}
#header.header-fixed #gnb>ul>li>a {color:#242424;}
#header.header-fixed .btn-all-menu span {background:#242424;}
#header.header-fixed .btn-all-menu span:before,
#header.header-fixed .btn-all-menu span:after {background:#242424;}
#header.header-fixed .util ul li a {border-color:#143368;}

/* for mobile */
.btn-m-menu {margin-left: 30px;display:none; position:relative; width:34px; height:26px;}
.btn-m-menu span {position:absolute; left:14px; right:0; top:50%; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:-14px; right:0; height:2px; background:#fff;}
.btn-m-menu span:before {top:-12px;}
.btn-m-menu span:after {bottom:-12px;}

.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:48px;}
.mobile-navigation .m-util ul {display:flex; border-top:1px solid #ddd;}
.mobile-navigation .m-util ul li {flex:1; text-align:center;}
.mobile-navigation .m-util ul li a {display:flex; align-items:center; height:45px; justify-content:center; font-weight:500;}
.mobile-navigation .m-util ul li:nth-child(1) a {background:var(--color-primary); color:#fff;}
.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:var(--color-primary);}
.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:var(--color-primary);}
.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 .item {height:100vh;}
.main-visual .img {transition:5s; transform:scale(1); position:absolute; top:0; right:0; width:100%; height:100%;}
.main-visual .img img {position:absolute; top:50%; left:0; 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;}
.main-visual .caption {position:absolute; top:160px; left:0; width:100%; z-index:10; text-align:center;}
.main-visual .caption h2 {font-family:var(--font-family-roboto); font-size:62px; font-weight:700; letter-spacing:.03em; line-height:1.3em;}
.main-visual .slick-slide.active .img {transform:scale(1.06);}
.main-visual .slick-arrow {position:absolute; top:50%; transform:translateY(-50%); width:70px; height:70px; background-position:50% 50%; background-size:contain; background-repeat:no-repeat; background-color:transparent; border:0; font-size:0; letter-spacing:0; line-height:0; z-index:10; transition:.3s;}
.main-visual .slick-prev {left:90px; background-image: url('../images/main/mv-prev.png');}
.main-visual .slick-prev:hover {background-image: url('../images/main/mv-prev-on.png');}
.main-visual .slick-next {right:90px; background-image: url('../images/main/mv-next.png');}
.main-visual .slick-next:hover {background-image: url('../images/main/mv-next-on.png');}
.main-visual .slick-dots {position:absolute; bottom:190px; left:0; width:100%; text-align:center; line-height:0; z-index:50;}
.main-visual .slick-dots li {display:inline-block; margin:0 10px;}
.main-visual .slick-dots li button {position:relative; display:block; width:34px; height:34px; background:transparent; border:1px solid transparent; border-radius:100%; overflow:hidden; text-indent:-9999em; transition:.2s;}
.main-visual .slick-dots li button:before {content:""; position:absolute; top:50%; left:50%; margin:-6px 0 0 -6px; width:12px; height:12px; background:rgba(255,255,255,0.3); border-radius:100%;}
.main-visual .slick-dots .slick-active button {border:1px solid rgba(255,255,255,0.3);}
.main-visual .slick-dots .slick-active button:before {background-color:#fff;}

.mv-links {position:absolute; left:0; bottom:0; width:100%;}
.mv-links ul {display:flex; margin:-5px;}
.mv-links ul li {width:20%; padding:5px;}
.mv-links ul li:nth-child(odd) a {background:rgba(218,37,23,0.78);}
.mv-links ul li:nth-child(even) a {background:rgba(0,27,71,0.78);}
.mv-links a {display:block; padding:21px 5px; border-radius:25px 25px 0 0; text-align:center;}
.mv-links .ico {margin-bottom:10px;}
.mv-links .tit {font-size:19px; font-weight:600; letter-spacing:-.02em; line-height:1.4em; color:#fff;}

.more {display:inline-flex; align-items:center; justify-content:center; text-align:center; min-width:110px; padding:0 10px; font-size:14px; font-weight:400; letter-spacing:-.02em; line-height:36px; border:1px solid rgba(255,255,255,0.3); border-radius:18px; transition:.2s;}
.more:after {margin-left:13px; content:''; width:7px; height:11px; background:url('../images/main/more-arr.png') no-repeat 50% 50% / contain;}
.more.st1 {border-radius:19px; border:1px solid #ddd; background:#fff; font-size:16px; color:#454545; min-width:134px; line-height:38px;}
.more.st1:after {width:8px; height:13px; background-image:url('../images/main/more-arr-st3.png');}
.more.st1:hover {background:var(--color-primary); color:#fff; border-color:var(--color-primary);}
.more.st1:hover:after {background-image:url('../images/main/more-arr-st4.png')}

.main-sec {padding:100px 0;}

.gray-bg {background-color:#f4f4f4;}

.m-tit {margin-bottom:75px; font-size:45px; font-weight:700; letter-spacing:-.02em; line-height:1.3em; color:#242424; text-align:center;}

.main-congress-info .links ul {display:flex; margin:-15px;}
.main-congress-info .links ul li {width:50%; padding:15px;}
.main-congress-info .links a {display:block; position:relative; padding:53px 60px; background-size:cover; background-repeat:no-repeat; background-position:50% 50%; border-radius:50px 50px 0 50px; color:#fff;}
.main-congress-info .links a.st1 {background-image:url('../images/main/congress-link-bg1.jpg');}
.main-congress-info .links a.st1:after {background-image:url('../images/main/ico-congress-link1.png');}
.main-congress-info .links a.st2 {background-image:url('../images/main/congress-link-bg2.jpg');}
.main-congress-info .links a.st2:after {background-image:url('../images/main/ico-congress-link2.png');}
.main-congress-info .links a:after {content:''; width:126px; height:126px; position:absolute; right:68px; top:50%; margin-top:-63px; background-size:contain;  background-repeat:no-repeat; background-position:50% 50%;}
.main-congress-info .links .tit {font-size:30px; font-weight:700; letter-spacing:-.02em; line-height:1.3em;}
.main-congress-info .links .txt {margin:20px 0 62px;font-size:17px; font-weight:400; letter-spacing:-.02em; line-height:1.4em;}
.main-congress-info .links a:hover .more {background:#fff; border-color:#fff; font-weight:600;}
.main-congress-info .links a.st1:hover .more {color:#3670bf;}
.main-congress-info .links a.st1:hover .more:after {background-image:url('../images/main/more-arr-st1.png');}
.main-congress-info .links a.st2:hover .more {color:#043373;}
.main-congress-info .links a.st2:hover .more:after {background-image:url('../images/main/more-arr-st2.png');}

.reference-slider {margin-bottom:50px;}
.reference-slider .slick-list {margin:-15px;}
.reference-slider .slick-slide {padding:15px;}
.reference-slider .img {position:relative; padding-bottom:65%; overflow:hidden; border-radius:20px 20px 0 0;}
.reference-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;}
.reference-slider .cnt {padding:23px 27px 34px; border-radius:0 0 20px 20px; background:#fff; border:1px solid #ddd;}
.reference-slider .cnt .tit {margin-bottom:17px; font-size:20px; font-weight:700; letter-spacing:-.02em; line-height:1.6em; color:#242424; max-height:3.2em;
overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.reference-slider .cnt .txt {font-size:14px; font-weight:400; letter-spacing:-.02em; line-height:1.79em; color:#454545; max-height:3.58em;
overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.reference-slider .slick-arrow {position:absolute; top:50%; width:70px; height:70px; margin-top:-35px; border:0; background-size:contain; background-repeat:no-repeat; background-position:50% 50%; font-size:0; line-height:0; background-color:transparent; z-index:10; transition:.3s;}
.reference-slider .slick-prev {left:-150px; background-image:url('../images/main/reference-prev.png');}
.reference-slider .slick-prev:hover {background-image:url('../images/main/reference-prev-on.png');}
.reference-slider .slick-next {right:-150px; background-image:url('../images/main/reference-next.png');}
.reference-slider .slick-next:hover {background-image:url('../images/main/reference-next-on.png');}

.main-links ul {display:flex;}
.main-links ul li {width:50%;}
.main-links a {display:block; padding:89px 0; text-align:center; color:#fff; background-size:cover; background-repeat:no-repeat; background-position:50% 50%;}
.main-links a.bg1 {background-image:url('../images/main/main-links-bg1.jpg');}
.main-links a.bg2 {background-image:url('../images/main/main-links-bg2.jpg');}
.main-links .tit {font-size:35px; font-weight:700; letter-spacing:-.02em; line-height:1.3em;}
.main-links .txt {margin:22px 0 55px; font-size:16px; font-weight:400; letter-spacing:-.02em; line-height:1.4em;}
.main-links .more.st1 {color:#fff; background-color:transparent;}
.main-links .more.st1:after {background-image:url('../images/main/more-arr-st4.png');}
.main-links a:hover .more.st1 {background:var(--color-primary); color:#fff; border-color:var(--color-primary);}
.main-links a:hover .more.st1:after {background-image:url('../images/main/more-arr-st4.png')}

/* sub */
.sub-visual {position:relative; height:450px; 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:1; 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%; margin-top:35px; padding:0 20px; transform:translateY(-50%);}
.sub-visual p {font-size:40px; line-height:1.3em; letter-spacing:-.02em; font-weight:700;}
.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");}

.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {border-bottom:1px solid #ddd;}
.lnb {max-width:1200px; margin:0 auto;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; border-left:1px solid #ddd;}
.lnb ul li:last-child {border-right:1px solid #ddd;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; width:100%; height:60px; padding:0 13px; color:#454545; line-height:1.2em; letter-spacing:-.02em; font-size:18px;}
.lnb ul li.active a {background-color:var(--color-primary); color:#fff; font-weight:600;}

#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;}

.sub-title {padding:73px 0; text-align:center;}
.sub-title h1 {font-size:30px; font-weight: 700; letter-spacing:-.02em; line-height:1.3em; color:#242424;}

.real-cont {min-height:300px; padding-bottom:150px;}

/* modal */
#sub .modal {display:none;}
.modal {display:none; position:fixed;  top:30%; right:20%; max-width:500px; width:26.04vw; }
.modal.active {display:block;}
.modal .inner {position:absolute; width:100%; height:100%;}
.modal .close {cursor:pointer; position:absolute; font-size:0; line-height:0; letter-spacing:0; right:-15px; top:-15px; width:30px; height:30px; background:url('../images/common/close.png') no-repeat 50% 50% / contain;}

/* footer */
#footer {padding:38px 0; background:#2b2b2b; color:#7e7e7e; font-size:15px; line-height:1.4em; letter-spacing:-.02em;}
#footer .contain {display:flex; align-items:center; justify-content:space-between;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}
#footer .comp-name {margin-bottom:15px; font-size:18px; font-weight:600; color:rgba(255,255,255,0.5);}
#footer address {margin-bottom:16px;}
#footer address span {margin:0 25px 8px 0;}
.copyright {font-size:14px; color:#686868;}
