@charset "utf-8";
/**************************************************

	Global.css ( ver 1.0.3 )

**************************************************/
/**************************************************
	Public
**************************************************/
html{min-width: 320px; height:100%; overflow-x: hidden; padding-top:110px; box-sizing:Border-box; }
body {width:750px; height:100%; position:relative;  box-sizing:Border-box; display:block;   margin:0 auto;  padding-bottom:140px; overflow:hidden; overflow-Y:scroll;}
/* Table */
.table1{ width: 100%; }
.table1 tr > *{padding: 10px;border: 1px solid #ddd;}
.table1 thead th{background: #f7f7f7;}
.table1 tbody th{background: #f7f7f7;}
.table1 tbody td{  }

/* Tab */
.tab1{ margin-bottom: 40px; }
.tab1 > li{display: inline-block;background: #f7f7f7;}
.tab1 > li a{display: block;height: 40px;line-height: 40px;text-align: center;padding: 0 40px;border: 1px solid #f7f7f7;}
.tab1 > li.active a{background: #fff;color: #000;border-color: #333;}

/* Button */
.btnWrap{ margin-top: 30px; }
.btnWrap > *{margin: 0 2px;}
.btn1{ display: inline-block;background: #333;border: 1px solid #333;color: #fff !important;height: 35px;line-height: 35px;padding: 0 20px;font-size: 14px;box-sizing: border-box; }
.btn1.small{ height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px; }
.btn2{ display: inline-block;background: #fff;border: 1px solid #ddd;color: #000 !important;height: 35px;line-height: 35px;padding: 0 20px;font-size: 14px;box-sizing: border-box; }
.btn2.small{ height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px; }

/**************************
	Site Layer Popup
**************************/
.sp-pop{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.15);border-radius: 3px;overflow: hidden;}
.sp-pop:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);}
.sp-pop .img{position: relative;min-height: 100px;}
.sp-pop .img img{max-width:100%;}
.sp-pop .btns{position: absolute;bottom: 0;left: 0;width: 100%;white-space: nowrap;background: #f7f7f7;}
.sp-pop .btns li{position: relative;display: inline-block;vertical-align: top;width: 50%;}
.sp-pop .btns li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);border-width: 1px 1px 1px 0;}
.sp-pop .btns li:first-child:before{border-left-width: 1px;}
.sp-pop .btns li a,
.sp-pop .btns li label{position: relative;display: block;text-align: center;line-height: 32px;text-align: center;font-size: 11px;color: #666;letter-spacing: -1px;z-index: 3;text-decoration: none;font-family: dotum;}
.sp-pop .btns li label input{display: none;}
.sp-pop .btns.len3 li{width: 33.33%;}

/**************************
	Paging
**************************/
.paging{text-align: center;margin-top: 30px;font-family: empty;font-size: 0;}
.paging a{display: inline-block;vertical-align: top;margin: 0;margin-right: -1px;position: relative;width: 35px;height: 35px;line-height: 35px;text-align: center;background: #f9f9f9;border: 1px solid #ddd;color: #999999;font-size: 12px;text-decoration: none;box-sizing: border-box;font-family: tahoma, arial, axicon;}
.paging a:first-child{border-radius: 5px 0 0 5px !important;}
.paging a:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;line-height: 35px;text-align: center;font-size: 15px;text-indent: 0;}
.paging a:last-child{border-radius: 0 5px 5px 0 !important;}
.paging a.active{background: #ffffff;color: #333333;font-weight: 600;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: none;font-size: 15px;color: #666666;text-indent: -999em;}
.paging a.first:after{content: '\f100';text-indent: 0;}
.paging a.prev:after{content: '\f104';}
.paging a.next:after{content: '\f105';}
.paging a.last:after{content: '\f101';}

/**************************************************
	Layout
**************************************************/
#header{position:fixed; z-index:5; top:0; left:50%;background:#fff;  transform:translateX(-50%); width:750px; box-sizing:border-box; padding:0 30px; z-index: 90; border-bottom:1px solid #ddd;}
#header .inner{position: relative;width: 100%;  height: 110px;margin: 0 auto; z-index:3;}
#header .logo{position: absolute;top: 0;left: 50%; width:calc(100% - 120px);transform:translateX(-50%);height: 100%;  z-index: 3; text-align:center;}
#header .logo a { font-size:34px; font-weight:600; color:#333; line-height: 110px; text-align:center;}
#header  .hd_btn { z-index: 3; width:140px; line-height:44px; position:absolute; top:33px; right:0px; background:#853b36; border-radius:36px; color:#fff; font-size:22px; text-align:center; }


#header .inner .backbtn {position:absolute; top:50%; left:0; transform:translateY(-50%); border:0; background:none; text-align:left; }
#header .inner .backbtn  i { font-size:60px; color:#333;}



.menu {width:100%; z-index:5; max-width:750px; position:fixed; bottom:0; left:50%; transform:translateX(-50%);padding-top:30px; overflow:hidden; }
.menu ul {width:100%; position:relative;  background:#fff; }
.menu ul:after {display:block; content:''; clear:both;}
.menu ul:before {position:absolute; content:''; bottom:0; left:0; z-index:-1; width:100%; height:140px; box-shadow:0 -12px 15px 7px rgba(0,0,0,0.05);}
.menu li {display:inline-block; width:20%; text-align:center; position:relative;}
.menu li:after {position:absolute; content:''; width:1px; height:calc(100% - 60px); top:30px; right:0; background:#e5e5e5; }
.menu li:last-child:after {display:none;}
.menu li a {display:block; color:#222; font-size:21px;line-height:28px; font-weight:500; box-sizing:border-box;  padding:82px 0 30px;}
.menu li.active a {color:#fff;}
.menu li.active:after {display:none;}
.menu li.menu_1 { background:url('/m/images/menu_1.png') top 30px center no-repeat; }
.menu li.menu_1.active { background:url('/m/images/menu_1_on.png') top 30px center no-repeat, #7a123b; }
.menu li.menu_2 { background:url('/m/images/menu_2.png') top 30px center no-repeat; }
.menu li.menu_2.active { background:url('/m/images/menu_2_on.png') top 30px center no-repeat, #7a123b; }
.menu li.menu_3 { background:url('/m/images/menu_3.png') top 30px center no-repeat; }
.menu li.menu_3.active { background:url('/m/images/menu_3_on.png') top 30px center no-repeat, #7a123b; }
.menu li.menu_4 { background:url('/m/images/menu_4.png') top 30px center no-repeat; }
.menu li.menu_4.active { background:url('/m/images/menu_4_on.png') top 30px center no-repeat, #7a123b; }
.menu li.menu_5 { background:url('/m/images/menu_5.png') top 30px center no-repeat; }
.menu li.menu_5.active { background:url('/m/images/menu_5_on.png') top 30px center no-repeat, #7a123b; }


#sns-ico{margin-top: 20px;}
#sns-ico li{display: inline-block;margin-right: 5px;}

#gotop{position: absolute;top: 18px;right: 0;display: block;background: url('/images/layout/top_btn.png') no-repeat center center;width: 48px;height: 48px;text-indent: -999em;}

.f_call {position:absolute; display:inline-block; right:80px; top:25px;}
.f_call b {line-height:35px; font-size:16px; color:#fff; margin-right:10px; font-weight:normal;}
.f_call a {font-size:22px; line-height:35px; color:#fff; font-weight:600;}

#fnb > li{display: inline-block;margin-right:30px;}
#fnb > li:first-child{padding-left: 0;background: none;}
#fnb > li a{font-size: 14px;color: #fff;letter-spacing: -1px;line-height:85px;}

#ft-fam{position: absolute;top: 50%; transform:translateY(-50%); right: 0;width: 180px; }
#ft-fam > a{display: block;line-height: 20px;padding-bottom:7px; padding-right:20px; border-bottom:3px solid #fff; font-size: 14px;color: #fff; font-weight:normal; font-family: 'Open Sans';text-decoration: none;background: url('/images/layout/ft-family-spr2.png') no-repeat top 5px right;}
#ft-fam ul{position: absolute;bottom: 30px;left: 0;display: none;width: 100%;padding: 5px 15px;background: #444444;box-sizing: border-box;}
#ft-fam ul li{border-top: 1px solid #575757;}
#ft-fam ul li:first-child{border-top: none;}
#ft-fam ul li a{display: block;line-height: 35px;color: #f7f7f7;text-align: center;}
#ft-fam:hover ul{display: block;}

#slide-btn{text-indent: -999em;width: 26px;height: 21px;position: absolute;top: 34px;right: 0;}
#slide-btn button{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: none;cursor: pointer;outline: none;}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after{border-radius: 2px;overflow: hidden;position: absolute;left: 0;width: 100%;height: 3px;background: #fff;}
#slide-btn button span{display: block;top: 50%;margin-top: -2px;opacity: 1;transition: all 0.3s;}
#slide-btn button:before{content: '';display: block;top: 0;transition: all 0.3s;}
#slide-btn button:after{content: '';display: block;bottom: 0;transition: all 0.3s;}
#slide-btn button.on span{opacity: 0;}
#slide-btn button.on:before{top: 50%;margin-top: -1px;transform: rotate(45deg);}
#slide-btn button.on:after{bottom: 50%;margin-bottom: -1px;transform: rotate(-45deg);}

#slide-bg{display: none;}

#slide-menu{display: none;}

/**************************************************
	Ajax Popup
**************************************************/
#popup{position: fixed;top: 50%;left: 50%;width: 600px;height: 500px;margin-top: -250px;margin-left: -300px;padding-top: 46px;z-index: 301;background: #fff;border-radius: 5px;overflow: hidden;box-sizing: border-box;opacity: 0;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#popup .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 45px;background: #f7f7f7;padding: 0 15px;border-bottom: 1px solid #ddd;box-sizing: border-box;}
#popup .pop-tit h3{font-size: 15px;color: #000;font-weight: 500;line-height: 45px;}
#popup .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 44px;height: 44px;line-height: 44px;text-align: center;font-size: 16px;color: #666;background: #eee;border-left: 1px solid #ddd;}
#popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
#popup.on{opacity: 1;}
#popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
#popupBG.on{opacity: 1;}

/* sitemap */
#popup .sitemap{ text-align: center; }
#popup .sitemap > li{display: inline-block;width: 32%;vertical-align: top;margin-bottom: 10px;}
#popup .sitemap > li > a{display: block;text-align: center;font-size: 14px;letter-spacing: -1px;background: #f7f7f7;font-weight: 500;line-height: 40px;border-radius: 3px;}
#popup .sitemap > li ul li{border-top: 1px solid #f7f7f7;text-align: left;}
#popup .sitemap > li ul li:first-child{border-top: none;}
#popup .sitemap > li ul li a{display: block;font-size: 13px;color: #333;line-height: 18px;padding: 10px 0;text-align: center;}

/**************************************************
	Main
**************************************************/


.main {width:100%; height:100%;}

.zero_img {width:100%; text-align:center; position:absolute; top:50%; left:0; transform:translateY(-50%); margin-top:-55px; }

.tabs {width:100%; box-sizing:border-box; padding:30px; box-shadow:0 5px 10px 8px rgba(0,0,0,0.07);}
.tabs:after {display:block; content:''; clear:both;}
.tabs li {width:33.333%; display:inline-block; box-sizing:border-box;cursor:pointer; border:1px solid #ddd; border-left:0; text-align:center; font-size:22px; line-height:70px; font-weight:500; color:#888}
.tabs li:first-child {border-left:1px solid #ddd;}
.tabs li.active {border-color:#7a123b; background:#7a123b;}
.tabs li.active a { color:#fff;}

.course_cont {height:100%;}
.course_box {width:100%; min-height:100px; box-sizing:border-box; padding:40px 30px;}






/**************************************************
	Sub
**************************************************/
#sub{  }
#sub #content{ position: relative;width: 1300px;margin: 0 auto;padding: 80px 0; box-sizing:border-box; }

#sub #content > *{}
#sub .sub-vis{position: relative;height: 460px;overflow: hidden;text-align: center;background-position: center center;background-size: cover;}
#sub .sub-vis:before{position: relative;content: '';display: inline-block;vertical-align: middle;width: 0;height: 100%;}
#sub .sub-vis h2{display: inline-block;vertical-align: middle;text-align: center;font-size: 50px;color: #fff; font-family: 'Noto Serif'; font-weight:800; letter-spacing: -1px;z-index: 2; margin-top:90px;}
#sub .sub-vis h2 em{display: block;margin-top: 10px;font-style: normal;font-size: 18px;font-weight: normal;}

#sub .sub-tit{position: relative; margin-bottom:50px; }
#sub .sub-tit h3{ font-size: 40px;color: #222; font-weight:500; text-align:center; }

.lnbWrap{background: #666666;}
#lnb{width: 1300px;margin: 0 auto;}
#lnb > li{display: inline-block;vertical-align: top;border-right: 1px solid #999999;box-sizing: border-box;}
#lnb > li:first-child{border-left: 1px solid #999999;}
#lnb > li a{display: block;line-height: 50px;font-size: 15px;text-decoration: none;text-align: center;color: #fff;}
#lnb > li.active a{background: #fff;color: #000;}

#status{position: absolute;bottom: 20px;right: 0;}
#status > ul > li{display: inline-block;}
#status > ul > li .spr{display: inline-block;vertical-align: middle;margin: 0 10px;color: #999;font-size: 11px;line-height: 11px;}
#status > ul > li a{font-size: 13px;color: #999;text-decoration: none;}
#status > ul > li:last-child a{color: #000;}
#status > ul > li > ul{display: none;}

#navigator{border: 1px solid #ddd;border-width: 0 0 1px 0;}
#navigator > ul{width: 1300px;position: relative;margin: 0 auto;border-left: 1px solid #ddd;box-sizing: border-box;background: #fff;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid #ddd;vertical-align: top;z-index: 89;}
#navigator > ul > li > a{display: block;min-width: 200px;font-size: 16px; color: #555;text-decoration: none;padding: 0 60px 0 15px;line-height: 55px;background: url('/images/layout/arrow_2.png') no-repeat 95% center;}
#navigator > ul > li:first-child a{min-width: 0;width: 55px;text-align: center;padding: 0;background: #853b36;color: #fff;font-size: 20px;}
#navigator > ul > li > ul{position: absolute;top: 55px;left: -1px;width: 100%;border: 1px solid #ddd;visibility: hidden;opacity: 0;transition: all 0.2s;}
#navigator > ul > li > ul li a{display: block;padding: 12px 15px;font-size: 15px;border-top: 1px solid #ddd;text-decoration: none;transition: all 0.3s;}
#navigator > ul > li > ul li:first-child a{border-top: none;}
#navigator > ul > li > ul li:hover a{background: #f7f7f7;}
#navigator > ul > li.on > ul{background: #fff;visibility: visible;opacity: 1;}
#navigator > ul > li > ul li.hidden-gnb{display: none;}





/** 코스안내 **/
.course {width:100%;box-sizing:border-box; padding:30px;}
.course .cont_1 {margin-top:50px; width:100%;}
.course .cont_1 h3 {font-size:38px; line-height:42px; color:#222; text-align:center; font-weight:600;}
.course .cont_1 p {font-size:26px; line-height:42px; margin-top:20px; color:#555; text-align:center;}
.course .cont_1 .img {margin-top:50px; position:relative; text-align:center;}
.course .cont_1 .img:after {position:absolute; content:''; width:100%; height:100%; top:0; left:0; border:8px solid #eee; box-sizing:border-box;}


.course .cont_2 {margin:80px 0; width:100%;}
.tabs2 {width:100%; box-sizing:border-box; }
.tabs2:after {display:block; content:''; clear:both;}
.tabs2 li {width:25%; display:inline-block; vertical-align:top; box-sizing:border-box; cursor:pointer;}
.tabs2.w3 li {width:33.333%;}
.tabs2 li a {display:block; border-bottom:1px solid #ddd; border-right:1px solid #ddd; box-sizing:Border-box; text-align:center; font-size:20px; line-height:70px; font-weight:500; color:#888}
.tabs2 li:nth-child(1),.tabs2 li:nth-child(5) {border-left:1px solid #ddd;}
.tabs2 li:nth-child(-n+4) a {border-top:1px solid #ddd;}
.tabs2 li.active a {border-color:#7a123b; background:#7a123b; color:#fff;}

.ajax_cont {margin-top:30px;}
.course_map {width:100%; min-height:200px;  height:600px; background:#f7f7f7; }

a.course_btn { display:block; z-index: 3; width:400px; margin:20px auto 0; line-height:50px; background:#853b36; border-radius:36px; color:#fff; font-size:22px; text-align:center; }

.course_info {width:100%; margin-top:40px;}
.course_info ul{width:100%;  border-top:2px solid #333;}
.course_info ul li {width:100%;  padding:40px 0; position:relative; border-bottom:1px solid #ddd;}
.course_info ul li:after {display:block; content:''; clear:both;}
.course_info ul li .img {width:200px; float:left; }
.course_info ul li .txt {padding-top:30px; width:calc(100% - 200px); float:left; box-sizing:border-box; padding-left:40px;}
.course_info ul li .txt strong {display:block; font-size:22px; line-height:32px; color:#333; font-weight:600;}
.course_info ul li .txt p {margin-top:15px; font-size:15px; line-height:26px; color:#666; font-weight:300;}





/*** 마이페이지 ***/
.mypage {box-sizing:border-box; padding:30px;}

.my_1 {border:8px solid #eee; box-sizing:border-box; padding:50px; }
.my_1 .my_1_tit {position:Relative; box-sizing:border-box; padding-right:230px; padding-bottom:20px; border-bottom:1px solid #ddd;}
.my_1 .my_1_tit h3 {line-height:56px; font-size:27px; font-weight:500; color:#333; }
.my_1 .profile {margin-top:50px; text-align:center;}
.my_1 .profile strong {display:block; font-size:36px; line-height:46px; color:#333; font-weight:normal;}
.my_1 .profile strong b {font-weight:600;}
.my_1 .profile a {display:block; margin:20px auto 0; width:240px; border:3px solid #ddd; line-height:54px; border-radius:60px; font-size:24px; font-weight:300; color:#333; }
.my_1 .profile a i {font-size:22px; color:#666; font-weight:normal;}


.on_off {position:absolute; top:0; right:0;}
.switch {  position: relative; display: inline-block;  width: 225px;  height: 56px;  overflow:hidden;}
.switch input {  width: 100%;  background:none;  border:none;  height: 100%;  margin:0;  position:relative; cursor:pointer;}

/* The slider */
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; -webkit-transition: .4s; transition: .4s; background:#f2f2f2; border-radius:56px;}
.slider:before { position: absolute; content: ""; height: 42px; width: 100px; left: 8px; bottom: 7px; background-color: #7a123b; -webkit-transition: .4s; transition: .4s; border-radius:42px;}

.switch input:checked + .slider:before {-webkit-transform: translateX(108px);-ms-transform: translateX(108px);transform: translateX(108px);}
.switch input:after {position:absolute; content:'ON'; z-index:2; top:0; line-height:56px; width:100px; left:8px; text-align:center; font-size:20px; font-style:normal; color:#fff; font-weight:500;}
.switch input:before {position:absolute; content:'OFF'; z-index:2; top:0; line-height:56px; width:100px; right:8px; text-align:center; font-size:20px; font-style:normal; color:#888; font-weight:500;}
.switch input:checked:after {transition-delay: 250ms; transition:all 0.3s; color:#888;}
.switch input:checked:before {transition-delay: 250ms; transition:all 0.3s; color:#fff;}

.my_2 {width:100%; margin-top:40px; }
.my_3 {width:100%; margin-top:40px; }
.my_3 ul {width:100%;}
.my_3 ul:after {display:block; content:''; clear:both;}
.my_3 ul li {width:calc(50% - 10px); margin-right:20px; margin-top:20px; float:left;0}
.my_3 ul li:nth-child(-n+2) {margin-top:0;}
.my_3 ul li:nth-child(2n) {margin-right:0;}
.my_3 ul li a {display:block; box-sizing:border-box; line-height:78px; border:1px solid #ddd; padding:0 30px; border-radius:5px; font-size:24px; color:#333; font-weight:300; position:relative;}
.my_3 ul li a i {position:absolute; line-height:78px; top:0; right:30px; color:#666; font-size:18px; font-weight:normal;}
.my_4 {width:100%; margin-top:40px; }


.mypage .btntype_1 {display:block; border-radius:5px; text-align:center; line-height:80px; font-size:24px; font-weight:500; color:#fff; background:#7a123b; }
.mypage .btntype_2 {display:block; margin-top:15px; border-radius:5px; text-align:center; line-height:80px; font-size:24px; font-weight:500; color:#fff; background:#333;}
.mypage .btntype_3 {display:block; border-radius:5px; box-sizing:border-box; text-align:center; line-height:78px; font-size:24px; font-weight:500; color:#333; background:#fff; border:1px solid #4c4c4c;}
.mypage .btntype_3 i {font-size:28px; color:#666; font-weight:normal;}
.mypage .btntype_4 {display:block; margin-top:15px; border-radius:5px; text-align:center; line-height:80px; font-size:24px; font-weight:500; color:#fff; background:#888;}



/** 활동기록 **/
.activity {width:100%; box-sizing:border-box; padding:30px;}
.activity .cont_1 {width:100%;}
.activity .cont_1 h4 {width:100%; border-radius:5px; padding:0 30px; box-sizing:border-box; font-size:30px; color:#fff; font-weight:600; line-height:80px; background:#888; }

.activity .cont_2 {margin-top:40px; width:100%;}
.activity .cont_2 h4 {width:100%; border-radius:5px; padding:0 30px; box-sizing:border-box; font-size:30px; color:#fff; font-weight:600; line-height:80px; background:#333; }

.activity .box {margin-top:20px; border:1px solid #ddd; padding:40px 50px; background:#fff; border-radius:5px; box-shadow:0 0 10px rgba(0,0,0,0.1);}
.activity .box .box_tit { padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd; padding-left:95px; position:relative; box-sizing:border-box; font-size:24px; color:#333; font-weight:300; line-height:40px; }
.activity .box .box_tit b {position:absolute; top:0; left:0; width:80px; line-height:40px; border-radius:40px; top:0; left:0; text-align:center; font-size:20px; font-weight:500; color:#fff; background:#999;}
.activity .box .box_tit b.end {background:#7a123b;}
.activity .box .box_tit a {font-size:24px; font-weight:300; color:#333; line-height:40px; position:absolute; top:0; right:0;}
.activity .box .box_tit a i {font-size:18px; line-height:40px; margin-left:10px; }
.activity .box .info {width:100%; box-sizing:border-box; padding-right:120px; position:relative;}
.activity .box .info strong {display:block; font-size:28px; line-height:32px; color:#333; font-weight:600; margin-bottom:15px;}
.activity .box .info p {box-sizing:border-box; padding-left:15px; position:relative; font-size:23px; line-height:42px; color:#555; font-weight:300;}
.activity .box .info p:after {position:absolute; content:''; width:4px; height:4px; top:19px; left:0; border-radius:50%; background:#555; }

.activity .cont_2 .box .info:after {position:absolute;  top:50%; right:0; transform:translateY(-50%); content:'완료'; background:#fff; box-sizing:border-box; width:110px; border:5px solid #7a123b; z-index:1; line-height:100px; font-size:30px; font-weight:600; text-align:center; color:#7a123b; border-radius:50%;}
.activity .cont_2 .box .info:before {position:absolute; content:''; width:90px; height:90px; border-radius:50%; box-sizing:border-box; border:2px solid #af7189; top:50%; right:10px; transform:translateY(-50%); z-index:2;}


/** 마이페이지 인증서 다운로드 **/
.certifi {box-sizing:border-box; width:100%; padding:30px; }
.certifi .contbody {border:8px solid #eee; box-sizing:Border-box; padding:70px 50px; background:url('/m/images/certification_img.png') center center no-repeat;}
.certifi .contbody .tit {font-size:44px; line-height:50px; color:#333; font-weight:600; text-align:center;}
.certifi .contbody .box_1 {margin-top:40px; width:100%; box-sizing:border-box; border:1px solid #ddd; padding:20px 30px; }
.certifi .contbody .box_1 p {position:relative; box-sizing:border-box; padding-left:100px; font-size:22px; line-height:42px; color:#666; font-weight:300;}
.certifi .contbody .box_1 p b {position:absolute; top:0; left:0; font-size:22px; line-height:42px; font-weight:500; color:#333;}

.certifi .contbody .box_2 {width:100%; margin-top:30px;}
.certifi .contbody .box_2 .table_1 {width:100%; }
.certifi .contbody .box_2 .table_1 table {width:100%; border-top:2px solid #333;}
.certifi .contbody .box_2 .table_1 table th {width:160px; border-right:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; line-height:30px; padding:25px 0; font-size:21px; font-weight:500; color:#333; }
.certifi .contbody .box_2 .table_1 table td {border-bottom:1px solid #ddd; padding:25px 30px; text-align:left; font-size:21px; line-height:30px; color:#555; font-weight:300; }

.certifi .contbody .box_3 {width:100%; margin-top:25px; background:#f5f5f5; box-sizing:border-box; padding:20px 30px;}
.certifi .contbody .box_3 p { text-align:center; font-size:20px; line-height:32px; color:#555; font-weight:300;}

.certifi .btn_body {width:100%; margin-top:50px; text-align:center;}
.certifi .btn_body .btn_1 {display:inline-block; width:210px; line-height:70px; margin:0 5px; border:0; border-radius:5px; font-size:24px; color:#fff; background:#333; }
.certifi .btn_body .btn_2 {display:inline-block; width:210px; line-height:68px; margin:0 5px; border-radius:5px; font-size:24px; color:#333; border:1px solid #333; }




/** 체험하기 **/
.experience {position:relative; width:100%; margin-top:50px;box-sizing:border-box; padding:30px;}
.experience .tit {font-size:38px; line-height:42px; color:#222; text-align:center;}
.experience .cont {margin-top:40px; width:100%; position:relative; background:#f7f7f7; min-height:300px;}
.experience .cont .map {width:100%;}
.experience .cont .info_1 {position:absolute; width:calc(100% - 60px); top:30px; left:30px;  border-radius:5px; padding:15px 30px; box-sizing:border-box; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.08);}
.experience .cont .info_1:after {display:block; content:''; clear:both;}
.experience .cont .info_1 .left {width:50%; float:left; box-sizing:border-box; padding-left:120px; padding-right:30px; position:relative; line-height:50px; text-align:right; font-size:26px; color:#333; font-weight:500;}
.experience .cont .info_1 .left:after {position:absolute; content:''; width:1px; height:24px; top:13px; right:0; background:#ddd;}
.experience .cont .info_1 .left strong {position:absolute; top:0; left:0; text-align:left; font-size:26px; line-height:50px; color:#888; font-weight:500;}
.experience .cont .info_1 .right {width:50%; float:left; box-sizing:border-box; padding-left:150px; position:relative; line-height:50px; text-align:right; font-size:26px; color:#333; font-weight:500;}
.experience .cont .info_1 .right strong {position:absolute; top:0; left:30px; text-align:left; font-size:26px; line-height:50px; color:#888; font-weight:500;}

.experience .cont .info_2 {position:absolute; width:calc(100% - 60px); bottom:30px; left:30px; padding:15px 30px; border-radius:5px; box-sizing:border-box; background:#7a123b; box-shadow:0 0 5px rgba(0,0,0,0.08);}
.experience .cont .info_2:after {display:block; content:''; clear:both;}
.experience .cont .info_2 .pause {width:50%; float:left; position:relative; line-height:50px; text-align:center; color:#fff; font-size:24px; font-weight:500;}
.experience .cont .info_2 .pause:after {position:absolute; content:''; width:1px; height:24px; top:13px; right:0; background:#fff;}
.experience .cont .info_2 .reset {width:50%; float:left; line-height:50px; text-align:center; color:#fff; font-size:24px; font-weight:500;}



/** 둘러보기 **/
.look {position:relative; width:100%; margin-top:50px; box-sizing:border-box; padding:30px;}
.look .tit {font-size:38px; line-height:42px; color:#222; text-align:center;}
.look .tit2 {font-size:24px; line-height:32px; color:#222; box-sizing:border-box; padding-left:50px; position:relative;}
.look .tit2 a {position:absolute; top:0; left:0;}
.look .tit2 a i {  font-size:38px; color:#222;line-height:32px;     vertical-align: text-bottom;}

.search {width:100%; z-index: 91; position:relative; margin-top:50px;}
.search form{ width: 100%; box-sizing:border-box; padding-right: 45px; border-radius: 80px;overflow: hidden;background: #f2f2f2;}
.search legend{display: none;}
.search .inp{width: 100%;height: 80px;line-height: 80px; box-sizing:border-box;padding:0 45px; text-indent: 10px;background: none;border: none;}
.search .sbm{position: absolute;top: 0;right: 0;width:90px;height:80px;background:url('/m/images/search_img.png') no-repeat center center;border: none;text-indent: -999em;}
.search.on form{display: block;}

.recommend {width:100%; box-sizing:border-box; padding:50px; border:8px solid #eee; margin-top:50px; box-shadow:0 0 10px 3px rgba(0,0,0,0.08);}
.recommend strong {display:block; padding-bottom:15px; border-bottom:1px solid #ddd; margin-bottom:10px; font-size:30px; line-height:30px; font-weight:500; color:#333;}
.recommend a {margin:5px 5px 5px 0; display:inline-block; padding:0 30px; line-height:54px; border:2px solid #ddd; border-radius:56px; font-size:22px; color:#444; font-weight:300; }

.look ul{width:100%; }
.look ul li {width:100%;  padding:40px; box-sizing:border-box; border-radius:5px; position:relative; border:1px solid #ddd; margin-top:30px; box-shadow:0 0 10px 3px rgba(0,0,0,0.08);}
.look ul li:after {display:block; content:''; clear:both;}
.look ul li .img {width:200px; float:left; }
.look ul li .txt {padding-top:30px; width:calc(100% - 200px); float:left; box-sizing:border-box; padding-left:40px;}
.look ul li .txt strong {display:block; font-size:22px; line-height:32px; color:#333; font-weight:600;}
.look ul li .txt p {margin-top:15px; font-size:15px; line-height:26px; color:#666; font-weight:300;}


.board {position:relative; width:100%; margin-top:50px; box-sizing:border-box; padding:30px;}
.board .tit {font-size:38px; line-height:42px; color:#222; text-align:center; margin-bottom:40px;}


/** 둘러보기 상세 **/
.viewpa {position:relative; width:100%; margin-top:50px; box-sizing:border-box; padding:30px;}
.viewpa .tit {font-size:38px; line-height:42px; color:#222; text-align:center;}
.viewpa .tit2 {font-size:24px; line-height:32px; color:#222; box-sizing:border-box; padding-left:50px; position:relative;}
.viewpa .tit2 a {position:absolute; top:0; left:0;}
.viewpa .tit2 a i {  font-size:38px; color:#222;line-height:32px;     vertical-align: text-bottom;}

.viewpa .img {width:100%; margin-top:30px;}
.viewpa .txt { margin-top:30px; font-size:15px; line-height:26px; color:#666; font-weight:300;}




