@charset "euc-kr";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

/*
³ëÅä»ê½º 'Noto Sans KR - 3,4,5,7,9'
³ª´®½ºÄù¾î 'NanumSquare - 3,4,7,8'
 */

body { position: relative; }
.mobile { display: none !important; }
.pc { display: block !important; }
* { box-sizing: border-box; }
* a, a:hover, a:visited { color:inherit; text-decoration: none; cursor: pointer; }
.link { cursor: pointer; }
.link:hover { text-decoration: underline !important; }
.main_color { color: #35893a !important; }

/* header */
header {position:absolute;top:0;left:0;right:0;z-index:999;transition:0.3s; background: rgba(0,0,0,0.2);}
header:hover { background: #000; } 
header:hover .gnb_wrap .gnb > ul > li > a { color: #fff; }
header h1 { position: absolute; top: 60px; left: 50%; margin-left: -600px; }
header h1 img { width: 275px;}
header .global { width: 1200px; margin: 0 auto; text-align: right; }
header .global a { font-size: 11px; display: inline-block; line-height: 50px; color: #fff; text-align: center; margin-left: -4px; padding: 0 6px;	 }
header .global a:hover { color: #2668b1;}
header .gnb { width: 1200px; margin: 0 auto; }
header .gnb > ul { width: 811px; padding: 10px 0 40px;margin: 0 auto; float: right;}
header .gnb > ul > li { float:left; position:relative; display:flex; align-items:center; justify-content:center; align-content:center; }
header .gnb > ul > li > a { color: #fff; line-height: 30px; font-size: 19px; letter-spacing: -0.5px; padding: 0 26.5px; background: url('/images/common/gnb_line.png') right center no-repeat;	 overflow: hidden;}
header .gnb > ul > li:last-child > a { padding-right: 0; background: none; }

header .gnb > ul > li > a > span { position: relative; display: inline-block; transition: 0.3s; }
header .gnb > ul > li a span::before { color: #2668b1; position: absolute;top: 100%; content: attr(data-hover); transform: translate3d(0, 0, 0);}
header .gnb > ul > li a:hover span, header .gnb > ul > li.on a span { transform: translateY(-100%); }

header .gnb > ul > li > ul { display:none; width: 180px; z-index:1000; position:absolute; top: 68px; left: -33px; margin: 0 auto;}
header .gnb > ul > li > ul li { display:block; font-size:16px; border-bottom:1px solid #2e2e2e; }
header .gnb > ul > li > ul li:last-child { border-bottom: 0; }
header .gnb > ul > li > ul li a { display:block; width:100%; height: 100%; color: #fff; line-height: 20px; background: #000; padding: 11px 20px; text-align: center; box-sizing: border-box ;}
header .gnb > ul > li > ul li a:hover { color: #72d7fc;}


/**** visual ****/
.visual { width: 100%; height: 860px; position:relative; overflow:hidden; }
.visual .swiper-container { height: 860px; }
.visual .swiper-slide { width: 100%; height: 100%;}

.swiper-slide.visual_01 { background:url("/images/main/visu_01.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }
.swiper-slide.visual_02 { background:url("/images/main/visu_02.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }
.swiper-slide.visual_03 { background:url("/images/main/visu_03.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }
.swiper-slide.visual_04 { background:url("/images/main/visu_04.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }
.swiper-slide.visual_05 { background:url("/images/main/visu_05.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }

.visuTxt_wrap { width: 1200px; height: 100%; position: absolute; left: 0; right: 0; top: -40px; z-index: 99; display: flex; flex-direction:column; justify-content: center; align-items: center; margin: 0 auto; text-align: center; }
.visuTxt01 { color: #fff; font-size: 23px; }
.visuTxt02 { color: #72d7fc; font-size: 38px; font-weight: 600; line-height: 125%; text-shadow: 5px 0px 10px rgba(0,0,0,0.4); margin-top: 35px; }

.quick:before { content:''; width: 100%; height: 1px; background: #8695ad; position: absolute; left: -1000px; top: 0;bottom: 0; margin: auto 0;display: block;}
.quick:after { content:''; width: 100%; height: 1px; background: #8695ad; position: absolute; left: 1000px; top: 0;bottom: 0; margin: auto 0;display: block;}
.quick { width: 1000px; position: absolute; left: 50%; transform:translate(-50%,0);  bottom: 50px; z-index: 99999; display: flex; justify-content: center; align-items: center; flex-direction:row; }
/*.quick:after { content:''; width: 100%; height: 1px; background: #fff; display: block; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0;}*/
.quick li { width: 180px; height: 180px; font-size: 20px; border: 2px solid #fff; border-radius: 180px; display: flex; justify-content: center; align-items: center; flex-direction:column; color: #fff; position: relative; cursor: pointer; transition:0.3s; } 
.quick li img { margin-bottom: 10px; }
.quick li:hover { color: #2668b1; background: #fff;}
.quick li + li { margin-left: 25px; }
.quick li:after { content:''; width: 25px; height: 1px; background: #8695ad; display: block; position: absolute; left: -27px; top: 0; bottom: 0; margin: auto 0;}
.quick li:first-child:after { content:none; }

/* mContents_wrap */
.mContents_wrap { width: 1200px; margin: 0px auto; overflow: hidden;}
.mContents { width: 50%; float: left; min-height:312px; margin: 50px 0; box-sizing: border-box;}
.mContents:nth-child(2n-1) { padding-right: 100px;}
.mContents:nth-child(2n) { float: right; padding-left: 100px;}
.mContents_wrap h3.mTitle { font-size: 37px; line-height: 110%; font-weight: 600; color: #000; display: flex; justify-content: space-between; align-items: center;}
.mContents_wrap h3.mTitle a { font-size: 18px; border-radius: 100px; color: #000; border: 1px solid #000; text-align: center; padding: 3px 35px 5px; }
.mContents_wrap h3.mTitle:hover a { color: #fff; }
.mContents_wrap h5 { color: #2668b1; font-size: 19px; } 
.mBoard_list_wrap01 { border-right: 1px solid #d1d1d1;	 }

.mBoard { width: 465px; border: 1px solid #d4d4d4; box-sizing: border-box; padding: 30px 25px 0px;}
.mBoard_list { width: 100%; margin-top: 20px; float: left;}
.mBoard_list li { border-bottom: 1px solid #e5e5e5;padding-left:10px; overflow: hidden; box-sizing: border-box; padding-bottom: 5px; }
.mBoard_list li + li { margin-top: 14px; }
.mNotice_txt { float: left; width: calc(100% - 140px); font-size: 19px; position: relative; overflow: hidden;cursor: pointer; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.mNotice_txt:hover { color: #000; }
.mNotice_date { width: 120px; text-align: right; float: right;}

.mQuick_wrap { background: #f1f1f1; }
.mQucik_list01 { background: url('/images/main/mContent_bg.jpg') right 0 no-repeat;}
.mQuick_txt { font-size: 19px; margin-top: 25px;}
.mQuick { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; }
.mQuick li { width: 150px; height: 150px; border-radius: 150px; display: flex; justify-content: center; align-items: center; flex-direction:column; color: #fff; font-size: 19px; cursor: pointer; box-sizing: border-box; transition:0.3s;}
.mQuick li img { margin-top: 10px; }
.mQuick01 li { background: #1678d3 url('/images/main/blue_bg.png') center repeat; border: 2px solid #1678d3; }
.mQuick02 li { background: #12bbb9 url('/images/main/Turquoise_ng.png') center repeat; border: 2px solid #12bbb9; }
.mQuick01 li:hover { background: transparent; color: #1678d3; }
.mQuick02 li:hover { background: transparent; color: #12bbb9; }

.mGallery.swiper-container { width: 1200px; padding: 0px 0; box-sizing: border-box; overflow: hidden;}
.mGallery_wrap .mTitle { margin-bottom: 30px; }
.mGallery .swiper-slide { height: 340px; border: 1px solid #e8e8e8;  box-sizing: border-box; cursor: pointer; } 
.mGallery .swiper-slide:hover img { opacity: 0.6; }
.mGallery_img { text-align: center; width: 100%; height: 215px; position: relative; overflow: hidden;} 
.mGallery_img:before { content:''; width: 100%; height: 100%; background: #000; position: absolute; left: 0; top: 0; z-index: -1;}
.mGallery_img img { width: 100%; height: 100%; transition:0.3s;}
.mGallery_txt { font-weight: bold; color: #000; padding: 25px 20px; }
.mGallery_title { color: #000; line-height: 1.3em; height:2.6em; display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; }
.mGallery_date{ margin-top: 10px; line-height: 120%; font-size: 15px; }

.mGallery_wrap { position: relative; margin: 50px auto; overflow: visible; }
.mGallery_wrap .swiper-button-prev { width: 46px; height: 100%; top: 22px; left: -46px; background: #fff url('/images/main/left_btn.png') center no-repeat; z-index: 999;}
.mGallery_wrap .swiper-button-next { width: 46px; height: 100%; top: 22px; right: -46px; background: #fff url('/images/main/right_btn.png') center no-repeat; z-index: 999;}
.mGallery_wrap .swiper-button-prev:hover { background: #fff url('/images/main/left_btn_ov.png') center no-repeat; }
.mGallery_wrap .swiper-button-next:hover { background: #fff url('/images/main/right_btn_ov.png') center no-repeat; }


/* Banner */
.banner_list_wrap { width: 100%; height: 118px; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc;  }
.banner_list { width: 1200px; height: 118px; overflow: hidden; margin: 0 auto; padding: 0 56px; box-sizing: border-box; position: relative;}
.banner_list .swiper-wrapper { transition-timing-function: linear; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: space-between; align-content:space-between; }
.banner_list .swiper-slide { width: auto; display: table-cell; vertical-align: middle; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content:center; }
.banner_list .swiper-slide img { cursor: pointer; height: 52px; } 
/*.banner_list .swiper-button-prev { width: 56px; height: 100%; top: 21px; left: 0px; background: #fff url('/images/main/ban_left.png') left center no-repeat; z-index: 999;}
.banner_list .swiper-button-next { width: 56px; height: 100%; top: 21px; right: 0px; background: #fff url('/images/main/ban_right.png') right center no-repeat; z-index: 999;}
.banner_list .swiper-button-prev:hover { background: #fff url('/images/main/ban_left_ov.png') left center no-repeat; }
.banner_list .swiper-button-next:hover { background: #fff url('/images/main/ban_right_ov.png') right center no-repeat; }
*/


/* Footer */
footer { width: 100%; background: #363636; padding: 35px 0;}
.footer_wrap { width: 1200px; margin: 0 auto; position: relative; overflow: hidden; color: #888888; font-size: 14px;  display: flex; justify-content: space-between; align-items: center; }
.footer_wrap .footer_txt { color: #888888; font-size: 14px; }
.footer_wrap .footer_terms a { display: inline-block; line-height: 35px; text-align: center; width: 140px; color: #777; border: 1px solid #7c7c7c; margin-left: -5px; transition:0.3s; font-size: 13px;}
.footer_wrap .footer_terms a:hover { color: #fff; border: 1px solid #fff; position: relative; z-index: 1; }


/**** sVisual ****/
.sVisual { width:100%; height: 390px; background: url('/images/sub/sVisu_03.jpg') 0 0 no-repeat; background-size:cover; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center; position: relative; font-size: 40px; font-weight: 700;text-shadow: 1px 1px 5px rgba(0,0,0,0.8); line-height: 130%; color: #fff; position: relative; padding-top: 124px;}

.snb_box {width:100%; background: #252525 ; text-align: center; }
.snb { width: 1200px; text-align: center; margin: 0 auto; overflow: hidden; text-align: center;}
.snb > li { display: inline-block; }
.snb > li > a { width: 100%; line-height: 55px; text-align: center; font-size: 18px; display: block; color: #fff;text-decoration: none; box-sizing: border-box; background: url(/images/sub/snbLine.jpg) center right no-repeat; padding: 0 30px; }
.snb > li:last-child > a { background: 0; }
.snb > li.on > a, .snb > li > a:hover { background: url('/images/sub/snb_polygon.png') bottom center no-repeat; color: #72d7fc;}


/**** sContainer ****/
.sContainer { width: 100%; height: 100%; margin: 0 auto 50px; overflow: hidden; }
.sContainer .title { width: 1200px; margin: 0 auto; text-align:center; display:block; padding: 50px 0; border-bottom: 1px solid #e4e4e4; margin-bottom: 50px; }
.sContainer .title h2 {font-size:39px; color:#111; font-weight:700; letter-spacing:-0.5px; line-height:100%; display:block; text-align:center;}
.sContainer .title .location { display:inline-block; margin-top: 10px; }
.sContainer .title .location > li {height:30px; line-height:30px; letter-spacing:0px; padding:0 15px; float:left; color:#888; font-weight:400; background:url(/images/sub/locationDot.png) no-repeat left;}
.sContainer .title .location > li:first-child { background:none; }
.sContainer .title .location > li:first-child img { vertical-align: top; margin-top: 8px; }


/**** sContents ****/
.sContents { width: 1200px;  margin: 0 auto; min-height:400px; box-sizing: border-box; position: relative; text-align: justify; word-break:keep-all;}
.sContents h4 {font-size:30px; color:#111; font-weight:600; line-height:100%; margin: 50px 0 18px;}
.sContents h4:nth-child(1) { margin-top: 0; }
.sContents h5 { font-size: 23px; margin-bottom:10px; margin:40px 0 18px; font-weight: 500; background:url('/images/common/conTitle.jpg') no-repeat left 3px; padding-left: 30px; color: #2668b1;}
.boardTable + h5 { margin-top: 20px; }
.sContents .imgBox { margin-bottom: 20px; }

.sub_tab { width: 900px; margin: 0 auto 60px; overflow: hidden; border: 1px solid #d7d7d7; }
.sub_tab li { float: left; line-height: 45px; border-right: 1px solid #d7d7d7; text-align: center; }
.sub_tab li:last-child { border-right: 0; }
.sub_tab li:hover { color: #0f75bc; }
.sub_tab li.on { background: #595959; color: #fff; }
.sub_tab.s6 li { width: 16.66%; }
.sub_tab.s6 li a { display: block; width: 100%; height: 100%; }


/* ÀÎ»ç¸» */
.greeting_img01 img { width: 100%; margin-bottom: 55px;}
.greeting_title { color: #227abf; font-size: 24px; font-weight: 600; margin: 50px 0 20px;}
.greeting_name { font-size: 21px; color: #111; margin-top: 0px; font-weight: 400; text-align: right; float: left; margin: 40px 60px 20px 0 ;}
.greeting_name img:nth-child(1) { width: 180px; margin-bottom: 20px; }
.greeting_title01 { clear: both; }


/* ÇÐÈ¸ ¼Ò°³ */
.intro_title { text-align: center; }
.intro_title div { font-size:30px; color:#111; font-weight:600; line-height:100%; margin: 60px 0 55px; position: relative; overflow: hidden;} 
.intro_title div:before { content:''; width: 100%; height: 1px; background: #227abf; position: absolute; left: -800px; top: 0;bottom: 0; margin: auto 0;display: block;}
.intro_title div:after { content:''; width: 100%; height: 1px; background: #227abf; position: absolute; left: 800px; top: 0;bottom: 0; margin: auto 0;display: block;}
.intro_title span { color: #2668b1; }
.introduction { padding: 0 70px; } 
.introduction li { width: 31.2%; height: 240px; background: url('/images/sub/intro_bg.jpg') 0 0 repeat; float: left; margin-right: 33px; margin-bottom: 40px; border: 1px solid #227abf; padding: 0 28px; color: #fff; font-size: 18px; text-align: left; word-break:break-all; line-height: 140%; }
.introduction li:nth-child(3n) { margin-right: 0; }
.introduction li .intro_num { width: 61px; height: 61px; line-height: 61px; background: #fff; color: #227abf; font-size: 30px; font-weight: 500; text-align: center; margin-left: -28px; margin-bottom: 20px; }


/* À§Ä¡ ¹× ¿¬¶ôÃ³  */
.map_iframe { width: 100%; height: 370px;}
.map_list { padding: 25px 0; border-bottom: 1px solid #d4d4d4; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: center; }
.map_list.dotList li { margin-bottom: 0; }


/* Á¤°ü */
.rule {	 }
.rule > dt { height:40px; line-height:40px; text-align:center; color:#333; font-weight:400; background:#f3f3f3; clear: both; margin-top: 30px; margin-bottom: 15px;}
.rule > dd {background:none; }
.rule > dd > dl {display:inline-block;}
.rule > dd > dl > dt { color:#252525; font-weight:400; margin-top: 30px; margin-bottom: 5px}
.rule > dd > dl > dt:nth-child(1) { margin-top: 0px; }
.rule > dd > dl > dt > span.sect { display: block; margin-bottom: 5px; color: #0f75bc; }
.rule > dd > dl > dd > span {display:block; margin-bottom:5px; margin-bottom: 0;}
.rule .numList { margin-left: 20px; }
.rule .numList li { list-style-type: decimal !important; margin-left: 20px; }

.rule.criteria > dd > dl > dd > ul li { margin-left: 20px;}
.rule.criteria > dd > dl > dd > ul li .tableTitle { text-align: center; margin-top: 15px; margin-bottom: 10px; color: #111; }
.rule.criteria > dd > dl > dd.ruleBox { border: 1px solid #ddd; margin-top: 15px; padding: 25px; box-sizing: border-box;}
.rule.criteria > dd > dl > dd > ul.ml0 > li { margin-left: 0; margin-bottom: 5px; }

.ruleBtn_wrap { width: 100%; border: 5px solid #eee; padding: 20px 30px; margin-top: 40px; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: flex-start; }
.ruleBtn_wrap li { width: 100%; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: center; background: url('/images/sub/introduction_dot.jpg') bottom left repeat-x; padding: 5px 0;}
.ruleBtn_wrap div { padding: 5px 18px; color: #111; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center;}
.ruleBtn_wrap img { margin-right: 15px; vertical-align: top; }
.ruleBtn { background: linear-gradient(#fdfdfd, #f1f1f1); border: 1px solid #e8e8e8; padding: 7.5px 18px; font-size: 13px; font-weight: 400; cursor: pointer; transition:0.3s;}
.ruleBtn:hover { background: linear-gradient(#f1f1f1, #f1f1f1);}

.subGuide .down {width:360px !important; height: 55px; line-height: 30px; margin: 50px 0 0; border:3px solid #015bae; text-decoration:none !important; background: #015bae url('/images/sub/downBtn.png') no-repeat 82% 10px; display:inline-block; font-weight:500 !important; color: #fff; border-radius: 0; padding-right: 90px; font-size: 18px; }
.subGuide .down:hover {background-position:82% -97px; background-color:#015bae; color:#fff !important; border:3px solid #015bae;}
.subGuide .boardTable tr td:nth-child(1) { text-align: center; }

/* È¸¿ø°¡ÀÔ ¾È³» */
.mem_guide .boardTable tr td { word-break:keep-all; }
.mem_guide .payment_guide { font-size: 14px; }
.mem_guide .ruleBtn { padding: 7.5px 5px !important; }
.mem_guide .ruleBtn img { margin-right: 5px; vertical-align: top; }

@keyframes quick-img {
  16.65% {-webkit-transform: translateY(6px);transform: translateY(6px);}
  33.3% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
  49.95% {-webkit-transform: translateY(3px);transform: translateY(3px);}
  66.6% {-webkit-transform: translateY(-2px);transform: translateY(-2px);}
  83.25% {-webkit-transform: translateY(0px);transform: translateY(0px);}
  100% {-webkit-transform: translateY(0);transform: translateY(0);}
}


.policyTxt {word-break:keep-all; padding:30px;}
.policyTxt p.policyTitle {font-size:22px; color:#333; font-weight:600; margin-bottom:20px; padding:0 0 10px 30px; border-bottom:1px solid #ddd; background:url('../images/common/policyDot.gif') no-repeat left 10px;}
.policyClose > a {width:50px; height:30px; line-height:30px; text-align:center; background:#bbb; font-size:10px; font-weight:bold; color:#fff; position:absolute; top:35px; right:30px;}
.policyClose > a:hover {background:#999; text-decoration:none;}

.memberEdit_education { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-around; align-items: center; }
.memberEdit_education li { width: 32%; }

.mem_guide .dotList li { background: none; position: relative; }
.mem_guide .dotList li:before { content:'-'; position: absolute; left: 0; top: 0; }


.btn_over:before { display: block; content:''; width: 120%; height: 100%; position: absolute; left: 0; top: 0; background: #000; -webkit-transform-origin: right top; -ms-transform:translateX(-101%) skewX(-17.620001deg); transform: translateX(-101%) skewX(-17.620001deg); -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; transition: transform .55s cubic-bezier(.52, .08, .18, 1), -webkit-transform .55s cubic-bezier(.52, .08, .18, 1); }
.btn_over { display: inline-block; border: 1px solid #000; background: #fff; cursor: pointer; position: relative; overflow: hidden; transition: color .55s; text-align: center; border-radius: 20px; }
.btn_over:hover a { color: #fff; }
.btn_over:hover::before { background: #000; -webkit-transform:translateX(0) skewX(-17.62deg); -ms-transform:translateX(0px) skewX(-17.620001deg); transform: translateX(0px) skewX(-17.620001deg); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }
.btn_over a { display: block; width: 100%; height: 100%; position: relative; z-index: 100; transition: color .55s;}
