@charset "utf-8";

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
mobile : 767px ~
         480px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/

/* Font
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('/data/css/Pretendard-Black.woff2') format('woff2'), url('/data/css/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('/data/css/Pretendard-ExtraBold.woff2') format('woff2'), url('/data/css/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('/data/css/Pretendard-Bold.woff2') format('woff2'), url('/data/css/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('/data/css/Pretendard-SemiBold.woff2') format('woff2'), url('/data/css/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('/data/css/Pretendard-Medium.woff2') format('woff2'), url('/data/css/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('/data/css/Pretendard-Regular.woff2') format('woff2'), url('/data/css/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('/data/css/Pretendard-Light.woff2') format('woff2'), url('/data/css/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('/data/css/Pretendard-ExtraLight.woff2') format('woff2'), url('/data/css/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('/data/css/Pretendard-Thin.woff2') format('woff2'), url('/data/css/Pretendard-Thin.woff') format('woff');
}

@font-face {
    font-family:'Nanum Square';
	font-weight:300;
    src: url('/tpl/webfont/NanumSquareL.eot');
    src: url('/tpl/webfont/NanumSquareL.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareL.woff') format('woff'),
         url('/tpl/webfont/NanumSquareL.ttf') format('truetype');   
}
@font-face {
    font-family:'Nanum Square';
	font-weight:400;
    src: url('/tpl/webfont/NanumSquareR.eot');
    src: url('/tpl/webfont/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareR.woff') format('woff'),
         url('/tpl/webfont/NanumSquareR.ttf') format('truetype');   
}
@font-face {
    font-family:'Nanum Square';
	font-weight:700;
    src: url('/tpl/webfont/NanumSquareB.eot');
    src: url('/tpl/webfont/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareB.woff') format('woff'),
         url('/tpl/webfont/NanumSquareB.ttf') format('truetype');   
}
@font-face {
    font-family:'Nanum Square';
	font-weight:900;
    src: url('/tpl/webfont/NanumSquareEB.eot');
    src: url('/tpl/webfont/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
         url('/tpl/webfont/NanumSquareEB.woff') format('woff'),
         url('/tpl/webfont/NanumSquareEB.ttf') format('truetype');   
}




/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0; font-family: 'Pretendard', sans-serif;}
dl,ul,ol,menu,li {list-style:none; color:#444;}
body{font-family: 'Pretendard', sans-serif; font-size:15px; font-weight:400; color:#444; }
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
:focus{outline:0 !important;}
iframe{border:none; width:100%;}
a{font-family: 'Pretendard', sans-serif; color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; color:#444;}
a:hover, a:active{text-decoration:none; color:#180541;}
img{max-width:100%;}
textarea{max-width:100%; resize:none;}

@media only screen and (min-width: 320px){
	body{min-width:320px; overflow-x:hidden;}
}

.hidden{margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
#divWMSSLLoading {display:none;}


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.parallax{background-position:0 0; background-repeat:no-repeat; background-size:100% auto; width:100%; background-size:cover; background-attachment:fixed;}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animationload{position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:999999;}
.loader {width:200px; height:200px; font-size: 24px; text-align: center; position:absolute; left:50%; top:50%; background-image:url(/images/basic_resp/img/preloader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px;}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.back-to-top{width:40px; height:40px; position:fixed; bottom:10px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#0a1b2a;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}

@media only screen and (max-width: 767px){
    .back-to-top{right:10px; background:#444;}
    .back-to-top i{color: #fff;}
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:1200px;}

#header{z-index:999; position:fixed; top:0; left:0; width:100%; box-sizing:border-box; background:#000;}

#L_SITE_LOGO h1{z-index:999; position:absolute; margin:0; line-height:0; font-size:0;}
#L_SITE_LOGO a{line-height:80px;}
#L_SITE_LOGO img{vertical-align:middle;}

@media only screen and (min-width: 980px){
	#L_SITE_LOGO{z-index:888; position:absolute; top:0; left:50%; width:1200px; -webkit-transform:translateX(-50%);- ms-transform:translateX(-50%); transform:translateX(-50%);}
}
@media only screen and (max-width: 1590px) {
	#header{height:auto;}
	#L_SITE_LOGO{left:25px; width:100%; -webkit-transform:none;- ms-transform:none; transform:none;}
}
@media only screen and (max-width: 1200px){
	#wrapper{min-width:320px;}
}
@media only screen and (max-width: 980px){
	#L_SITE_LOGO{padding: 0 25px;}
	#L_SITE_LOGO a{display:block; line-height:65px;}
	#L_SITE_LOGO img{height:60px;}
}
@media only screen and (max-width: 767px){
	#L_SITE_LOGO{padding: 0 20px;}
	#L_SITE_LOGO a{line-height:50px;}
	#L_SITE_LOGO img{height:45px;}
}


/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.navigation .menu-item > a{display:inline-block;  font-weight:500; font-size:18px; color:#fff;}
.navigation .menu-item.on > a {color:#12b8ef;}
.navigation .menu-item > a:hover, .navigation .menu-item > a:active, .navigation .menu-item > a:focus{text-decoration:none; color:#12b8ef;}
.navigation {margin-left:300px; width:calc(100% - 300px);}

@media only screen and (min-width: 980px){
	#menuArea{z-index:777; position:fixed; top:0; left:0; width:100%; height:80px; background:#000;}
	#menuArea.small{position:static;}
	#gnb{display:block !important; width:1200px; margin:0 auto;}

	#menuArea .navigation{margin-left:320px; width:calc(100% - 320px);}
	#menuArea.small .navigation{margin-left:320px; width:calc(100% - 320px);}
	.navigation:after{content:""; display:block; clear:both;}
	.navigation .menu-item{float:left; width: 12.5%; height:80px; line-height:80px; text-align:center;}
}
@media only screen and (min-width: 1280px){
	#menuArea .navigation{margin-left:340px; width:calc(100% - 340px);}
	#menuArea.small .navigation{margin-left:340px; width:calc(100% - 340px);}
}
@media only screen and (max-width: 1200px){
	#gnb{width:100%;}
	.navigation .menu-item > a {font-size: 16px;}
}
@media only screen and (max-width: 980px){
	#gnb{display:none; width:100%; height:auto; box-sizing:border-box; background:#000;}
	#gnb {position:absolute; top:65px; border-bottom: 1px solid #ddd;}
	#gnb .navigation .menu-item:last-child a {border-bottom: 0;}
	
	#menuArea{position:relative; width:100%; height:65px; background:#000;}
	nav [data-type='menu-btn'] {z-index:1000; position:absolute; right:25px; top:calc(50% - 12px); width:24px; height:24px; border-radius:5px; cursor:pointer; transition:.4s all linear;}
	nav [data-type='menu-btn'] span {display:block; position:absolute; left:1px; width:22px; height:3px;  transition:.3s all linear; background:#12b8ef;}
	nav [data-type='menu-btn'] span:nth-child(1) {top:4px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(2),
	nav [data-type='menu-btn'] span:nth-child(3) {top:11px; transform: rotate(0deg);}
	nav [data-type='menu-btn'] span:nth-child(4) {top:18px;}
	nav.open [data-type='menu-btn'] span:nth-child(1) {left:50%; width:0;}
	nav.open [data-type='menu-btn'] span:nth-child(2) {transform: rotate(45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(3) {transform: rotate(-45deg);}
	nav.open [data-type='menu-btn'] span:nth-child(4) {left:50%; width:0;}
	
	
	.navigation { width: 100%;  margin-left: 0;}
	.navigation .menu-item{float:none; margin:0;}
	.navigation .menu-item > a{padding:0 25px; text-align:center; width:100%; line-height:45px; font-size:17px; transition:none; border-bottom:1px solid #666; color:#fff;}
	.navigation .menu-item:first-child > a{border-top:1px solid #666;}
	.navigation .menu-item.on > a{color:#12b8ef;}
}

@media only screen and (max-width: 767px){
	#menuArea{position:relative; width:100%; height:50px;}
	#gnb {top:50px;}
	#btnMenuOpen{right:20px;}
	nav [data-type='menu-btn']{right:20px;}
	.navigation .menu-item > a{padding:0 20px;}
}



/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.btn{ftext-transform:uppercase; border-radius:0; line-height:24px;}
.btn:focus, .btn:active{outline:none; color:#fff;}

.btn-custom{border-radius:3px; padding:0.8em 1.8em; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:#180541; border-color:#180541; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color:#180541; border-color:#180541; color:#fff;}

.btn-custom-outline{border-radius:3px; padding:0.8em 1.8em; color:#fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:transparent; border-color:#fff;}
.btn-custom-outline:hover, .btn-custom-outline:focus{color:#fff; background-color:rgba(255,255,255,.5);}
.btn-bar a{margin-right:10px;}

.form-control{box-shadow:none; -webkit-box-shadow:none; border-radius:3px; height:38px;}
.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color:#180541;}



/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.footer{background:#f2f2f2;}
.footer p{font-size:13px; letter-spacing:0; color:#adadad;}

.footer-menu{padding:20px 25px; text-align:center;  background:#333333;}
.footer-menu li{display:inline-block; margin-left:7px; padding-left:7px; line-height:14px; border-left:1px solid #999;}
.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu li a{line-height:14px; font-size:16px; color:#ffffff;}

.footer-info{margin:0 auto; padding:50px 25px; width:1200px; box-sizing:border-box; text-align:center;}
.footer-info span{color:#999;}
.footer-info p, .footer-info a{letter-spacing:-1px; font-size:15px; color:#5a5a5a;  line-height: 1.5;}
.footer-info p:last-child{margin-top:10px;}

@media only screen and (max-width:1200px) {
	.footer-info{width:100%;}
}
@media only screen and (max-width:980px) {
	.footer-menu li{line-height:10px;}
	.footer-menu li a{line-height:10px; font-size:15px;}

	.footer-info p, .footer-info a{font-size:15px;}
}
@media only screen and (max-width:767px) {
	.footer-menu{padding:10px 20px;}
	.footer-menu li{line-height:8px;}
	.footer-menu li a{line-height:8px; font-size:13px;}

	.footer-info{padding:20px 20px;}
	.footer-info p, .footer-info a{font-size:13px;}
}



/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 공통 */
#mainContents{z-index:88;}

.cont-area {margin: auto; max-width:1200px; padding:150px 0;}
.cont-area .tit {text-align:center;}
.cont-area .tit h2 {font-size: 60px;  color: #fff; letter-spacing:1px; line-height: 1.2; margin:0 0 50px; font-weight: 900; word-break: keep-all;}
.cont-area .tit h5 {position:relative; font-size:20px; font-weight:500; color: #fff; letter-spacing: 0px; line-height: 1.5; margin:-36px 0 50px; word-break: keep-all;}
.cont-area .tit p {position:relative; font-size: 30px; font-weight:700; color: #fff; letter-spacing: 0px; line-height: 1.5; margin:150px auto 100px; border-radius: 80px; width:600px; height:140px; line-height:50px; display:block; word-break: keep-all;padding-top: 15px;
  border:3px solid transparent ;
  border-radius:80px;
  background-image:linear-gradient(#15023f, #15023f), linear-gradient(to  bottom right ,#e567b9 ,#12b8ef);
  background-origin:border-box; 
  background-clip:padding-box, border-box;
}
.cont-area .tit p img {position:absolute; left:50%; margin-left:-40px; top:-78px;}

@media only screen and (max-width:1200px) {
	.cont-area {width:100%; padding:120px 20px;}
	.cont-area .tit h2 {font-size:40px;}
    .cont-area .tit p {font-size: 26px; margin:130px auto 80px;}
}

@media only screen and (max-width:767px) {	
	.cont-area {padding:100px 20px;}
	.cont-area .tit h2 {font-size:30px;}
    .cont-area .tit h5 {font-size: 17px;}
    .cont-area .tit p {font-size: 22px; width:80%; height:100px; line-height:32px; margin:120px auto 60px;}
}

@media only screen and (max-width:500px) {	
	.cont-area {padding:60px 20px;}
	.cont-area .tit h2 {font-size:30px;}
    .cont-area .tit p {font-size: 20px;}
}

/* 01 대회일정 */
.section02{background:#000;}
.section02 ul {width:100%; margin:0 0 30px;}
.section02 ul li {position:relative; width:100%; border:2px solid #e567b9; border-radius:10px; padding:50px 40px; display:flex; justify-content: space-between; align-items:center; flex-wrap: wrap;}
.section02 ul li:before {content:''; position:absolute; left:320px; border-left:2px dashed #444; width:1px; height:calc(100% - 100px); top:50px;}
.section02 ul li:nth-of-type(2n) {border:2px solid #12b8ef;}
.section02 ul li + li {margin:30px 0 0;}
.section02 .title {width:280px; font-size:30px; font-weight:800; color:#e567b9; text-align:center;}
.section02 .title img {display:block; width:75px; margin:0 auto 15px;}
.section02 .desc {width:calc(100% - 280px); padding-left:60px; }
.section02 .desc dl {width:100%; display:flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.section02 .desc dl + dl {margin:10px 0 0;}
.section02 .desc dl dt {position: relative; width:180px; padding-left:20px; font-size:18px; color: #e567b9;}
.section02 .desc dl dt:before { display: block; content: ""; width:6px;  height: 6px; background: #e567b9; position: absolute;  top: 50%; left:0; margin-top:-3px; border-radius:50%;}
.section02 .desc dl dd {width:calc(100% - 180px); font-size: 18px; color:#fff; word-break:keep-all;}
.section02 .desc dl + dl {margin:10px 0 0;}
.section02 ul li:nth-of-type(2n) .title {color:#12b8ef;}
.section02 ul li:nth-of-type(2n) .desc dl dt {color:#12b8ef;}
.section02 ul li:nth-of-type(2n) .desc dl dt:before {background:#12b8ef;}
.section02 ul li:nth-of-type(4) .desc {width:100%; display:flex; justify-content: space-between; align-items:center; flex-wrap: wrap;}
.section02 ul li:nth-of-type(4) .desc dl {width:50%;}
.section02 ul li:nth-of-type(5) .desc dl {width:100%;}
.section02 ul li:nth-of-type(4) .desc dl + dl {margin:0; padding-left:0px;}
.section02 ul li:nth-of-type(4) .desc dl dt, .section02 ul li:nth-of-type(5) .desc dl dt {width:120px;}
.section02 ul li:nth-of-type(4) .desc dl dd, .section02 ul li:nth-of-type(5) .desc dl dd {width:calc(100% - 120px);}
.section02 ul li:nth-of-type(4):before, .section02 ul li:nth-of-type(5):before {display:none;}

@media only screen and (max-width:1200px) {
    .section02 ul li {padding:40px 20px 40px 0;}
    .section02 ul li:before {left:240px;}
    .section02 .title {width:240px;  font-size:30px;}
    .section02 .desc {width:calc(100% - 240px); padding-left:40px; }
    .section02 .desc dl dt {width:120px;}
    .section02 .desc dl dd {width:calc(100% - 120px);}
}

@media only screen and (max-width:767px) {	
    .section02 ul li {padding:40px 40px;}
    .section02 ul li:before {left:40px; width:calc(100% - 80px); border:0; border-top:2px dashed #444; height:1px; top:190px;}
    .section02 .title {width:100%;  font-size:24px;}
    .section02 .desc {width:100%; padding:60px 0 0;}
    .section02 .desc dl dt {width:120px;}
    .section02 .desc dl dd {width:calc(100% - 120px);}
    .section02 ul li:nth-of-type(4) .desc, .section02 ul li:nth-of-type(5) .desc {padding:0;}
    .section02 ul li:nth-of-type(4) .desc dl, .section02 ul li:nth-of-type(5) .desc dl {width:100%;}
    .section02 ul li:nth-of-type(4) .desc dl + dl, .section02 ul li:nth-of-type(5) .desc dl + dl {margin:10px 0 0;}
}
@media only screen and (max-width:500px) {
    .section02 ul li {padding:30px 20px;}
    .section02 ul li:before {left:20px; width:calc(100% - 40px); top:180px;}
    .section02 .desc dl dt {width:90px; font-size:16px; padding-left:15px;}
    .section02 .desc dl dd {width:calc(100% - 90px); font-size: 16px;}
    .section02 ul li:nth-of-type(4) .desc dl dt, .section02 ul li:nth-of-type(5) .desc dl dt {width:90px;}
    .section02 ul li:nth-of-type(4) .desc dl dd, .section02 ul li:nth-of-type(5) .desc dl dd {width:calc(100% - 90px);}
}


/* 02 시상 및 기념품 */
.section03 {background:#15023f;}
.section03 .conList {display:flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.section03 .conList li {width:49%; margin-bottom:50px;}
.section03 .conList li:nth-of-type(5), .section03 .conList li:nth-of-type(6), .section03 .conList li:nth-of-type(7), .section03 .conList li:nth-of-type(8) {width:23.5%; margin-bottom:0;}
.section03 .conList li h4 {width:80%; margin:0 auto; border:2px solid #e567b9; background:#15023f; text-align:center; font-size:24px; color:#e567b9; font-weight:700; height:60px; line-height:56px; top:-30px; position:relative; border-radius:50px;}
.section03 .conList li:nth-of-type(5) h4, .section03 .conList li:nth-of-type(6) h4, .section03 .conList li:nth-of-type(7) h4, .section03 .conList li:nth-of-type(8) h4 {width:100%; margin-top:50px;}
.section03 .conList li:nth-of-type(2n) h4 {border:2px solid #12b8ef; color:#12b8ef;} 

@media only screen and (max-width:1200px) {
    .section03 .conList li:nth-of-type(5), .section03 .conList li:nth-of-type(6), .section03 .conList li:nth-of-type(7), .section03 .conList li:nth-of-type(8) {width:49%;  margin-top:0px;}
    .section03 .conList li:nth-of-type(5) h4, .section03 .conList li:nth-of-type(6) h4, .section03 .conList li:nth-of-type(7) h4, .section03 .conList li:nth-of-type(8) h4 {width:80%;}
    .section03 .conList li h4 {font-size:22px;}
}

@media only screen and (max-width:767px) {	
    .section03 .conList li {width:100%; margin-bottom:30px;}
    .section03 .conList li img {width:100%;}
    .section03 .conList li h4 {width:80%; font-size:20px; height:50px; line-height:46px; top:-25px;}
    .section03 .conList li:nth-of-type(5), .section03 .conList li:nth-of-type(6), .section03 .conList li:nth-of-type(7), .section03 .conList li:nth-of-type(8) {width:100%;}
    .section03 .conList li:nth-of-type(5) h4, .section03 .conList li:nth-of-type(6) h4, .section03 .conList li:nth-of-type(7) h4, .section03 .conList li:nth-of-type(8) h4 {margin-top:30px;}
}
@media only screen and (max-width:500px) {	
    .section03 .conList li {margin-bottom:20px;}
    .section03 .conList li h4 {width:80%; font-size:18px; height:40px; line-height:36px; top:-20px;}
    .section03 .conList li:nth-of-type(5), .section03 .conList li:nth-of-type(6), .section03 .conList li:nth-of-type(7), .section03 .conList li:nth-of-type(8) {width:100%; margin:0;}
    .section03 .conList li:nth-of-type(5) h4, .section03 .conList li:nth-of-type(6) h4, .section03 .conList li:nth-of-type(7) h4, .section03 .conList li:nth-of-type(8) h4 {margin-top:16px;}
}


/* 03 대회기록 */
.section04 {width:100%; background:#000; padding:100px 20px;}
.section04 a {display:block; width:500px; height:80px; line-height:76px; border-radius:50px; border:2px solid #e567b9; text-align:center; color:#e567b9; font-size:30px; font-weight:700; margin: 0 auto; transition: .4s;}
.section04 a:hover {background:#e567b9; color:#000;}

@media only screen and (max-width:1200px) {	
    .section04 a {font-size:24px;}
}
@media only screen and (max-width:767px) {	
    .section04 {padding:80px 20px;}
    .section04 a {max-width:90%; height:60px; line-height:56px; font-size:22px; background:#e567b9; color:#000;}
}
@media only screen and (max-width:500px) {	
    .section04 {padding:60px 20px;}
    .section04 a {font-size:20px;}
}

/* 06 참가신청 */
.section07 {background:#180541;}


@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:980px) {

}

@media only screen and (max-width:767px) {	

}

/* 10 공지사항 */
.section10 .cont-area .tit {text-align: left;}
.section10 .cont-area .tit h2 {color:#000;}
.section10 .conList {width:100%; margin: 30px 0 0; display:flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.section10 .conList li {width:30%;}
.section10 .conList li + li { width:65%; }

@media only screen and (max-width:1200px) {

}
@media only screen and (max-width:980px) {
.section10 .conList li {width:100%;}
.section10 .conList li + li { width: 100%;}
}
@media only screen and (max-width:980px) {

}

@media only screen and (max-width:767px) {	

}

/* 05 커뮤니티 */
.section06 {background:#f7f7f7;}
.section06 .cont-area .tit {text-align: left;}
.section06 .cont-area .tit h2 {color:#000;}
.section06 .conList {width:100%; margin: 30px 0 0; display:flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.section06 .conList li {width:30%;}
.section06 .conList li + li { width:65%; }

@media only screen and (max-width:1200px) {

}
@media only screen and (max-width:980px) {
.section06 .conList li {width:100%;}
.section06 .conList li + li { width: 100%;}
}
@media only screen and (max-width:980px) {

}

@media only screen and (max-width:767px) {	

}

/* 07 카톡 채널 */
.section08 {width:100%; background:#000; padding:100px 20px;}
.section08 a {display:block; width:500px; height:80px; line-height:76px; border-radius:50px; border:2px solid #12b8ef; text-align:center; color:#12b8ef; font-size:30px; font-weight:700; margin: 0 auto; transition: .4s;}
.section08 a:hover {background:#12b8ef; color:#fff;}

@media only screen and (max-width:1200px) {	
    .section08 a {font-size:24px;}
}
@media only screen and (max-width:767px) {	
    .section08 {padding:80px 20px;}
    .section08 a {max-width:90%; height:60px; line-height:56px; font-size:22px; background:#12b8ef; color:#fff;}
}
@media only screen and (max-width:500px) {	
    .section08 {padding:60px 20px;}
    .section08 a {font-size:20px;}
}



/* 09 오시는길 */
.section09 {width:100%; background:#180541;}
.section09 .tit h2 {color: #12b8ef;}
#daumRoughmapContainer1783398754042 {width:100%; height:560px; overflow:hidden; border-radius:10px; border:2px solid #12b8ef;}
.section09 .maplink {margin:30px 0 0; text-align:center;}
.section09 .maplink a {width:140px; height:40px; line-height:40px; font-size:17px; font-weight:800; background:#29c747; color:#fff; text-align:center; display:inline-block; border-radius:50px 0 0 50px;}
.section09 .maplink a + a {background:#f5cd34; color:#381e1f; border-radius:0 50px 50px 0;}

@media only screen and (max-width:767px) {	
    .section09 .maplink a {width:120px; font-size:15px;}
}




/* 퀵메뉴 */
.quick-area {position: fixed;  bottom: 100px;  right: 70px; z-index: 10000;}
.quick-area .tel a {width: 70px;  display: block;  height: 70px;  background: #1373bd url('/images/kor01r-25-0467/quick_ico_1.png') no-repeat center center;  border-radius: 50px; margin-bottom:15px;}
.quick-area .ktalk a {width: 70px;  display: block;  height: 70px;  background: #fae100 url('/images/kor01r-25-0467/quick_ico_2.png') no-repeat center center; border-radius: 50px;}

@media only screen and (max-width:1200px) {
	.quick-area {bottom: 150px; right: 10px;}
	.quick-area .tel a {width: 50px; height: 50px;  background: #1373bd url('/images/kor01r-25-0467/quick_ico_1.png') no-repeat center center / 25px; margin-bottom:15px;}
	.quick-area .ktalk a {width: 50px;  height: 50px;  background: #fae100 url('/images/kor01r-25-0467/quick_ico_2.png') no-repeat center center / 25px;}
}

@media only screen and (max-width:767px) {	
	.quick-area { bottom: 60px;}
  	.quick-area .tel a {width: 40px; height: 40px; margin-bottom:5px;}
    .quick-area .ktalk a {width: 40px;  height: 40px;}
}





/* Main Visual  - section01 (메인 비주얼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual .carousel-inner > .item{height:100vh; min-height:850px;}
.main-visual .carousel-inner > .item.main-img01{background:url('/images/kor01r-25-0467/main_visual3.jpg') no-repeat left center/cover;}
.main-visual .carousel-inner > .item.main-img02{background:url('/images/kor01r-25-0467/main_visual1.jpg') no-repeat center center/cover;}
.main-visual .carousel-inner > .item.main-img03{background:url('/images/kor01r-25-0467/main_visual2.jpg') no-repeat center center/cover;}

.main-visual .carousel-caption {top:26%; left:5%; right:5%; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); text-shadow:none; text-align: left;  width: 1200px;  margin: 0 auto; } 
.main-visual .carousel-caption p {font-weight:600; letter-spacing:0; font-size:40px; color:#fff; word-break: keep-all;}
.main-visual .carousel-caption .main-slogan h3 {font-size:80px; font-weight:800;  line-height: 1;  letter-spacing: -1px; padding:0 0 10px;  word-break: keep-all;}
.main-visual .carousel-caption .main-slogan h3 + p {font-size:50px;}
.main-visual .carousel-caption .main-slogan h3 br {display:none;}

.main-visual .carousel-indicators{text-align: center; bottom:10%; width: 1200px;  margin: 0 auto;  transform: translate(-50%, 0%);}
.main-visual .carousel-indicators li{margin: 0 2px;  width: 20px;  height: 20px;  background: #fff;  border-radius: 50px;}
.main-visual .carousel-indicators li.active{margin:0 2px; width: 20px;  height: 20px;  background:#12b8ef; border-radius: 50px; border:none;}

@media only screen and (max-width:1200px) {
    .main-visual .carousel-caption {width:100%; left:0; right:0; padding:0 25px;}
    .main-visual .carousel-caption p {font-size:30px;}
    .main-visual .carousel-caption .main-slogan h3 {font-size:60px;}
    .main-visual .carousel-caption .main-slogan h3 + p {font-size:40px;}
    .main-visual .carousel-indicators {width:100%;}
}

@media screen and (max-width:980px){
	.main-visual .carousel-inner > .item{height:calc(100vh - 130px); min-height:auto;}
.main-visual .carousel-inner > .item.main-img01{background:url('/images/kor01r-25-0467/main_visual3.jpg') no-repeat 3% center/cover;}
/*.main-visual .carousel-inner > .item.main-img01 {background:url('/images/kor01r-25-0467/main_visual3_m.jpg') no-repeat center center/cover;}*/
.main-visual .carousel-caption .main-slogan {margin-top: 100px;}

    .main-visual .carousel-caption p {font-size:15px;}
    .main-visual .carousel-caption .main-slogan h3 {font-size:30px;}
    .main-visual .carousel-caption .main-slogan h3 + p {font-size:20px;}
    .main-visual .carousel-caption .main-slogan h3 br {display:block;}
}

@media screen and (max-width:767px){
	.main-visual .carousel-inner > .item{height:calc(100vh - 380px); min-height:auto;}
    
    .main-visual .carousel-caption p {font-size:15px;}
    .main-visual .carousel-caption .main-slogan h3 {font-size:26px;}
    .main-visual .carousel-caption .main-slogan h3 + p {font-size:20px;}
    .main-visual .carousel-caption .main-slogan h3 br {display:block;}

	.main-visual .carousel-indicators{bottom:5%;}
    .main-visual .carousel-indicators li{width: 15px;  height:15px;}
    .main-visual .carousel-indicators li.active{width: 15px;  height: 15px; }
}
@media screen and (max-width:480px){
    .main-visual .carousel-caption .main-slogan h3 + p {font-size:18px;}
#daumRoughmapContainer1783398754042 {height:300px;}
}

.unLine {text-decoration:underline;}


		