/********************************************************
* Sub Page
*********************************************************/
.del{color: #646464; font-weight: 400;}
#container{position: relative; top: 91px;}

/* Common */
.sub-visual {position:relative; height:250px; transition:height .3s; width:100%;}
.sub-visual__bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.sub-visual__img {height:100%; background-size:cover!important; animation:visualAnimation forwards linear 1s; background: url(../images/sub/sub_top.jpg) no-repeat;}
@keyframes visualAnimation {0%{transform:scale(1.02);} 100%{transform:scale(1);}}

.inner.title_wrap{position: relative; width: 100%; background: url(../images/sub/pattern.png)repeat-x left bottom; text-align: left; padding: 0 0 20px; display: inline-block; margin-bottom: 50px;}
.inner.title_wrap > h2 {float: left; line-height: 1.3; font-size: 30px; color: #222; font-weight: 700;}
.sub-bread-nav-wrap{display: block; float: right; margin: 10px 0 0 20px;}
.sub-bread-nav-wrap ul{display: inline-block; position: relative;}
.sub-bread-nav-wrap ul:after{display: block; clear: both; visibility: hidden;content: '';}
.sub-bread-nav-wrap ul li{float: left; position: relative; line-height: 24px; color: #494949;}
.sub-bread-nav-wrap ul li:not(:last-child):after{display: inline-block; content: ''; margin: 10px 10px 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-left: 5px solid #c5c5c5; vertical-align: top;}
.sub-bread-nav-wrap ul li a{display: inline-block; position: relative; line-height: 25px; vertical-align: top; font-size: 15px;}
.sub-bread-nav-wrap ul li.sub-bread-nav__home a{width: 16px; height: 17px; margin: 4px 0 0; font-size: 0; background: url(../images/sub/home.png) no-repeat;}


.sub-content{width: 1240px; margin: 0 auto; padding: 100px 0;}
.sub-content p{text-align: justify;}
.sub_tba{display: block; margin: 0 auto;}
.sub-content > h3.border{background: #000; color: #fff; padding: 10px 15px; border-radius: 20px 0 0 0; display: inline-block;}

h3.section-title {font-size: 25px;; line-height: 4rem; font-weight: 600; color: #000; letter-spacing: 0; word-break: keep-all; position: relative; clear:both; z-index: 0;}
h3.section-title font{font-size: 15px; font-weight: 300;}
h3.section-title:after{display:block; content:''; width: 20px; height: 20px; position:absolute; top:16px; left: -9px; background: #c5cbf5; border-radius:50%; z-index:-1;}


.pageLocation {width:100%; position:absolute; bottom:0;}
.pageLocation > div{max-width:1240px;margin: auto;}
.pageLocation > div ul{text-align:center;}
.pageLocation ul li{position: relative; float:left; font-size:14px;color:#fff; width:233px;}
.pageLocation ul li a{display:block;  padding:24px 0; background:#293ab1; border-left:1px solid rgba(255,255,255,.2);} 
.pageLocation ul li a.ThisPage{background:#e5660c;}
.pageLocation ul li:first-child a{border-radius:30px 0 0 0;}
.pageLocation .n1 > li{width:100%;} .pageLocation .n3 > li{width:33.333%;} .pageLocation .n4 > li{width:25%;} .pageLocation .n6 > li{width:16.6666666%;} .pageLocation .n7 > li{width:14.2857%;}

.pageLocation .line-h > a{padding: 13.5px 0;}

#footer{border-top: 1px solid #ddd; margin: 0; clear: both;}

/*TBA*/
.loading{text-align: center; margin: 100px 0;}
.loading h2{font-size: 50px;}
.loading span {
  display: inline-block;
  vertical-align: middle;
  width: .6em;
  height: .6em;
  margin: .19em;
  background: #007DB6;
  border-radius: .6em;
  animation: loading 1s infinite alternate;
}

/*
 * Dots Colors
 * Smarter targeting vs nth-of-type?
 */
.loading span:nth-of-type(2) {
  background: #008FB2;
  animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
  background: #009B9E;
  animation-delay: 0.4s;
}
.loading span:nth-of-type(4) {
  background: #00A77D;
  animation-delay: 0.6s;
}
.loading span:nth-of-type(5) {
  background: #00B247;
  animation-delay: 0.8s;
}
.loading span:nth-of-type(6) {
  background: #5AB027;
  animation-delay: 1.0s;
}
.loading span:nth-of-type(7) {
  background: #A0B61E;
  animation-delay: 1.2s;
}

/*
 * Animation keyframes
 * Use transition opacity instead of keyframes?
 */
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*daejeon*/
.divbox01 {color:#3e4151; font-size:15px; text-align:justify; line-height:23px; padding:20px 30px; margin:0px; background:#f8f8f8; display: flex; justify-content: space-between}
.divbox01 > div{width: 70%;}
.divbox01 > div h4{color: #293ab1;}
.divbox01 > img{width: 295px; height: 114px;}

/*visa*/
.tab1{display: table; table-layout: fixed; width: 100%; -webkit-transform: translateY(5px); transform: translateY(5px);}
.tab1 > li{display: table-cell; list-style: none; text-align: center; position: relative; overflow: hidden; cursor: pointer; background: #ffecde; border-bottom: 1px solid #e5660c; border-right: 1px solid #fff; font-size: 18px; color: #414141;}
.tab1 > li a{display:block; padding:22px;}
.tab1 > li > span{font-size: 14px; display: block;}
.tab1 > li a.active{color: #e5660c; font-weight: 600; border: 1px solid #e5660c; border-bottom: 1px solid #fff; background: #fff;}
.tab1 > li a.acNone{color: #000; cursor: text; background: #fdf2ef; border: 1px solid #fff; border-bottom: 1px solid #545454; padding: 20px 7px;}

.tab1 > li{padding: 0; border-bottom: 0; border-right: none;}
.tab1 > li > a{display: block; width: 100%; height: 100%; padding: 20px 20px 25px 20px; border-bottom: 1px solid #e5660c;}

.ul-style1 > li:first-child, .ul-style2 li:first-child, .ul-style3:first-child{margin: 0;}
.ul-style1, .ul-style3{list-style: none; padding: 0; margin: 0;}
.ul-style1 > li{position: relative; padding-left: 15px; margin-top: 8px;}
.ul-style1  > li::before{content: ''; position: absolute; top: 11px; left: 4px; width: 3px; height: 3px; background: #000;}

.ul-style1.ul33{display: flex; flex-wrap:wrap;}
.ul-style1.ul33 li{width: 33.333%; margin: 0;}

.ul-style2{list-style: decimal; padding: 0 0 0 20px; margin: 0;}
.ul-style2 li{list-style: decimal; margin-top: 8px;}

.ul-style3 > li{position: relative; padding-left: 15px; margin-top: 8px;}
.ul-style3  > li::before{content: ''; position: absolute; top: 11px; left: 4px; width: 5px; height: 1px; background: #000;}

p.check{position: relative; padding-left: 22px;}
p.check::before{content: '※'; position: absolute; top: 0; left: 0;}

.visaStpe{}
.visaStpe>li .step{font-size:18px; margin-bottom:10px; text-align:center;}
.visaStpe>li .box{padding:21px 15px; border-radius:20px; font-size:15px;}
.visaStpe>li:nth-child(odd) .box{border:3px solid #293ab1;}
.visaStpe>li:nth-child(even) .box{border:3px solid #e5660c;}
.visaStpe>li .box2{background:#f8f8f8; padding:10px 20px; border-radius:21px; font-size:14px;} 
.stepf{display:flex; gap:27px;}
.stepf>.box2{width:50%;}


/*useful*/
.aroundArea {overflow:hidden;}
.aroundInfoList {overflow:hidden;}
.aroundInfoList > li {overflow:hidden; float:left; width:49%; margin:2.5rem 0 2.5rem 2%;}
.aroundInfoList > li:nth-child(1), .aroundInfoList > li:nth-child(2) {margin-top:0;}
.aroundInfoList > li:nth-child(2n+1) {margin-left:0; clear:left;}
.aroundInfoList > li > div.arImg {float:left; width:40%;}
.aroundInfoList > li > div.arTxt {overflow:hidden; padding:0 0 0 30px;}
.aroundInfoList > li > div.arTxt > span {display:block; padding-bottom:15px; border-bottom:1px solid #ddd; font-size:17.5px; font-weight: 600; color:#293ab1; letter-spacing: -0.3px;}
.aroundInfoList > li > div.arTxt .arDetail {overflow:hidden; margin-top:15px; word-break:keep-all; word-wrap:break-word; text-align: justify;}
.aroundInfoList.tourList > li {width:100%; margin:4rem 0 0;}
.aroundInfoList.tourList > li:first-child {margin:0;}
.aroundInfoList.tourList > li > div.arImg {width:7%;}
.aroundInfoList.tourList > li > div.arTxt .arDetail {line-height:1.6;}

.mon_table td{padding: 18px 0; text-align: center; border-right: 1px dashed #e5e5e5;}
.mon_table td p{color: #666; line-height: 1.5;}


/*transportation*/
.accordion {width: 100%; margin: 0 auto; padding: 0;}
.accordion-item {position: relative; margin-bottom: 15px;}
.accordion-item.active .icon:after {width: 0;}
.accordion-item.active .heading{background: #fdf2ef;}
.accordion-item .heading {display: block; text-decoration: none; font-weight: 600; position: relative; padding: 9px 20px; transition: 0.3s ease-in-out;  border: 2px solid #f1592a; color: #f1592a; background: #fff;}
.accordion-item .heading .title{color: #f1592a !important; font-size: 16.5px;}
.accordion-item .heading .title span{float: right; margin-right: 21px; font-size: 13px;}
.accordion-item .heading .j_title{font-size: 15px; color: #ff863d; font-weight: 400;}

.accordion-item .icon {display: block; position: absolute; top: 50%; right: 0; width: 3rem; height: 3rem; border-radius: 3px; transform: translateY(-50%);}
.accordion-item .icon:before, .accordion-item .icon:after {content: ""; width: 1.25rem; height: 0.25rem; background: #f1592a; position: absolute; border-radius: 3px; left: 50%; top: 50%; transition: 0.3s ease-in-out; transform: translate(-50%, -50%);}
.accordion-item .icon:after {transform: translate(-50%, -50%) rotate(90deg); z-index: -1;}
.accordion-item .content {display: none; padding: 20px; font-size: 15px;}
.accordion-item .content p {margin-top: 0;}
.accordion-item .content > h4{font-size: 25px; font-weight: 400;}

h5.circle{font-family: 'Pretendard';position:relative;padding-left:30px; letter-spacing:-.5px; box-sizing:border-box;font-size:20px; font-weight:700; color:#333; line-height:1;}
h5.circle:before{width:20px; height:20px;top:50%; border-radius:50px; margin-top:-10px;left:0;content:'';background:rgba(49,129,202,.2);position:absolute;}
h5.circle:after{width:8px; height:8px;top:50%; border-radius:50px;margin-top:-4px;left:6px;background:#3181ca;content:'';position:absolute;}


.impor_tit{float:left; border: 5px #fceeef solid; border-bottom: 0; width: 21%; height: 42px; text-align: center; padding: 12px 0; box-sizing: border-box; color: #e74635; font-weight: 500; font-size: 16px; border-top-left-radius:15px; border-top-right-radius:15px;}
.impor_line{float:left; border-bottom: 5px #fceeef solid; width: 79%; height: 42px; color: #fff;}
.impor_text{clear:both; border: 5px #fceeef solid; border-top: 0; padding: 25px;}

.impor_box2 .impor_text{border: 5px #eef2fc solid; border-top: 0;}
.impor_box2 .impor_tit{color: #3543e7;  border: 5px #eef2fc solid; border-bottom: 0;}
.impor_box2 .impor_line{border-bottom: 5px #eef2fc solid;}


.regG_proc {font-size:0; margin:0 0 10px;}
.regG_proc li {display:inline-block; text-align: center;  width:19.02%; margin-right:15px; }
.regG_proc li:last-child {margin-right:0;}
.regG_proc li .step {font-size:18px; margin-bottom:10px}
.regG_proc li .box {border-radius:30px; position:relative; display:block; height:0; overflow:hidden; max-width:100%; padding-bottom:70%;}
.regG_proc li:nth-child(odd) .box {border:3px solid #293ab1}
.regG_proc li:nth-child(even) .box {border:3px solid #e5660c}
.regG_proc li .box > div {padding: 10px 15px; display: flex; align-items: center; flex-direction: column;}
.regG_proc .e{font-size: 14px; text-align: center;}

.regG_proc2 li{width: 24.08%;}
.regG_proc2 li .box{height: 140px; padding: 10px 20px;}

.dates_list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-align-items: stretch; align-items: stretch; -ms-align-cotent: stretch; align-content: stretch; flex-flow: nowrap;}
.dates_list > li { padding-right: 15px; }
.dates_list > li:last-child{padding-right: 0;}
.dates_list .inner { position: relative; text-align: right; padding: 1.25rem 0.875rem; background-color: #fff; box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.08); width: 14.75rem; height: 100%; border: 1px solid #dddddd; border-radius: 5px; min-height: 160px; }
.dates_list .inner.__ing { background-color: #f58108; color: #fff; }
.dates_list .inner.__ing .week { background-color: #fff; color: #e5660c; }
.dates_list .week { display: inline-block; background-color: #e5660c; color: #fff; position: relative; margin-bottom: 1.25rem; width: 100%; border-radius: 48px; padding: 23px; }
.dates_list .week > b { letter-spacing: -.025em; text-align: center; width: 100%; position: absolute; top: 50%; left: 0; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.dates_list .sche { text-align: center; font-size: 20px;}
.dates_list .sche .dates { display: block; margin-bottom: 0.3125rem; }


.pre_registaration_steps {margin:0 auto; width:100%; padding: 0; list-style: none; left: 0;}
.pre_registaration_steps:after {display:block; visibility: hidden; clear:both; content:'';}
.registration_steps {padding:30px 40px; width:100%; background-color:#fff; border-radius: 30px; box-shadow: 6px 8px 20px 0px rgba(0, 0, 0, 0.08); }
.registration_steps span{font-size: 13.5px; color: #6e6e6e;}
.registration_steps .steps_inbox{position: relative;}
.registration_steps .steps_inbox a.circle_btn{position: absolute; right: -54px; top: -54px; background: #f58108; border-radius: 50%; color: #fff; font-weight: 600; width: 130px; height: 130px; text-align: center; box-sizing: border-box; z-index: 9999999; padding-top: 30px;}

.acc_list, .acc_list > li{display: inline-block;}
.acc_list > li > div{float:left; width: auto; height: auto; margin-top: 10px;}
.acc_list li .imgs{width: 332px; height: 367px;}
.acc_list li .btn{width: 100%; margin-top: 10px; padding: 10px; font-size: 19px;}
.acc_list > li > div:last-child{width: 880px; height: auto; margin-left: 27px; float: left;}
.table_wrap{max-width: 100%;} .table_wrap th{border-bottom: 1px solid #CED5DB;}



.spon_wrap {width: 100%; display: inline-block;}
.spon_wrap ul{width: 100%; display: inline-block;}
.spon_wrap ul li{width: 235px; height: 150px; float: left; text-align: center; border-top: 3px solid #e5660c; border-bottom: 1px solid #e5660c; margin-right: 16px; position: relative; background: #f9f9f9;}
.spon_wrap ul li:nth-of-type(5n){margin-right: 0;}
.spon_wrap .overlay {position: absolute;bottom: 0;left: 0;right: 0;background-color: #000;overflow: hidden;width: 100%;height: 100%;transition: .5s ease;opacity: 0;top: 0;}
.spon_wrap a{width: 100%; height: 100%; display: block;}
.spon_wrap a:hover .overlay {opacity: 0.9;}
.text {color: #fff; font-size: 17px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; font-weight: 600; letter-spacing: 0.5px;}

.spon_wrap.bronze h3{color: #9f4300; font-size: 25px; position: relative; padding-left: 13px;}
.spon_wrap.bronze h3:before{content: ''; background: #9f4300; position: absolute; left: 0; top: 9px; width: 5px; height: 20px; border-radius: 30px;}
.spon_wrap.bronze ul li{border-top: 3px solid #9f4300; border-bottom: 1px solid #9f4300;}


.acc_table{width: 100%; border-top: 2px solid #f1592a; border-bottom: 1px solid #f1592a;}
.acc_table td{position: relative; height: 163px; padding: 0 30px;}
.acc_table td > img{position: absolute; top: 0; left: 0;}
.acc_table .accordion-item {position: relative; margin-bottom: 0;}
.acc_table .accordion-item .heading {text-decoration: none; font-size: 1rem; border: 0; background: #fff1e8; padding: 10px 0; width: 160px; text-align: center; position: absolute; right: 30px; top: -127px;}
.acc_table .accordion-item .heading .title{font-weight: 700;}
.acc_table .accordion-item .content {display: none; padding: 0 30px 30px; min-height:inherit; background: #fff;}
.acc_table .accordion-item .content p {margin: 0; font-weight: 500;}

.acc_table p.title{font-size: 22px; font-weight: 600; color: #f1592a; line-height: 22px;}
.acc_table .name{font-size: 18px; font-weight: 400;}
.acc_table .aff{color: #5c5c5c; font-size: 14px;}


.fully{background: red;
    font-size: 13px;
    padding: 1px 7px;
    font-weight: bold;
    color: #fff;
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-o-transfrom: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform: rotate(-6deg);
    width: 102px;
	position: absolute;
}


/*Social events*/
.eventBox{display:flex; gap:22px;}

/*0926program*/
.contactList{    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    align-items: stretch;
    text-align: center;
    margin-bottom: 10px;
    height: 75px;}
.contactList .listItem{    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    margin: 7px 0;
    padding: 30px;
    height: 73px;
    background: #f3f3f3;
    font-size: 15px;
    line-height: 1;
    border: 1px solid #c3c2c2;}
.listItem h2{    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ef0909;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 7%;
    transform: translate3d(50%, -50%, 0);
    border-radius: 50%;
    line-height: 1.5;}
.listItem h2 .bookIcon{color: #fff;
    font-size: 40px;}
.p14{padding: 14px !important;}
.p4{padding: 4px !important;}
.ml5{margin-left:5px !important;}