/* ============================================

	* sub

============================================= */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
	float: none !important;
	text-align: center;
}
div.ui-dialog div.ui-dialog-buttonpane{
	padding: 30px !important;
}
.ui-dialog .ui-dialog-buttonpane button{
	margin: 0 !important;
}
/* .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	color: #6a3f95 !important;
} */

.sub-visual{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('../image/sub/bg_subvisual.png');
}
.sub-visual-text{
	padding-top: 35px;
	padding-bottom: 35px;
}
.sub-visual-tit{
	font-size: 40px;
	font-weight: 500;
}
.sub-visual-text .visual-info{
	margin-top: 30px;
}

.sub-menu-wrap{
	display: none;
}
.sub-tit-wrap{
	width: 100%;
	height: 60px;
	background: linear-gradient(to right, #cb6451, #518048);
}
.sub-tit-wrap.has-btn{
	height: auto;
	margin-top: 80px;
	margin-bottom: 20px;
	background-image: none;
}
.sub-tit-wrap.has-btn .sub-tit-dot{
	display: inline-block;
	margin: 0;
}
.sub-tit{
	position: relative;
	height: 100%;
	padding: 15px 0;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url('../image/sub/ic_sub_tit.png');
	font-size: 25px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
}

.sub-contents{
	position: relative;
	padding-top: 60px;
	padding-bottom: 140px;
	min-height: 500px;
}
.sub-conbox{
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: -0.05em;
}
.sub-conbox *{
	letter-spacing: -0.05em;
}

/* 인사말 */
.sub-conbox.greeting .tit{
	display: block;
	margin-bottom: 30px;
	font-size: 20px;
	color: #CA5F6B;
	font-weight: 500;
}
.sub-conbox.greeting .img-wrap{
	text-align: right;
}

/* 대회장 안내 */
.img-wrap{
	text-align: center;
}
.img-wrap img{
	display: inline-block;
	max-width: 100%;
}
.img-wrap img + img{
	margin-top: 25px;
}

/* quick menu */
.quick-menu-wrap{
	position: absolute;
	/* top: 60px; */
    top: 480px;
	right: 4%;
	z-index: 3;
	width: 120px;
	text-align: center;
}
.quick-menu-wrap .tit{
	display: block;
	padding: 13px 0;
	background-color: #bd4d9c;
	border-radius: 20px 20px 0 0;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 1.1;
	text-align: center;
}
.quick-menu-wrap ul{
	padding: 0 20px;
	border: 1px solid #ececec;
	border-radius: 0 0 20px 20px;
	border-top: 0;
	background-color: #fff;
	-webkit-box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.1);
}
.quick-menu-wrap ul li + li{
	border-top: 1px solid #ececec;
}
.quick-menu-wrap ul li > a{
	display: block;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.035em;
	color: #5c5c5c;
	text-align: center;
}
.quick-menu-wrap ul li a > img{
	margin-bottom: 5px;
}
.quick-menu-wrap ul li a span {
	display: block;
}
.quick-menu-wrap ul li a strong{
	color: #bd4d9c;
}
a.btn-top{
	width: 57px;
	margin: 50px auto;
}
a.btn-top img{
	max-width: 100%;
}

/* 25.01.21 추가*/
.quick-menu-wrap .type-travel {
	margin: 20px 0;
}
.quick-menu-wrap .type-travel a > img {
	max-width: 100%;
	filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .2));
}

/* tab menu */
.sub-tab-wrap{
	margin-bottom: 50px;
	text-align: center;
}
.btn-tab-menu{
	display: none;
}
.sub-tab-menu{
	display: inline-block;
	height: 60px;
	border: 1px solid #c26629;
	text-align: center;
	vertical-align: top;
}
.sub-tab-menu:after{
	display: block;
	content: '';
	clear: both;
}
.sub-tab-menu li{
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.sub-tab-menu.n2 li{
	min-width: 275px;
}
.sub-tab-menu.n3 li{
	min-width: 275px;
	max-width: 30%;
}
.sub-tab-menu li + li{
	margin-left: -4px;
}
.sub-tab-menu li > a{
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #faf6f4;
	font-size: 19px;
	font-weight: 500;
	color: #9e958f;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.sub-tab-menu li:hover > a,
.sub-tab-menu li.on > a{
	background-color: #c26629;
	color: #fff;
}

/* tab menu type2 */
.sub-tab-wrap.type2{
	margin-bottom: 20px;
}
.sub-tab-wrap.type2 .sub-tab-menu{
	display: block;
	width: 100%;
	height: 87px;
	border: 0;
}
.sub-tab-wrap.type2 .sub-tab-menu li{
	float: left;
}
.sub-tab-wrap.type2 .sub-tab-menu li + li{
	margin-left: 0;
	border-left: 1px solid #eeeeee;
}
.sub-tab-wrap.type2 .sub-tab-menu.n4 li{
	width: 25%;
}
.sub-tab-wrap.type2 .sub-tab-menu li.on > a,
.sub-tab-wrap.type2 .sub-tab-menu li:hover > a{
	background-color: #eeeeff;
	color: #000;
}
.sub-tab-wrap.type2 .sub-tab-menu li > a{
	font-size: 22px;
	font-weight: 500;
	color: #d2d2d2;
}
.sub-tab-con{
	display: none;
	min-height: 150px;
}

/* tab menu type3 */
.sub-tab-wrap.type3{
	height: auto;
	margin-bottom: 20px;
}
.sub-tab-wrap.type3 .sub-tab-menu{
	width: auto;
	height: auto;
	border: 0;
	white-space: nowrap;
}
.sub-tab-wrap.type3 .sub-tab-menu li{
	min-width: 195px;
	margin-left: 25px;
}
.sub-tab-wrap.type3 .sub-tab-menu.n2 li:nth-child(2n+1){
	margin-left: 0;
}
.sub-tab-wrap.type3 .sub-tab-menu li > a{
	flex-direction: row;
	height: 55px;
	padding: 0 30px;
	border-radius: 0 0 30px 0;
	background-color: #b493e6;
	color: #fff;
}
.sub-tab-wrap.type3 .sub-tab-menu li > a span{
	margin-left: 20px;
}
.sub-tab-wrap.type3 .sub-tab-menu li.on > a,
.sub-tab-wrap.type3 .sub-tab-menu li:hover > a{
	background-color: #9465dc;
}


/* table */
.table-wrap{
	width: 100%;
}
.cst-table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 2px solid #648349;
}
.cst-table th,
.cst-table td{
	padding: 15px 10px;
	border: 1px solid #cccccc;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	text-align: center;
}
.cst-table th:first-child,
.cst-table td:first-child{
	border-left: 0;
}
.cst-table th:last-child,
.cst-table td:last-child{
	border-right: 0;
}
.cst-table th.text-left,
.cst-table td.text-left{
	text-align: left;
}
.cst-table td.border-r {
	border-right: 1px solid #cccccc;
}
.cst-table thead th{
	padding: 13px 10px;
	background-color: #f6ffee;
	border-bottom: 0;
	font-size: 18px;
	font-weight: 500;
}
.cst-table tbody th{
	background-color: #f9f9f9;
}
.cst-table .bg-pink{
	background-color: #fff6f9 !important;
}
.cst-table .bg-skyblue{
	background-color: #fafeff !important;
}
.cst-table .bg-yellow{
	background-color: #ffffd9 !important;
}
.cst-table .bg-purple{
	background-color: #eeeeff !important;
}

/* 일정 */
.cst-table.program-table{
    border-top-color: #4a4983;
}
.cst-table.program-table thead th{
	background-color: #4a4983;
	color: #fff;
}
.program-table .time{
	background-color: #F4F8FB;
	font-weight: 500;
}
.program-table .bg-skyblue{
	background-color: #DCE5F2;
}
.program-table .bg-oragne{
	background-color: #FDE9D9;
}
.program-table .bg-pink{
	background-color: #F1DBDA;
}
.program-table .bg-green{
	background-color: #F1DBDA;
}
.cst-table.program-table td {
	padding: 18px 5px;
	line-height: 1.4;
}
.cst-table.program-table td.va-t {
	vertical-align: top;
}

.session-conbox + .session-conbox{
	margin-top: 60px;
}
.cst-table.session-table{
	border-top: 0;
}
.cst-table.session-table th,
.cst-table.session-table td{
	padding: 10px 20px;
	border: 0;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	color: #333;
}
.cst-table.session-table thead th{
	padding: 20px;
	background-color: #eff0f8;
	border-bottom: 0;
	color: #000;
}
.cst-table.session-table thead th:first-child{
	color: #fff;
}
.cst-table.session-table thead th:last-child{
	text-align: center;
}
.session-table01-old thead th:first-child{
	background-color: #5e6dba;
}
.session-table02-old thead th:first-child{
	background-color: #9465dc;
}
.session-table01-old .time{
	background-color: #eff0f8;
	color: #2c0143;
}
.session-table02-old .time{
	background-color: #f4effb;
	color: #2c0143;
}


.session-table01 thead th:first-child{
	background-color: #f49ebb;
}
.session-table02 thead th:first-child{
	background-color: #ffca77;
}
.session-table03 thead th:first-child{
	background-color: #f09686;
}
.session-table04 thead th:first-child{
	background-color: #84e1a1;
}
.session-table05 thead th:first-child{
	background-color: #ffc000;
}
.session-table06 thead th:first-child{
	background-color: #aa86e1;
}
.session-table07 thead th:first-child{
	background-color: #c5eae5;
}

.session-table08 thead th:first-child{
	background-color: #fffba0;
}


.session-table01 .time{
	background-color: #fff6f9;
}
.session-table02 .time{
	background-color: #fff8ed;
}
.session-table03 .time{
	background-color: #fcedea;
}
.session-table04 .time{
	background-color: #f0fff5;
}
.session-table05 .time{
	background-color: #fdfff4;
}
.session-table06 .time{
	background-color: #f7f0ff;
}


.cst-table.session-table td:has(.place){
	padding: 15px 20px;
	font-size: 18px;
	font-weight: 500;
}
.cst-table.session-table td:has(.place) strong{
	display: inline-block;
	width: calc(82% - 4px);
	font-weight: 500;
}
.cst-table.session-table .place{
	float: right;
	width: 18%;
	color: #000;
	text-align: right;
}
.cst-table.session-table .place *{
	display: inline-block;
	vertical-align: middle;
}
.cst-table.session-table .place img{
	margin-right: 5px;
}
.cst-table.session-table .place span + span{
	position: relative;
	margin-left: 8px;
	padding-left: 10px;
}
.cst-table.session-table .place span + span:before{
	display: block;
	content: '';
	clear: both;
	position: absolute;
	top: 6px;
	left: 0;
	width: 2px;
	height: 15px;
	background-color: #000;
}
.cst-table.session-table .time{
	text-align: center;
}
.cst-table.session-table td{
	line-height: 1.6;
}
.cst-table.session-table td .tit{
	display: block;
	font-weight: 400;
}
.cst-table.session-table td p{
	color: #868686;
}

/*time*/
.session-table.poster-table thead th{
	background-color: #ebf5f8;
}
.session-table.poster-table thead th:first-child{
	background-color: #3e9cbe;
}
.session-table.poster-table td strong{
	font-weight: 400;
}
.session-table.poster-table .topic td{
	padding: 15px 10px;
	font-size: 18px;
	font-weight: 500;
	color: #006cff;
}
.session-table.poster-table .topic td img{
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: middle;
}
.poster-table .cate{
	display: inline-block;
	padding: 8px 30px;
	border-radius: 50px;
	background-color: #eff0f8;
	font-size: 16px;
	color: #031e28;
	vertical-align: middle;
}
.poster-table .cate + div{
	display: inline-block;
	width: calc(100% - 125px);
	padding-left: 60px;
	vertical-align: middle;
}
.poster-table .cate + div > a{
	display: block;
}

.cst-table.session-table td:has(.btn-vod){
    position: relative;
    padding-right: 130px;
}
.btn.btn-vod{
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 11px 14px;
    border-radius: 30px;
    background-color: #cfe6ff;
    font-size: 18px;
    font-weight: 500;
    color: #14356f;
    letter-spacing: -0.05em;
    line-height: 1.4;
}
.btn-vod img{
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}

/* 사전 등록 */
.sub-conbox.regist .bg-info-box{
	margin-bottom: 50px;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}
.sub-conbox.regist .bg-info-box .tit{
	display: block;
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: 700;
	color: #3d4756;
}
[data-scroll]{
    scroll-margin-top: 100px;
}

.sub-conbox.regist .cst-table thead th{
	background-color: #f9f9f9;
	font-size: 16px;
	font-weight: 400;
}
.sub-conbox.regist .cst-table thead th strong{
	font-size: 18px;
	font-weight: 500;
}
.sub-conbox.regist .list-type-check{
	margin-top: 10px;
}
.sub-conbox.regist .list-type-check > li{
	font-size: 16px;
	line-height: 1.5;
	word-break: keep-all;
}
.sub-conbox.regist .list-type-check > li strong,
.sub-conbox.regist .list-type-check > li p{
	display: inline-block;
	vertical-align: top;
}
.sub-conbox.regist .list-type-check > li strong{
	width: 115px;
}
.sub-conbox.regist .list-type-check > li p{
	width: calc(100% - 120px);
}
.sub-tit-dot{
	padding-left: 30px;
	margin-top: 80px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 0 7px;
	background-image: url('../image/sub/bg_sub_tit_dot.png');
	font-size: 22px;
	font-weight: 500;
}
/* .sub-tit-dot:nth-of-type(1){
	margin-top: 0;
} */
.payment-info{
	padding-left: 30px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 500;
}
.payment-info img{
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: middle;
}
.payment-info img:nth-child(2){
	margin-left: 30px;
}
.list-type-dot > li{
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}
.list-type-dot > li:before{
	display: block;
	content: '';
	clear: both;
	position: absolute;
	top: 8px;
	left: 10px;
	width: 8px;
	height: 8px;
	background-color: #d25f00;
	border-radius: 50%;
}
.sub-conbox.regist .list-type-dot li + li{
	margin-top: 25px;
}
.sub-conbox.regist .bg-box.bank-info-box{
	margin-top: 30px;
	padding: 20px;
	background-color: #4ab7b9;
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.bank-info-box img{
	margin-top: -6px;
	margin-right: 6px;
	vertical-align: middle;
}
.list-type-check li i + span{
	margin-left: 10px;
}
.small-text{
	font-size: 14px;
	line-height: 1.7;
}
.sub-conbox.regist .small-text{
	font-size: 16px;
}
.bg-highlights{
	display: inline-block;
	background-color: #fbff8b;
}
.list-type li .table-wrap{
	margin-top: 15px;
}
.list-type li .table-wrap strong{
	font-size: 18px;
	font-weight: 500;
}
.list-type li .table-wrap .bg-yellow img{
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: middle;
}
.sub-conbox.regist .bg-box{
	padding: 30px;
	margin-top: 70px;
	word-break: keep-all;
}
.sub-conbox.regist .bg-box + .bg-box{
	margin-top: 60px;
}
.sub-conbox.regist .bg-box .tit{
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
}
.bg-gray{
	background-color: #f9f9f9;
}
.list-type-arrow > li{
	position: relative;
	padding-left: 25px;
	font-size: 18px;
	font-weight: 500;
}
.list-type-arrow > li + li{
	margin-top: 35px;
}
.list-type-arrow > li:before{
	display: block;
	content: '';
	clear: both;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../image/sub/ic_list_arrow.png');
}
.list-type-arrow > li .small-text{
	font-size: 16px;
	line-height: 1.7;
}
.list-type-arrow + .tit{
	margin-top: 30px;
}
.sub-conbox.regist .bg-gray + .bg-gray{
	position: relative;
	padding-right: 400px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	vertical-align: middle;
}
.highlights{
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 3px 0;
	font-size: 20px;
}
.highlights:before{
	display: block;
	content: '';
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 16px;
	background-color: #fbff8b;
}
.sub-conbox.regist .highlights + p{
	margin-top: 15px;
}
.sub-conbox.regist .bg-gray + .bg-gray .btn.btn-type1{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
}
.sub-conbox.regist .list-type-dot.type1 {
	position: relative;
}
.sub-conbox.regist .list-type-dot.type1 li.btn {
	position: absolute;
	left: 580px;
	top: 40px;
	padding: 0;
	margin: 0;
}
.sub-conbox.regist .list-type-dot.type1 li.btn::before {
	display: none;
}
/* 사전등록 */
.regist-intro-wrap{
	padding-top: 70px;
	text-align: center;
}
.regist-intro-wrap ul{
	display: inline-block;
	width: 100%;
	max-width: 680px;
	text-align: center;
	vertical-align: top;
}
.regist-intro-wrap ul li{
	float: left;
	width: calc((100% - 26px)/2);
	margin-left: 25px;
}
.regist-intro-wrap ul li:first-child{
	margin-left: 0;
}
.regist-intro-wrap ul li > a{
	display: block;
	background-color: #9a60d4;
	border-radius: 20px;
	padding: 30px 35px 40px;
	-webkit-box-shadow: 3px 7px 8px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 3px 7px 8px 0px rgba(0, 0, 0, 0.18);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.regist-intro-wrap ul li + li > a{
	background-color: #e5719e;
}
.regist-intro-wrap .icon{
	display: block;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.14);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../image/sub/ic_regist01.png');
}
.regist-intro-wrap ul li + li .icon{
	background-image: url('../image/sub/ic_regist02.png');
}
.regist-intro-wrap .tit{
	display: block;
	margin-top: 20px;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}
.regist-intro-wrap ul li:hover > a{
	background-color: #fff;
}
.regist-intro-wrap ul li:hover .tit{
	color: #46107d;
}
.regist-intro-wrap ul li:hover .icon{
	background-image: url('../image/sub/ic_regist01_on.png');
}
.regist-intro-wrap ul li + li:hover .tit{
	color: #a31f52;
}
.regist-intro-wrap ul li + li:hover .icon{
	background-image: url('../image/sub/ic_regist02_on.png');
}
.bg-yellow{
	background-color: #ffffd9;
}
.bg-box.bg-yellow{
	text-align: center;
}
.sub-conbox.regist .bg-box.bg-yellow{
	padding: 15px 20px;
	margin-top: 0;
	margin-bottom: 20px;
}
.sub-conbox.regist .bg-box .text-red img{
	margin-top: -3px;
	margin-right: 5px;
}
.total-price{
	margin-top: 50px;
	text-align: center;
}
.total-price > strong{
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 900;
}
.total-price p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	word-break: keep-all;
}
.total-price p img{
	margin-right: 10px;
}
.total-price-group{
	margin-top: 10px;
}

.write-wrap .cnt-num{
	background-color: #eeeeff;
	border-bottom: 1px solid #ccc;
}
.write-group-wrap + .write-group-wrap{
	margin-top: 50px;
}
.cnt-num .num{
	display: inline-block;
	padding: 10px 30px 10px 15px;
	border-radius: 0 50px 50px 0;
	background-color: #5e6dba;
	font-size: 26px;
	font-weight: 500;
	color: #fff;
}
.regi-form-wrap .cnt-num .btn-wrap{
	margin: 5px;
}
.cnt-num .btn-wrap .btn{
	min-width: initial;
	margin: 4px;
	padding: 10px 20px;
	font-size: 16px;
}

.sub-conbox.regist .img-conbox .tit{
	display: block;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}
.sub-conbox.regist-complete .success-conbox + .list-type{
	margin-top: 50px;
}
.sub-conbox.regist-complete .bg-box.bank-info-box{
	margin-top: 15px;
}
.sub-conbox.regist-complete .list-type-dot li + li{
	margin-top: 15px;
}
.sub-conbox.regist-complete .img-conbox{
	margin-top: 100px;
	text-align: center;
	word-break: keep-all;
}
.sub-conbox.regist-complete .img-wrap{
	padding: 38px 50px 0;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	text-align: center;
}
.sub-conbox.regist-complete .img-conbox img{
	max-width: calc(50% - 5px);
}
.sub-conbox.regist-complete .img-conbox img + img{
	margin-top: 0;
}
.sub-conbox.regist .bg-box.info-conbox,
.sub-conbox.abstract .bg-box.info-conbox{
	margin-top: 50px;
	padding: 30px 20px;
	text-align: center;
}

.info-conbox img,
.info-conbox div{
	display: inline-block;
	vertical-align: middle;
}
.info-conbox div{
	padding-left: 60px;
	text-align: left;
}
.info-conbox div .tit{
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}
.info-conbox ul li{
	display: inline-block;
	padding: 3px 0;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #0f1a36;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}
.info-conbox ul li + li{
	margin-left: 30px;
}
.info-conbox ul .email{
	background-image: url('../image/sub/ic_info_mail.png');
}
.info-conbox ul .tel{
	background-image: url('../image/sub/ic_info_tel.png');
}

/* 초록접수 */
.sub-conbox.abstract .bg-info-box .tit{
	font-size: 28px;
	font-weight: 700;
	color: #3d4756;
}
.abstract .list-type-dot li{
	line-height: 1.8;
}
.abstract .list-type-dot > li:before{
	top: 10px;
}
.radio-wrap.n2 .radio-group{
	width: 47%;
	margin: 5px 10px;
}
.write-table{
	margin-top: 10px;
}
.table-wrap + .table-wrap{
	margin-top: 30px;
}
.write-table th,
.write-table td{
	padding: 10px;
}
.write-table th,
.write-table thead th{
	font-size: 16px;
	font-weight: 500;
}
.write-table tbody th{
	background-color: #eeeeff;
}
.bg-gray{
	background-color: #f9f9f9 !important;
}
.write-table + .list-type-check{
	margin-top: 20px;
}
.write-table td:not(:has(.form-item)){
	padding: 15px 10px;
}
.abstract-write-table .write-table{
	margin-top: 0;
}
.abstract-write-table .write-table th,
.abstract-write-table .wrtie-table td{
	padding: 10px;
}
.abstract-write-table .write-table thead th{
	border-top: 0 !important;
}
.abstract-write-table .write-table td{
	border-bottom: 0;
}
.abstract-write-table th select{
	margin-top: 5px;
	width: 85px;
	color: #fff;
	background-color: #a0a0ff;
}
.abstract-write-table td > a{
	margin: 1px;
}
.btn-wrap .notice-text{
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}
.btn-wrap .notice-text img{
	margin-top: -5px;
	margin-right: 10px;
}
.editors-contents,
.editors-contents *{
	font: inherit;
}

.sub-conbox.abstract .success-conbox .tit{
	margin-bottom: 0;
}
.sub-conbox.abstract .success-conbox p:has(.highlights){
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: inherit;
}
.sub-conbox.abstract .success-conbox p{
	line-height: 1.6;
}
.list-type + .write-wrap{
	margin-top: 10px;
}
.sub-conbox.abstract dl.w-full dd{
	padding: 10px 20px;
}
.write-form-tit{
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.write-form-tit h3,
.write-form-tit .highlights{
	display: inline-block;
	font-weight: 700;
	letter-spacing: -0.05em;
	vertical-align: top;
}
.write-form-tit h3{
	font-size: 32px;
}
.write-form-tit h3 img{
	margin-top: -10px;
	vertical-align: middle;
}
.write-form-tit .highlights{
	margin: 0 40px;
	font-size: 30px;
}
.resident-intro-conbox{
	padding: 70px 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url('../image/sub/bg_resident_intro_conbox.png');
	text-align: center;
}
.resident-intro-conbox .tit{
	font-size: 32px;
	font-weight: 700;
	color: #112f5f;
}
.resident-intro-conbox p{
	font-size: 24px;
	font-weight: 500;
	color: #1b5abd;
}
.resident-intro-conbox ul{
	max-width: 920px;
	margin: 35px auto 0;
}
.resident-intro-conbox ul li{
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-itemts: center;
	width: calc((100% - 16px)/2);
	height: 70px;
	margin-top: 15px;
	margin-left: 15px;
	background-color: #fff;
	border-radius: 50px;
	-webkit-box-shadow: 0 6px 4px rgba(33,33,33,0.05);
	box-shadow: 0 6px 4px rgba(33,33,33,0.05);
}
.resident-intro-conbox ul li:nth-child(2n+1){
	margin-left: 0;
}
.resident-intro-conbox ul li:nth-child(-n+2){
	margin-top: 0;
}
.resident-intro-conbox ul li p,
.resident-intro-conbox ul li p .highlights{
	font-size: 18px;
	font-weight: 600;
	color: #172335;
	line-height: 1.2;
}
.resident-intro-conbox ul li p .highlights:before{
	height: 10px;
}


/* 강의록 접수 */
.mt0{
	margin-top: 0 !important;
}
.mb-s{
	margin-bottom: 5px !important;
}
.mt-s{
	margin-top: 5px !important;
}
.pd0{
	padding: 0 !important;
}
.term-wrap{
	padding: 30px 25px;
	border: 1px solid #cccccc;
	border-bottom: 0;
}
.term-wrap .list-type-dot li{
	font-size: 16px;
	word-break: keep-all;
}
.term-wrap .list-type-dot li + li{
	margin-top: 15px;
}
.term-wrap .list-type-dot li p{
	margin-top: 10px;
	color: #666666;
}
.term-wrap + .radio-wrap{
	padding: 15px 0;
	border: 1px solid #ccc;
	border-top: 0;
	margin: 0;
	background-color: #f2f2f2;
}
.term-wrap + .radio-wrap label{
	margin: 0 60px;
	font-size: 16px;
	color: #000;
}
.btn.btn-download{
	display: inline-block;
	padding: 4px 20px;
	background-color: #a0a0ff;
	border-radius: 30px;
	font-size: 12px;
	color: #fff;
}
.btn.btn-download img{
	margin-left: 10px;
	vertical-align: middle;
}

.success-conbox{
	padding: 60px 20px;
	border: 1px solid #cccccc;
	font-size: 26px;
	line-height: 1.2;
	text-align: center;
}
.sub-conbox .bg-box.success-conbox .tit{
	display: block;
	margin: 20px 0;
	font-size: 32px;
	font-weight: 700;
	color: #000000;
}
.success-conbox .highlights{
	font-size: 30px;
	font-weight: 700;
}
.success-conbox p:has(.highlights){
	margin-top: 30px;
	margin-bottom: 10px;
}

.sub-conbox.confirm .bg-box{
	padding: 50px 20px;
	margin-bottom: 40px;
	line-height: 1.2;
	word-break: keep-all;
	text-align: center;
}
.sub-conbox.confirm .bg-box strong{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
}
.sub-conbox.confirm .bg-box .text-red{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
.sub-conbox.confirm .tel{
	display: inline-block;
	margin: 0 30px;
}
.sub-conbox.confirm .tel{
	color: #fc5362 !important;
}
.sub-conbox.confirm .tel img{
	margin-top: -3px;
	margin-right: 5px;
}
.sub-conbox.confirm .regi-form-wrap{
	max-width: 690px;
	margin: 0 auto;
}
.sub-conbox.confirm .write-wrap{
	margin-bottom: 80px;
	border-bottom: 2px solid #4a4983;
}
.sub-conbox.confirm .write-wrap .form-item{
	max-width: 100%;
}
.sub-conbox.confirm .write-wrap dt{
	width: 30%;
}
.sub-conbox.confirm .write-wrap dt,
.sub-conbox.confirm .write-wrap dd{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 숙박 안내 */
.bg-info-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 150px;
	padding: 30px;
	border-radius: 70px 0 70px 0;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	background-image: url('../image/sub/bg_infobox.png');
	text-align: center;
}
.bg-info-box p{
	font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
	color: #3d4756;
	text-align: center;
}
.hotel-conbox{
	margin-top: 50px;
}
.hotel-tit-wrap{
	margin-bottom: 20px;
}
.hotel-tit{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url('../image/sub/ic_hotel.png');
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
}
.hotel-conbox .img-wrap,
.hotel-conbox .text-wrap{
	float: left;
}
.hotel-conbox .img-wrap{
	width: 523px;
}
.hotel-conbox .text-wrap{
	position: relative;
	width: calc(100% - 524px);
	padding-left: 15px;
}
.hotel-info-list li{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-size: 20px;
	line-height: 1.5;
	word-break: keep-all;
}
.hotel-info-list li + li{
	margin-top: 20px;
}
.hotel-info-list li strong{
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
}
.hotel-info-list li p{
	display: inline-block;
	vertical-align: top;
}
.hotel-info-list .location{
	background-image: url('../image/sub/ic_location.png');
}
.hotel-info-list .tel{
	background-image: url('../image/sub/ic_tel.png');
}
.hotel-info-list .fax{
	background-image: url('../image/sub/ic_fax.png');
}
.hotel-info-list .email{
	background-image: url('../image/sub/ic_email.png');
}
.hotel-info-list .note{
	background-image: url('../image/sub/ic_note.png');
}
.hotel-info-list .note strong{
	width: 80px;
}
.hotel-info-list .note p{
	width: calc((100% - 85px));
}
.link,
.link *{
	color: #006cff !important;
	text-decoration: underline !important;
}
.hotel-conbox + .table-wrap{
	margin-top: 15px;
}
.sub-conbox.hotel .list-type-check{
	margin-top: 10px;
}
.list-type-check > li{
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	line-height: 1.8;
	color: #5a5a5a;
}
.list-type-check > li:before{
	display: block;
	content: '';
	clear: both;
	position: absolute;
	top: 5px;
	left: 7px;
	width: 14px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../image/sub/ic_check.png');
}
.hotel-conbox .btn-wrap{
	margin-top: 33px;
}
.btn.btn-hotel{
	display: inline-block;
	background-color: #4e5eb2;
	margin: 4px;
	padding: 15px 20px;
	border-radius: 10px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}
.btn.btn-hotel + .btn.btn-hotel{
	background-color: #9465dc;
}
.btn-hotel img{
	margin-top: -3px;
	margin-left: 5px;
	vertical-align: middle;
}
.hotel-conbox.fix-height .img-wrap,
.hotel-conbox.fix-height .text-wrap{
	height: 360px;
}
.hotel-conbox.fix-height .btn-wrap{
	position: absolute;
	bottom: 0;
}

/* 25.01.14 추가 */
.img-box img {
	width: 100%;
	max-width: 100%;
}
.img-box + .hotel-info-list {
	margin-top: 30px;
}
.hotel-info-list .list-type > li{
    position: relative;
}
.hotel-info-list .list-type > li:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
}
.hotel-info-list .list-type-bar > li{
    padding-left: 15px;
}
.hotel-info-list .list-type-bar > li:before{
    top: 13px;
    width: 6px;
    height: 2px;
    background-color: #3a3a3a;
}
.hotel-info-list li > ul {
	margin-top: 5px;
}
.hotel-info-list li > ul li + li {
	margin-top: 3px;
}
.hotel-info-list li.text-red {
	color: #e2215c !important;
}
.hotel-info-list li.text-red:before {
	background-color: #e2215c;
}

/* 오시는 길 */
.map-info-list{
	margin-top: 30px;
}
.map-info-list li{
	padding-left: 30px;
	background-position: 0 center;
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: 500;
}
.map-info-list li.location{
	background-image: url('../image/sub/ic_location2.png');
}
.map-info-list li.tel{
	background-image: url('../image/sub/ic_tel2.png');
}
.map-info-list li.fax{
	background-image: url('../image/sub/ic_fax2.png');
}
.map-info-list li.homepage{
	background-image: url('../image/sub/ic_homepage.png');
}
.map-info-list li.parking{
	background-image: url('../image/sub/ic_parking.png');
}
.map-info-list li + li{
	margin-top: 20px;
}
.sub-conbox.map .img-wrap{
	margin: 50px 0;
	text-align: center;
}
.sub-conbox.map .cst-table td {
	padding-left: 30px;
	text-align: left;
}
.root_daum_roughmap .wrap_btn_zoom{
	z-index: 1 !important;
}
.sub-conbox.map .list-type-check{
	margin-top: 10px;
}
.root_daum_roughmap_landing{
	z-index: 0;
}

.map-wrap .cont {
    display: none;
}
.map-tag {
    display: inline-block;
    padding: 10px 30px;
    margin: 5px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    background-color: #333;
    color: #fff;
}
.map-tag.line-2 {
    background-color: #00a84d;
}
.map-tag.line-new {
    background-color: #d20f46;
}
.map-tag.bus {
    background-color: #3d5bab;
}
.map-tag.bus-new {
    background-color: #ae1932;
}

/* 셔틀버스 안내 */
.cst-table .bg-blue{
	background-color: #f0fbff;
}
.bus-conbox .cst-table th{
	font-weight: 500;
}
.icon-tit-wrap{
	margin-top: 50px;
	margin-bottom: 15px;
}
.icon-tit{
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}
.icon-tit.bus{
	padding: 3px 0;
	padding-left: 40px;
	background-image: url('../image/sub/ic_bus.png');
}
.icon-tit.contact{
	padding: 3px 0;
	padding-left: 30px;
	background-position: 0 center;
	background-image: url('../image/sub/ic_contact.png');
}
.table-tit-wrap{
	margin-bottom: 10px;
}
.table-wrap + .table-tit-wrap{
	margin-top: 30px;
}
.table-tit:has(.num){
	padding-left: 43px;
	text-indent: -33px;
}
.table-tit{
	padding-left: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}
.table-tit .num{
	display: inline-block;
	width: 33px;
	height: 33px;
	padding: 5px 0;
	margin-right: 5px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	text-indent: 0;
}
.icon-tit.location{	
	padding: 3px 0;
	padding-left: 40px;
	background-image: url('../image/sub/ic_location3.png');
}
.bus-conbox .sub-tab-wrap.type2{
	border: 1px solid #ffa93a;
}
.bus-conbox .sub-tab-wrap.type2 .sub-tab-menu li.on > a, 
.bus-conbox .sub-tab-wrap.type2 .sub-tab-menu li:hover > a{
	background-color: #ffa93a;
	color: #fff;
}
.bus-conbox .sub-tab-wrap.type2 .sub-tab-menu{
    display: flex;
	height: 60px;
}
.bus-conbox .sub-tab-wrap.type2 .sub-tab-menu li{
    display: block;
    flex: 1;
}
.bus-conbox .sub-tab-wrap.type2 .sub-tab-menu li > a{
	background-color: #fffaf5;
	color: #9194a2;
	font-size: 19px;
}
.bus-conbox .sub-tab-wrap.type2 .sub-tab-menu li + li{
	border-left: 0;
}
.bus-conbox .sub-tab-con .bg-box{
	padding: 30px;
	background-color: #fffaf5;
}
.bus-conbox .sub-tab-con .bg-box .tit{
	display: block;
	margin-top: 15px;
	font-size: 30px;
	font-weight: 700;
}

/* 25.01.06 */
.cst-table .circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 4px 0 8px;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	box-sizing: border-box;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.cst-table .circle.line1 {
	background-color: #E51E6E;
}
.cst-table .circle.line2 {
	background-color: #0b9f4b;
}


/* ============================================

	* responsive

============================================= */
@media screen and (max-width: 1500px){
	.quick-menu-wrap{
		right: 2%;
	}
}
@media screen and (max-width: 1024px){
	#wrap:not(.main){
		background: none;
	}

	#wrap:not(.main) #header{
		background-color: #293d8f;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#wrap:not(.main) .btn-menu-open{
		background-image: url('../image/main/ic_menu_open_white.png');
		z-index: 3;
	}
	#wrap:not(.main) .header-logo{
		opacity: 0;
		display: block;
		width: 32px;
		height: 31px;
		background-image: url('../image/main/ic_home.png');
	}
	#wrap:not(.main) .util-menu-wrap{
		display: block;
		position: absolute;
		top: 0;
		left: 15px;
		right: auto;
		z-index: 3;
		max-width: none;
	}
	#wrap:not(.main) .util-menu li > a{
		overflow: hidden;
		z-index: 1;
		width: 32px;
		height: 80px;
		padding: 0;
		background: none;
		background-repeat: no-repeat;
		background-image: url('../image/main/ic_home.png');
		background-position: 0 center;
		background-size: 100%;
		font-size: 0;
		text-indent: -99999em;
	}
    
	#wrap:not(.main) .util-menu li:first-child{
		display: none;
	}
    
	.sub-visual{
		display: none;
	}
	.sub-menu-wrap{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		padding: 0 15px;
		background-color: #293d8f;
	}
	.sub-menu-wrap .btn-sub-menu{
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: calc(100% - 60px);
		height: 80px;
		margin: 0 auto;
		padding-left: 30px;
		font-size: 20px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	.btn-sub-menu:after{
		display: inline-block;
		content: '';
		clear: both;
		width: 20px;
		height: 30px;
		margin-left: 10px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('../image/sub/ic_arrow_down.png');
		background-size: 11px;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.btn-sub-menu.on:after{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.sub-menu-list{
		display: none;
		width: 100%;
		padding: 20px 15px;
		border-top: 1px solid #fff;
	}
	.sub-menu-list li{
		text-align: center;
	}
	.sub-menu-list li > a{
		display: block;
		padding: 7px 0;
		font-size: 16px;
		color: #fff;
	}
	.sub-tit-wrap{
		display: none;
	}
	.sub-tit-wrap.has-btn{
		margin-top: 40px;
		margin-bottom: 10px;
		display: block;
	}

	.quick-menu-wrap{
		width: auto;
	}
	.quick-menu-wrap .tit,
	.quick-menu-wrap ul{
		display: none;
	}
	a.btn-top{
		display: none;
		position: fixed;
		bottom: 190px;
		right: 15px;
		width: 30px;
		margin: 0;
	}
	a.btn-top img{
		width: 100%;
	}

	.sub-contents:has(.sub-tab-wrap){
		/* padding-top: 100px; */
		padding-top: 0;
	}
	.sub-contents:has(.sub-conbox.map){
		padding-top: 60px;
	}
	.sub-tab-wrap{
		/* position: absolute;
		top: 0;
		left: 0;
		z-index: 1; */
		width: calc(100% + 30px);
		margin-left: -15px;
		/* padding: 0 15px; */
		margin-bottom: 30px;
		background-color: #e7eefb;
	}
	.btn-tab-menu{
		position: relative;
		/* display: flex; */
		display: none;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		padding-left: 30px;
		background-color: #e7eefb;
		font-size: 20px;
		font-weight: 500;
		color: #222;
	}
	.btn-tab-menu:after{
		display: inline-block;
		content: '';
		clear: both;
		width: 20px;
		height: 30px;
		margin-left: 10px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('../image/sub/ic_arrow_down_black.png');
		background-size: 11px;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.btn-tab-menu.on:after{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.sub-tab-menu{
		/* display: none; */
		display: block;
		width: 100%;
		height: auto;
		border: 0;
		padding: 15px;
		border-top: 1px solid #fff;
	}
	.sub-tab-menu li:hover > a,
	.sub-tab-menu li.on > a{
		background: none;
		color: #293d8f;
		font-weight:bold;
	}
	.sub-tab-menu.n2 li,
	.sub-tab-menu.n3 li{
		min-width: initial;
		width: 100%;
		max-width: none;
	}
	.sub-tab-menu li{
		height: auto;
	}
	.sub-tab-menu li > a{
		display: block;
		padding: 12px 0;
		background: none;
		color: #222;
		font-size: 18px;
		line-height: 1;
	}
	.sub-tab-menu li + li{
		border-top: 1px solid #d5deed;
	}

	.sub-conbox.regist .bg-info-box .tit{
		font-size: 24px;
	}
	.sub-conbox.regist .bg-info-box{
		font-size: 18px;
	}
	.sub-conbox.regist .bg-gray + .bg-gray{
		padding-right: 30px;
	}
	.sub-conbox.regist .bg-gray + .bg-gray .btn.btn-type1{
		float: right;
		margin-top: 20px;
		position: static;
		top: auto;
		-webkit-transform: none;
		transform: none;
		right: auto;
	}
	.sub-conbox.regist .list-type-dot.type1 {
		padding-top: 40px;
	}
	.sub-conbox.regist .list-type-dot.type1 li.btn {
		top: 0;
		right: 0;
		left: auto;
	}
    [data-scroll]{
        scroll-margin-top: 0;
    }

	.total-price{
		margin-top: 30px;
	}
	.total-price > strong{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.total-price p{
		font-size: 16px;
	}
	.total-price p img{
		margin-top: -3px;
		margin-right: 5px;
		width: 15px;
	}
	.total-price-group{
		margin-top: 10px;
	}

	.sub-tab-wrap.type2,
	.sub-tab-wrap.type3{
		position: static;
		width: 100%;
		margin-left: 0;
		padding: 0;
		background: none;
	}
	.sub-tab-wrap.type2 .btn-tab-menu{
		display: none;
	}
	.sub-tab-wrap.type2 .sub-tab-menu{
		height: 65px;
		padding: 0;
	}
	.sub-tab-wrap.type2 .sub-tab-menu li{
		height: 100%;
	}
	.sub-tab-wrap.type2 .sub-tab-menu li > a{
		display: flex;
		font-size: 20px;
		background-color: #f5f6fa;
	}

	.sub-tab-wrap.type3 .sub-tab-menu{
		display: block;
		padding: 0;
		text-align: right;
	}
	.sub-tab-wrap.type3 .sub-tab-menu li{
		width: auto;
	}
	.sub-tab-wrap.type3 .sub-tab-menu li > a{
		display: flex;
	}

	.btn.btn-download{
		padding: 4px 15px;
	}
	.btn.btn-download img{
		margin-left: 5px;
	}

	.btn-wrap .notice-text{
		font-size: 16px;
	}
	.btn-wrap .notice-text img{
		margin-top: -3px;
		margin-right: 5px;
		width: 15px;
	}

	.info-conbox img{
		width: 220px;
	}
	.info-conbox div{
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
		text-align: center;
	}
	.sub-conbox.confirm .bg-box .text-red{
		font-size: 18px;
	}

	.sub-conbox.abstract .bg-info-box .tit{
		font-size: 24px;
	}
	.write-form-tit{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.write-form-tit h3{
		font-size: 24px;
	}
	.write-form-tit .highlights{
		margin: 0 20px;
		font-size: 22px;
	}
	.poster-table .cate{
		padding: 8px 15px;
	}

	.bg-info-box p br{
		display: none;
	}
	.bg-info-box p{
		word-break: keep-all;
		font-size: 24px;
	}
	.hotel-conbox .img-wrap{
		width: 40%;
	}
	.hotel-conbox .text-wrap{
		width: 60%;
	}
	.hotel-info-list li{
		font-size: 18px;
	}
	.btn.btn-hotel{
		font-size: 20px;
	}
	.hotel-conbox.fix-height .img-wrap,
	.hotel-conbox.fix-height .text-wrap{
		height: auto;
	}
	.hotel-conbox.fix-height .btn-wrap{
		position: static;
		bottom: auto;
		margin-top: 33px;
	}

	.root_daum_roughmap .wrap_map{
		height: 350px !important;
	}
	.map-info-list li{
		font-size: 18px;
	}
    .map-tag {
        padding: 6px 15px;
        margin: 2px;
        font-size: 15px;
    }
}

@media screen and (max-width: 768px){
    /* quick menu 수정 - 25.01.21 박민지 */
    .main .quick-menu-wrap{
        position: static;
        top: auto;
        right: auto;
        width: 100%;
        margin: 35px 0 30px;
    }
    .main .quick-menu-wrap .tit{
        display: block;
        width: 100%;
        border-radius: 5px 5px 0 0;
        background-color: #bd4d9c;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
    }
    .main .quick-menu-wrap ul{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 15px 0;
        border-radius: 0 0 20px 20px;
    }
    .main .quick-menu-wrap ul > li{
        display: block;
        flex: 1;
        max-width: 25%;
    }
    
    .quick-menu-wrap ul li + li{
        border-top: 0;
        border-left: 1px solid #ececec;
    }    
    .quick-menu-wrap ul li > a{
        padding: 0;
        font-size: 12px;
    }
    .quick-menu-wrap ul li a strong{
        color: #bd4d9c;
    }
    .quick-menu-wrap ul li a > img{
        width: 35px;
    }

	/* 25.01.21 추가*/
	/* .quick-menu-wrap .type-travel {
		margin: 20px 0 0;
		padding: 20px 10px 0;
		border-radius: 5px 5px 20px 5px;
		background: #ffeeee;
	}
	.quick-menu-wrap .type-travel a {
		display: block;
	}
	.quick-menu-wrap .type-travel a > img {
		max-width: 100%;
		filter: none;
	} */
    .quick-menu-wrap .type-travel {
		display: none; /* 25.03.07 수정, ma.kal */
	}

	#wrap:not(.main) .bg-wrap{
		display: none;
	}
	#wrap:not(.main) .header-logo{
		width: 26px;
		height: 25px;
	}
	#wrap:not(.main) .util-menu li > a{
		width: 26px;
		height: 70px;
	}
	.sub-menu-wrap .btn-sub-menu{
		height: 70px;
	}
	.btn-tab-menu{
		height: 50px;
	}
	.sub-contents{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.sub-contents:has(.sub-tab-wrap){
		/* padding-top: 80px; */
		padding-top: 0;
	}
	.sub-contents:has(.sub-conbox.map),
    .sub-contents:has(.bus-conbox){
		padding-top: 40px;
	}
	.sub-conbox{
		font-size: 14px;
	}

	.sub-conbox.greeting .tit{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.sub-conbox.greeting .img-wrap > img{
		max-width: 250px;
	}

	.scroll-x{
		overflow-x: auto;
	}
	.scroll-x table{
		width: 768px;
	}
	.touch-help{
		position: relative;
	}
	.touch-help:before{
		display: block;
		content: '';
		color: #fff;
		clear: both;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
		width: 100%;
		max-width: 50%;
		height: 100%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		background-image: url('../image/img_touch_help.png');
	}
	.touch-help.small:before{
		width: 100%;
		max-width: 100%;
		height: 80px;
		background-size: auto 100%;
	}
	.touch-help table{
		position: relative;
	}
	.touch-help table:before{
		display: block;
		content: '';
		clear: both;
		position: absolute;
		top: 0;
		left: 0;
        z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
	}

	.scroll-x .abstract-write-table .write-table{
		width: 100%;
	}

	.cst-table th,
	.cst-table td{
		padding: 10px;
		font-size: 14px;
	}
	.cst-table thead th{
		padding: 10px;
		font-size: 14px;
	}

	.session-conbox + .session-conbox{
		margin-top: 30px;
	}
	.cst-table.session-table thead th{
		padding: 10px;
		font-size: 16px;
	}
	.cst-table.session-table td{
		line-height: 1.3;
	}
	.cst-table.session-table td:has(.place) strong{
		width: calc(72% - 4px);
	}
	.cst-table.session-table td:has(.place){
		padding: 10px;
		font-size: 14px;
	}
	.cst-table.session-table .place{
		width: 23%;
	}
	.cst-table.session-table .place img{
		width: 15px;
	}
	.cst-table.session-table .place span + span:before{
		top: 4px;
		height: 10px;
	}
	.cst-table.poster-table{
		display: block;
		width: 100%;
	}
	.cst-table.poster-table colgroup col{
		width: 100% !important;
	}
	.cst-table.poster-table tr{
		display: block;
		width: 100%;
	}
	.cst-table.poster-table tr:after{
		display: block;
		content: '';
		clear: both;
	}
	.cst-table.poster-table th,
	.cst-table.poster-table td{
		display: block;
		float: left;
		width: 100% !important;
		padding: 10px 0;
		text-align: left !important;
	}
	.session-table.poster-table .topic td{
		padding: 10px;
		font-size: 16px;
	}
	.poster-table .cate{
		padding: 4px 15px;
		font-size: 14px;
	}
	.poster-table .cate + div{
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}

    .cst-table.session-table td:has(.btn-vod){
        padding-right: 100px;
    }
    .btn.btn-vod{
        right: 10px;
        padding: 6px 15px;
        font-size: 14px;   
    }
    .btn-vod img{
        margin-right: 3px;
        width: 20px;
    }

	.sub-conbox.regist .bg-info-box{
		margin-bottom: 30px;
		font-size: 16px;
		word-break: keep-all;
	}
	.sub-conbox.regist .bg-info-box .tit{
		font-size: 18px;
	}
	.sub-conbox.regist .cst-table thead th,
	.sub-conbox.regist .cst-table thead th strong{
		font-size: 14px;
	}
	.sub-conbox.regist .list-type-check > li{
		font-size: 14px;
	}
	.sub-conbox.regist .list-type-check > li p br{
		display: none;
	}
	.sub-conbox.regist .list-type-dot.type1 {
		padding-top: 35px;
	}
	.sub-tit-dot{
		padding-left: 20px;
		background-size: 15px;
		margin-top: 40px;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.payment-info{
		padding-left: 20px;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.payment-info img{
		height: 20px;
	}
	.payment-info img:nth-child(2){
		margin-left: 20px;
	}
	.list-type-dot > li{
		padding-left: 15px;
		font-size: 14px;
	}
	.list-type-dot > li:before{
		top: 7px;
		left: 0;
		width: 6px;
		height: 6px;
	}
	.sub-conbox.regist .list-type-dot li + li{
		margin-top: 10px;
	}
	.sub-conbox.regist .bg-box.bank-info-box{
		padding: 15px;
		margin-top: 20px;
		font-size: 16px;
	}
	.sub-conbox.regist .bg-box.bank-info-box img{
		height: 22px;
	}
	.sub-conbox.regist .small-text{
		font-size: 14px;
	}
	.small-text{
		font-size: 12px;
		line-height: 1.5;
	}
	.list-type li .table-wrap .bg-yellow img{
		width: 12px;
	}
	.list-type li .table-wrap{
		margin-top: 10px;
	}
	.list-type li .table-wrap strong{
		font-size: 14px;
	}
	.sub-conbox.regist .bg-box{
		padding: 20px;
		margin-top: 40px;
		line-height: 1.3;
	}
	.sub-conbox.regist .bg-box .tit{
		margin-bottom: 5px;
		font-size: 16px;
	}
	.sub-conbox.regist .bg-box a{
		word-break: break-all;
	}
	.list-type-arrow > li{
		padding-left: 20px;
		font-size: 14px;
	}
	.list-type-arrow > li:before{
		top: 3px;
		width: 12px;
		height: 15px;
		background-size: 100%;
	}
	.list-type-arrow > li + li{
		margin-top: 15px;
	}
	.list-type-arrow > li + li br{
		display: none;
	}
	.list-type-arrow > li .small-text{
		font-size: 12px;
		line-height: 1.5;
	}
	.sub-conbox.regist .bg-box + .bg-box{
		padding-right: 20px;
		margin-top: 30px;
		font-size: 14px;
	}
	.highlights{
		font-size: 16px;
	}
	.highlights:before{
		height: 12px;
	}
	.sub-conbox.regist .highlights + p{
		margin-top: 10px;
	}
	.sub-conbox.regist .bg-gray + .bg-gray .btn.btn-type1{
		margin-top: 10px;
	}
	.term-wrap{
		padding: 20px;
	}
	.term-wrap .list-type-dot li{
		font-size: 14px;
	}
	.term-wrap .list-type-dot li + li{
		margin-top: 10px;
	}
	.term-wrap .list-type-dot li p{
		margin-top: 5px;
	}
	.term-wrap + .radio-wrap{
		padding: 10px;
	}
	.term-wrap + .radio-wrap label{
		margin: 0 5px;
		font-size: 14px;
	}
	.btn.btn-download{
		margin-top: -1px;
		padding: 4px 12px;
	}
	.btn.btn-download img{
		width: 16px;
	}

	.success-conbox{
		padding: 30px 20px;
		font-size: 16px;
	}
	.success-conbox img{
		width: 120px;
	}
	.sub-conbox .bg-box.success-conbox .tit{
		margin: 15px 0;
		font-size: 20px;
	}
	.success-conbox p:has(.highlights){
		margin-top: 20px;
	}
	.success-conbox .highlights{
		font-size: 18px;
	}

	.sub-conbox.confirm .bg-box{
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	.sub-conbox.confirm .bg-box strong{
		font-size: 16px;
	}
	.sub-conbox.confirm .write-wrap dt,
	.sub-conbox.confirm .write-wrap dd{
		width: 100%;
	}
	.sub-conbox.confirm .write-wrap dt{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sub-conbox.confirm .write-wrap{
		margin-bottom: 0;
	}

	.regist-intro-wrap{
		padding-top: 0;
		padding: 0 5px;
	}
	.regist-intro-wrap ul li{
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
		text-align: left;
	}
	.regist-intro-wrap ul li:first-child{
		margin-top: 0;
	}
	.regist-intro-wrap ul li > a{
		padding: 10px 25px;
		border-radius: 10px;
	}
	.regist-intro-wrap .icon{
		display: inline-block;
		width: 60px;
		height: 60px;
		background-size: 45px;
		vertical-align: middle;
	}
	.regist-intro-wrap .tit{
		display: inline-block;
		margin-top: 0;
		margin-left: 15px;
		font-size: 18px;
		vertical-align: middle;
	}
	.regist-intro-wrap ul li:hover > a{
		-webkit-transform: none;
		transform: none;
	}
	.sub-conbox.regist .bg-box .text-red img{
		width: 12px;
	}
	.radio-wrap + .write-wrap{
		margin-top: 40px;
	}
	.cnt-num .num{
		padding: 6px 20px 6px 10px;
		font-size: 18px;
	}
	.write-group-wrap + .write-group-wrap{
		margin-top: 30px;
	}
	.regi-form-wrap .cnt-num .btn-wrap{
		margin: 3px;
	}
	.cnt-num .btn-wrap .btn{
		margin: 2px;
		padding: 6px 12px;
		font-size: 14px;
	}
	.sub-conbox.regist-complete .bg-box.bank-info-box{
		margin-top: 10px;
	}
	.sub-conbox.regist-complete .success-conbox + .list-type{
		margin-top: 30px;
	}
	.sub-conbox.regist-complete .img-conbox{
		margin-top: 50px;
	}
	.sub-conbox.regist-complete .img-wrap{
		padding: 10px 20px 0;
	}
	.sub-conbox.regist-complete .img-conbox img{
		max-width: 60%;
	}
	.sub-conbox.regist .img-conbox .tit{
		margin-bottom: 20px;
		font-size: 16px;
	}
	.sub-conbox.abstract .bg-box.info-conbox,
	.sub-conbox.regist .bg-box.info-conbox{
		margin-top: 30px;
		padding: 20px;
	}
	.info-conbox img{
		width: 180px;
	}
	.info-conbox div{
		padding-top: 15px;
	}
	.info-conbox ul li{
		padding-left: 30px;
		margin: 3px 10px;
		font-size: 14px;
		background-size: 20px;
	}
	.info-conbox ul li + li{
		margin-left: 10px;
	}
	.sub-conbox.confirm .bg-box .text-red{
		display: block;
		margin-top: 5px;
		font-size: 14px;
		line-height: 1.3;
	}
	.sub-conbox.confirm .tel{
		margin: 0 15px;
	}
	.sub-conbox.confirm .tel img{
		width: 15px;
		margin-right: 3px;
	}

	.sub-conbox.abstract .bg-info-box .tit{
		font-size: 18px;
	}
	.abstract .list-type-dot li{
		line-height: 1.5;
	}
	.abstract .list-type-dot > li:before{
		top: 7px;
	}
	.sub-conbox.abstract .success-conbox p:has(.highlights){
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.info-conbox div .tit{
		font-size: 16px;
	}
	.write-form-tit{
		margin-bottom: 15px;
	}
	.write-form-tit h3{
		font-size: 20px;
	}
	.write-form-tit h3 img{
		margin-top: -5px;
		width: 20px;
	}
	.write-form-tit .highlights{
		margin: 0 10px;
		font-size: 18px;
	}

	.resident-intro-conbox{
		padding: 35px 15px 70px;
		background-image: url('../image/sub/bg_resident_intro_conbox_m.png');
		background-position: center bottom;
		background-color: #f0fcff;
		background-size: 100%;
	}
	.resident-intro-conbox .tit{
		font-size: 22px;
	}
	.resident-intro-conbox p{
		font-size: 18px;
		line-height: 1.4;
	}
	.resident-intro-conbox ul{
		margin-top: 30px;
	}
	.resident-intro-conbox ul li{
		display: block;
		float: none;
		width: 100%;
		height: auto;
		padding: 15px;
		margin-left: 0;
	}
	.resident-intro-conbox ul li:nth-child(2n+1){
		margin-left: 0;
	}
	.resident-intro-conbox ul li:nth-child(-n+2){
		margin-top: 15px;
	}
	.resident-intro-conbox ul li p,
	.resident-intro-conbox ul li p .highlights{
		font-size: 14px;
	}

	.bg-info-box{
		display: block;
		min-height: initial;
		padding: 30px 20px;
		border-radius: 35px 0 35px 0;
		background-image: url('../image/sub/bg_infobox_m.png');
	}
	.bg-info-box p{
		font-size: 16px;
		line-height: 1.3;
	}
	.hotel-conbox{
		margin-top: 25px;
	}
	.hotel-tit-wrap{
		margin-bottom: 10px;
	}
	.hotel-tit{
		padding-left: 20px;
		font-size: 16px;
		background-position: 0 1px;
		background-size: 16px;
	}
	.hotel-conbox .img-wrap,
	.hotel-conbox .text-wrap{
		float: none;
		width: 100%;
	}
	.hotel-conbox .img-wrap img{
		width: 100%;
	}
	.hotel-conbox .text-wrap{
		padding-left: 0;
		padding-top: 15px;
	}
	.hotel-info-list li{
		padding-left: 15px;
		background-size: 12px;
		background-position: 0 3px;
		font-size: 14px;
	}
	.hotel-info-list li + li{
		margin-top: 10px;
	}
	.hotel-info-list .note strong{
		width: auto;
	}
	.hotel-conbox .btn-wrap{
		margin-top: 20px;
	}
	.btn.btn-hotel{
		padding: 7px 15px;
		margin: 2px;
		border-radius: 5px;
		font-size: 14px;
	}
	.btn-hotel img{
		width: 14px;
	}
	.hotel-conbox.fix-height .btn-wrap{
		margin-top: 20px;
	}

	.list-type-check > li{
		padding-left: 15px;
		font-size: 12px;
	}
	.list-type-check > li:before{
		left: 0;
		width: 11px;
		height: 8px;
		background-size: 100%;
	}
	.hotel-info-list .list-type-bar > li{
		padding-left: 10px;
	}
	.hotel-info-list .list-type-bar > li:before{
		top: 8px;
		width: 4px;
		height: 1px;
	}

	.map-info-list{
		margin-top: 15px;
	}
	.map-info-list li{
		padding-left: 20px;
		background-size: 12px;
		background-position: 0 3px;
		font-size: 14px;
	}
	.map-info-list li.parking{
		background-size: 14px;
	}
	.map-info-list li + li{
		margin-top: 10px;
	}
	.sub-conbox.map .img-wrap{
		margin: 25px 0;
	}
	.root_daum_roughmap .wrap_map{
		height: 250px !important;
	}

	/* 셔틀버스 안내 */
	.icon-tit-wrap{
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.icon-tit{
		font-size: 18px;
	}
	.icon-tit.bus{
		padding-left: 30px;
		background-size: 20px;
		background-position: 0 4px;
	}
	.table-wrap + .table-tit-wrap{
		margin-top: 20px;
	}
	.table-tit{
		padding-left: 0;
		font-size: 16px;
	}
	.table-tit:has(.num){
		padding-left: 25px;
		text-indent: -25px;
	}
	.table-tit .num{
		width: 25px;
		height: 25px;
		margin-right: 3px;
		padding: 3px 0;
		font-size: 16px;
	}
	.bus-conbox .sub-tab-wrap.type2{
		border: 0;
	}
	.bus-conbox .sub-tab-wrap.type2 .sub-tab-menu{
        display: none;
		height: auto;
		border-color: #ffa93a;
	}
	.bus-conbox .sub-tab-wrap.type2 .btn-tab-menu{
		background-color: #ffa93a;
		color: #fff;
	}
	.bus-conbox .sub-tab-wrap.type2 .btn-tab-menu:after{
		background-image: url('../image/sub/ic_arrow_down.png');
	}
	.bus-conbox .sub-tab-wrap.type2 .sub-tab-menu li.on > a,
	.bus-conbox .sub-tab-wrap.type2 .sub-tab-menu li:hover > a{
		background-color: #fff;
		color: #000;
	}
	.bus-conbox .sub-tab-wrap.type2 .sub-tab-menu li > a{
		background-color: #fff;
		font-size: 14px;
		color: #000;
	}
	.bus-conbox .sub-tab-con .bg-box{
		padding: 20px;
	}
	.bus-conbox .sub-tab-con .bg-box img{
		width: 120px;
	}
	.bus-conbox .sub-tab-con .bg-box .tit{
		margin-top: 10px;
		font-size: 18px;
	}

	.ready-wrap{
		padding: 50px 15px;
	}
	.ready-wrap img{
		max-width: 220px;
	}
	.ready-wrap strong{
		margin-top: 20px;
		font-size: 24px;
	}
	.ready-wrap p{
		font-size: 14px;
		line-height: 1.5;
	}

	.mobile-note{
		display: block;
		text-align: center;
	}
	.mobile-note img{
		max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
	}
	.mobile-note{
		font-size: 16px;
		line-height: 1.2;
	}

	.sub-tab-wrap.type2{
		position: relative;
		z-index: 2;
	}
	.sub-tab-wrap.type2 .btn-tab-menu{
		display: flex;
		width: 100%;
		height: 40px;
		font-size: 16px;
		background-color: #eeeeff;
	}
	.sub-tab-wrap.type2 .sub-tab-menu{
		display: none;
		position: absolute;
		z-index: 1;
		width: 100%;
		height: auto;
		padding: 10px 0;
		background-color: #fff;
		border: 2px solid #eeeeff;
		border-top: 0;
	}
	.sub-tab-wrap.type2 .sub-tab-menu li{
		float: none;
		width: 100% !important;
		height: auto;
	}
	.sub-tab-wrap.type2 .sub-tab-menu li + li{
		border-top: 0;
	}
	.sub-tab-wrap.type2 .sub-tab-menu li > a{
		padding: 7px 0;
		color: #000;
		font-size: 14px;
		background-color: #fff;
	}
	.sub-tab-wrap.type2 .sub-tab-menu li.on > a,
	.sub-tab-wrap.type2 .sub-tab-menu li:hover > a{
		background-color: #fff;
		color: #000;
	}
	.sub-tab-wrap.type3 .sub-tab-menu.n2 li{
		width: calc((100% - 11px)/2);
		min-width: initial;
		margin-left: 10px;
	}
	.sub-tab-wrap.type3 .sub-tab-menu li > a{
		height: 40px;
		border-radius: 0 0 15px 0;
		font-size: 16px;
	}
}

@media screen and (max-width: 480px){
	.sub-conbox.regist-complete .img-conbox img{
		max-width: 100%;
	}

	.touch-help:before{
		max-width: 80%;
	}
}

/* 25.01.20 대구 여행코스 팝업 */
.popup-wrap{
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    letter-spacing: -0.015em;
}
.popup-wrap:not(.win-popup-wrap) .popup-contents{
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 10vh auto;
    background-color: #fff;
}
/* Type C */
.popup-wrap:not(.win-popup-wrap) .popup-conbox{
    border: 0;
    padding: 0;
}
.popup-wrap.type3 .pop-scroll-wrap {	
	max-height: 655px;
	overflow-y:scroll
}
.popup-wrap.type3 .pop-scroll-wrap::-webkit-scrollbar {
    width: 10px;  
}
.popup-wrap.type3 .pop-scroll-wrap::-webkit-scrollbar-thumb {
    background: #9ecfe2;    
}
.popup-wrap.type3 .pop-scroll-wrap::-webkit-scrollbar-track {
    background: #ecf4f6;
}
.popup-wrap.type3 .popup-tit-wrap{
    padding: 24px 30px;	
	background-color: #1b8bc5;
}
.popup-wrap.type3 .popup-tit-wrap h2{
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.02em;
}
.popup-wrap.type3 .popup-contit-wrap{
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.popup-wrap.type3 .popup-contit-wrap .pop-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
    border-radius: 5px;
    border: 1px solid#586277;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.05em;
	color: #fff;
	background-color: #586277;
}
.popup-wrap.type3 .popup-contit{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.popup-wrap.type3 .popup-contit img {
	display: inline-block;
	margin-right: 6px;
}
.popup-wrap.type3 .popup-con{
    padding: 0 30px 30px;
    font-size: 16px;
    line-height: 1.4;
}
.popup-wrap.type3 .popup-con .img-wrap img{
    max-width: 100%;
}
.popup-wrap.type3 .popup-con .point {
	display: inline-block;
	margin-top: 10px;
	padding: 6px 15px;
	font-size: 16px;
	line-height: 1;
    font-weight: 400;
    letter-spacing: -0.05em;
	color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #db3684;
	border: 1px solid #b61662;
}
.popup-wrap.type3 .popup-con .point.type2 {
	background-color: #f4a32f;
	border-color: #d78918;
}
.popup-wrap.type3 .popup-con .point.type3 {
	background-color: #4459b6;
	border-color: #152880;
}
.popup-wrap.type3 .popup-con .point + .list-type,
.popup-wrap.type3 .popup-con .img-wrap + .list-type,
.popup-wrap.type3 .popup-con .info-box + .list-type  {
	margin-top: 10px;
}
.popup-wrap.type3 .popup-con .list-type > li{
    position: relative;
    line-height: 1.6;
}
.popup-wrap.type3 .popup-con .list-type > li:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
}
.popup-wrap.type3 .popup-con .list-type-decimal{
	counter-reset: number 0;
}
.popup-wrap.type3 .popup-con .list-type-decimal > li {
	position: relative;
	padding-left: 30px;
}
.popup-wrap.type3 .popup-con .list-type-decimal > li + li {
	margin-top: 15px;
}
.popup-wrap.type3 .popup-con .list-type-decimal > li::before {
	content: counter(number);
	counter-increment: number 1;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 24px;
	height: 24px;
	font-weight: 500;
	background-color: transparent;
	border-radius: 100%;
	text-align: center;
}
.popup-wrap.type3 .popup-con .list-type-decimal > li:nth-child(1)::before {
	color: #c61e6d;
	background-color: #ffe3f1;
}
.popup-wrap.type3 .popup-con .list-type-decimal > li:nth-child(2)::before {
	color: #ffa70f;
	background-color: #ffefd5;
}
.popup-wrap.type3 .popup-con .list-type-decimal > li:nth-child(3)::before {
	color: #0ca4ca;
	background-color: #d5ffff;
}
.popup-wrap.type3 .popup-con .list-type-decimal > li:nth-child(4)::before {
	color: #0c58ca;
	background-color: #d5e9ff;
}
.popup-wrap.type3 .popup-con .list-type-decimal > li:nth-child(5)::before {
	color: #68068f;
	background-color: #ebd5ff;
}
.popup-wrap.type3 .popup-con .list-type-decimal > li > strong {
	font-weight: 600;
}
.popup-wrap.type3 .popup-con .list-type-bar > li {
	padding-left: 13px;
	line-height: 1.3;
}
.popup-wrap.type3 .popup-con .list-type-bar > li + li {
	margin-top: 3px;
}
.popup-wrap.type3 .popup-con .list-type-bar > li:before {
	top: 8px;
	height: 1px;
}
.popup-wrap.type3 .popup-con .img-wrap + .info-box {
	margin-top: 10px;
}
.popup-wrap.type3 .popup-con .info-box {
	padding: 20px 18px;
	font-size: 16px;
	letter-spacing: -0.02em;
	color: #242424;
	background-color: #f9f9f9;
}
.popup-wrap.type3 .popup-con .bg-box {
	margin-top: 10px;
	padding: 10px 30px;
	margin-left: -30px;
	width: calc(100% + 60px);
	background-color: #fff3da;
}
.popup-wrap.type3 .popup-con .bg-box dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}
.popup-wrap.type3 .popup-con .bg-box dl dt {
	width: 160px;
	font-size: 16px;
	font-weight: 600;
}
.popup-wrap.type3 .popup-con .bg-box dl dt > img {
	display: inline-block;
	margin-right: 6px;
}
.btn-pop-close{
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/sub/ic_popup_close.png');
}
@media screen and (max-width: 768px){
	.popup-wrap:not(.win-popup-wrap) .popup-contents{
        margin: 5vh auto;
    }
	/* Type C */	
	.popup-wrap.type3 .pop-scroll-wrap {
		max-height: unset;
        height: calc(100vh - 120px);

	}	
	.popup-wrap.type3 .pop-scroll-wrap::-webkit-scrollbar {
		width: 6px;  
	}
    .popup-wrap.type3 .popup-tit-wrap{
        padding: 14px 35px 14px 15px;
    }
	.popup-wrap.type3 .popup-tit-wrap h2 {
		font-size: 18px;
	}
    .popup-wrap.type3 .popup-contit-wrap{
        padding: 15px;
    }
    .popup-wrap.type3 .popup-contit{
        font-size: 16px;
    }
	.popup-wrap.type3 .popup-contit img {
		width: 10px;
		margin-right: 4px;
	}
	.popup-wrap.type3 .popup-contit-wrap .pop-btn {
		padding: 4px 6px 4px 10px;
		font-size: 12px;
	}
	.popup-wrap.type3 .popup-contit-wrap .pop-btn img {
		width: 10px;
	}
    .popup-wrap.type3 .popup-con{
		padding: 0 15px 20px;
        font-size: 14px;
        line-height: 1.4;
    }
	.popup-wrap.type3 .popup-con .list-type-decimal > li {
		padding-left: 26px;
		line-height: 1.4;
	}
	.popup-wrap.type3 .popup-con .list-type-bar > li {
		padding-left: 10px;
	}
	.popup-wrap.type3 .popup-con .list-type-decimal > li::before {
		width: 18px;
		height: 18px;
		font-size: 12px;
		line-height: 1.5;
	}
	.popup-wrap.type3 .popup-con .info-box {
		padding: 16px 12px;
		font-size: 14px;
		line-height: 1.4;
	}
	.popup-wrap.type3 .popup-con .point {
		padding: 4px 12px;
		font-size: 14px;
	}
	.popup-wrap.type3 .popup-con .bg-box {
		margin-left: -15px;
		padding: 10px 15px;
		width: calc(100% + 30px);
	}
	.popup-wrap.type3 .popup-con .bg-box dl {
		display: block
	}
	.popup-wrap.type3 .popup-con .bg-box dl dt {
		width: 100%;
		font-size: 14px;
	}
	.popup-wrap.type3 .popup-con .bg-box dl dt > img {
		width: 20px;
	}
	.popup-wrap.type3 .popup-con .bg-box dl dd {
		padding-top: 8px;
		font-size: 14px;
	}
    .btn-pop-close{
        top: 12px;
        right: 10px;
        width: 24px;
        height: 24px;
        background-size: 20px;
    }
}