@charset "utf-8";
* { 
	font-family: 'Nanum Gothic', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: keep-all;
	/** css3 protected**/
	/*
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select:none;
	*/
}
html{
	font-size:16px;
}
#header,
#header2{
	background-color: rgba(0,0,0,0.65);
}
#header.dip,
#header2.dip{
	background-color: rgba(0,0,0,0.75);
}
#header > div{
	position:relative;
}
#header > div:before{
	content:'';
	width:1000px;
	position:absolute;
	background:url(/images/logo_gt.png) no-repeat;
	left:0;
	top:0;
	bottom:0;
	margin-left:0px;
	z-index:-1;
}
@media (min-width:640px){
	#header > div:before{
		content:'';
		width:1000px;
		position:absolute;
		background:url(/images/logo_gt.png) no-repeat;
		left:0;
		top:0;
		bottom:0;
		margin-left:-700px;
		z-index:-1;
	}
}
#nav-content,
#nav-content2{
	height:100px;
	color:#fff;
	position:relative;
}
#banners.b1{
	animation:fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	background-image:url(/images/메인페이지1.png);
	background-repeat:no-repeat;
	position:relative;
}
#banners.b1:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image:url(/images/메인페이지2.png) ;
	background-repeat:no-repeat;
	position:relative;
}
#banners.b2{
	animation:fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	background-image:url(/images/메인페이지2.png);
	background-repeat:no-repeat;
	position:relative;
}
#banners.b2:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image:url(/images/메인페이지3.png);
	background-repeat:no-repeat;
	position:relative;
}
#banners.b3{
	animation:fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	background-image:url(/images/메인페이지3.png) ;
	background-repeat:no-repeat;
	position:relative;
}
#banners.b3:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-image:url(/images/메인페이지1.png);
	background-repeat:no-repeat;
	position:relative;
}
#banners.b1,
#banners.b1:before,
#banners.b2,
#banners.b2:before,
#banners.b3,
#banners.b3:before{
	background-size:auto 400px;
	background-position:center top;
}
#banners.b2{
	background-position:30% 0%;
}
#banners.b3{
	background-position:74% 0%;
}
@media (min-width:640px){
	#banners.b1,
	#banners.b1:before,
	#banners.b2,
	#banners.b2:before,
	#banners.b3,
	#banners.b3:before{
		background-size:cover;
		background-position:center top;
	}
}
.banner_text_box{
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index:0;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/*.banner_text_box:before{*/
/*	content:'';*/
/*	background:#000;*/
/*	opacity:0.45;*/
/*	position:absolute;*/
/*	top:0;*/
/*	right:0;*/
/*	bottom:0;*/
/*	left:0;*/
/*	z-index:-1;*/
/*}*/
.main-section-title,
.main-section-title2,
.main-section-title4{
	position:relative;
}
.main-section-title:before,
.main-section-title2:before,
.main-section-title4:before{
	content:'';
	width:100%;
	position:absolute;
	left:50%;
	margin-left:-50%;
	top:50%;
	margin-top:-1px;
	height:1px;
	background-color:#efefef;
	z-index:0;
	
}
.main-section-title2:before{
	background-color:#959595;
	
}
.main-section-title4:before{
	background-color:#fff;
	
}
.main-section-title3 > span{
	position:relative;
}
.main-section-title3 > span:before{
	content:'';
	width:60%;
	position:absolute;
	left:50%;
	margin-left:-30%;
	height: 10px;
	background-color: #2a997e;
	bottom:-23px;
}
.main-section-title3 > span:after{
	content:'';
	width:60%;
	position:absolute;
	left:50%;
	margin-left:-30%;
	height:2px;
	background-color: #2a997e;
	bottom:-27px;
}
.main-section-title > SPAN,
.main-section-title2 > SPAN,
.main-section-title4 > SPAN{
	z-index:1;
	position:absolute;
	width:300px;
	height:45px;
	left:50%;
	top:50%;
	margin-left:-150px;
	background-color:#fff;
	margin-top:-22px;
}
.main-section-title2 > SPAN{
	background-color:#eee;
}
.main-section-title4 > SPAN{
	background-color:#444;
}
.main_round{
	background:#5bbab9;
	border-radius:50%;
	display:flex;
	align-items: center;
	justify-content: center;
}
.programs_link{
	background-color:#f18059;
	display:block;
	border-radius:10px;
	color:#fff;
	width:50%;
}
.programs_link2{
	background-color:#2a997e;
	display:block;
	border-radius:10px;
	color:#fff;
	width:50%;
}
.title_underline{
	display:inline-block;
	position:relative;
}
.title_underline:before{
	content:'';
	width:calc(100% - 1rem);
	position:absolute;
	left:1rem;
	height:2px;
	background-color: #2a997e;
	bottom:0px;
}
#fooform input,
#fooform textarea{
	border:1px solid #fff;
	background:transparent;
	height:40px;
	width:100%;
	color:#fff;
}
#fooform textarea{
	height:208px;
}
#fooform input[type=submit]{
	height:45px;
	background-color:#eec559;
	color:#fff;
}
#fooform input::placeholder,
#fooform textarea::placeholder {
	color:#fff;
	text-indent:10px;
}

#fooform2 input,
#fooform2 textarea{
	border:1px solid #000;
	background:transparent;
	height:40px;
	width:100%;
	color:#000;
}
#fooform2 textarea{
	height:208px;
}
#fooform2 input[type=submit]{
	height:45px;
	background-color:#eec559;
	color:#fff;
}
#fooform2 input::placeholder,
#fooform2 textarea::placeholder {
	color:#000;
	text-indent:10px;
}

#header.mmenu #nav-content,
#header2.mmenu #nav-content2{
	display:block;
	height:0;
}
#header.mmenu #nav-content ul.list-reset,
#header2.mmenu #nav-content2 ul.list-reset{
	background:rgba(0,0,0,0.75);
}
#header.mmenu #nav-content:before,
#header.mmenu #nav-content:after,
#header2.mmenu #nav-content2:before,
#header2.mmenu #nav-content2:after{
	content:none;
}
#dheraldlang_nav{
	position:absolute;
	top:370px;
}
@media (min-width: 640px){
	#dheraldlang_nav{
		left:50%;
		margin-left:-35%;
		top:427px;
	}
}
#dheraldlang_nav > div{
	background-color:#ffc80b;
	height:60px;
	border-radius:29px;
	color:#fff;
	margin-bottom:-30px;
	line-height:60px;
}
#dheraldlang_nav > div > a{
	position:relative;
}
#dheraldlang_nav > div > a.home_link:after{
	content:'';
	width:1px;
	height:16px;
	position:absolute;
	right:0;
	background-color:#fff;
	top:50%;
	margin-top:-8px;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.sub_body_bg{
	background-size:auto 400px;
	background-position:center top;
	background-repeat:no-repeat;
}
@media (min-width:640px){
	.sub_body_bg{
		background-size:auto;
		background-position:center top;
		background-repeat:no-repeat;
	}
}
#dheraldlang_nav a{
	pointer-events: none;
}
#map_canvas {
	border: 2px solid #ddd;
	border-radius: 5px;
	box-shadow: 2px 4px 4px rgba(0,0,0,.48);
	height: 675px;
	margin: 95px 0 55px 0;
}
.customoverlay {
	position: relative;
	bottom:55px;
	border-radius: 6px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ddd;
	float: left;
}
.customoverlay:after {
	content: '';
	position: absolute;
	margin-left: -12px;
	left: 50%;
	bottom: -24px;
	width:0;
	height:0;
	border-top:12px solid #d95050;
	border-right:12px solid transparent;
	border-bottom:12px solid transparent;
	border-left:12px solid transparent;
}
.customoverlay a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	background: #d95050;
}
.customoverlay .title {
	display: block;
	text-align: center;
	background: #d95050;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	line-height:1.5;
}
.rg-18{
	position:relative;
}
.rg-18:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width: 5px;
	background-color: #e24747;
}

input[type="tel"], input[type="time"], input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="file"], input[type="url"], input[type="number"], input[type="date"], textarea {
    width: 100%;
    height: 3rem;
    font-size: 1rem;
    color: #2b2b35;
    border: 1px solid #c6c6c6;
    background: #fff;
    text-indent: 1rem;
    -webkit-transition: border .5s;
    transition: border .5s;
    vertical-align: middle;
}
input[type="tel"][readonly], input[type="text"][readonly], input[type="password"][readonly], input[type="email"][readonly], input[type="search"][readonly], input[type="tel"][disabled], input[type="text"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="email"][disabled] {
    -webkit-appearance: none;
    color: #777;
    background: #f5f5f5;
    cursor: auto;
}
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
textarea {
    padding: 1rem;
    text-indent: 0px;
    height: 10rem;
    resize: none;
}
/* Buttons */
.btn {display:inline-block;vertical-align:middle;width:100%;height:4.4rem;padding:1rem;font-size:1.6rem;text-align:center;cursor:pointer;}
.btn--small {height:3.4rem;padding:0.6rem 0;font-size:1rem;text-align:center;}
.btn--primary {background-color:#275BA7;color:#fff;}
.btn--secondary {background-color:#C6C6C6;color:#fff;}
.btn--disabled {background-color:#C6C6C6;color:#fff; pointer-events:none;}
.btn--info {background-color:#F5F5F5;color:#275ba7;}
.btn--light {background-color:#FFFFFF;color:#000;border:1px solid #2b2b35;font-weight:bold;}
.btn--dark {background-color:#2B2B2B;color:#fff;font-weight:bold;}
.btn--dherald {background-color:#2a997e;color:#fff;}
.btn--icon {height:3.4rem;padding:0.6rem 0;font-size:1.4rem;text-align:center;}
.btn--search {min-width:5rem !important;}
/* 회원서비스 - 공통 */
.member {}
.member__title {text-align:center;}
.member__title h3 {position:relative;font-size:2.4rem;font-weight:bold;color:#2b2b35;z-index:5;}
.member__title .line {position:relative;display:inline-block;}
.member__box {border-bottom:1px solid #2b2b35;}

/* 회원서비스 - 로그인 */
.member__login {}
.member__login .btn {margin-top:2rem;}
.member__login .common-txt02 p {font-size:1.2rem;}
.login__area li {margin-top:1rem;}
.login__area li:first-of-type {margin-top:0;}
.login__link {display:flex;align-items:center;/*margin-top:3rem;*/padding-top:2rem;border-top:1px solid #dadada;text-align:center;}
.login__link a {display:flex;justify-content:space-between;margin-top:1rem;padding:0 2rem;}
.login__link a:first-of-type {margin-top:0;}
.login__link a .arrow {display:inline-block;vertical-align:sub;width:2rem;height:2rem;background:#f5f5f5 url("/images/common/m_ico_btn_next_g@2x.png") no-repeat center center;background-size:cover;border-radius:5px;}
.login__link a.active {font-weight:bold;color:#275ba7;}
.login__link a.active .arrow {background:#275ba7 url("/images/common/m_ico_btn_next_w@2x.png") no-repeat center center;background-size:cover;}
.login__link-flex {flex:1;}
.login__link-flex:last-of-type {border-left:1px solid #dadada;}
.login__link a:hover {
    font-weight: bold;
    color: #275ba7;
}

/* 회원서비스 - 회원가입 */
.member__join {}
.member__join .info-txt {padding-top:2rem;border-top:2px solid #2b2b35;color:#777;word-break:keep-all;}
.join__bundle {display:flex;align-items:center;padding:2rem 0;}
.join__area.on {display:block;}
.join__area {display:none;padding:2rem 0;border-top:1px solid #dadada;}
.join__area li {display:flex;align-items:center;width:100%;margin-top:1rem;}
.join__area li:first-of-type {margin-top:0;}
.join__tit {padding:2rem 0 1rem;font-size:1.6rem;color:#2b2b35;border-top:1px solid #dadada;}
.join__complete {padding:2rem 0;border-top:2px solid #2b2b35;border-bottom:1px solid #2b2b35;}
.join__complete .message {font-size:1.6rem;font-weight:bold;color:#2b2b35;}
.join__complete .txt {margin-top:1.6rem;color:#2b2b35;}
.join__complete .txt strong {color:#275ba7;}

/* 회원서비스 - 아이디찾기 */
.member__search {}
.member__search .info-txt {color:#777;}
.search__area {padding:2rem 0;}
.search__area li {display:flex;align-items:center;width:100%;margin-top:1rem;}
.search__area li:first-of-type {margin-top:0;}
.search__area .cert {min-width:10rem;height:4rem;margin-left:1rem;}
.search__result {padding:2rem 0;border-top:2px solid #2b2b35;text-align:center;}
.search__result.view-bg {background:#f5f5f5;}
.search__result h4 {font-size:1.6rem;font-weight:normal;}

/* FAQ */
.faq {margin-top:2rem;}
.faq__category {display:flex;flex-wrap:wrap;text-align:center;border-bottom:1px solid #c6c6c6;}
.faq__category-item {min-width:calc(100% / 4);padding:0.7rem;color:#939396;background:#f5f5f5;border-top:1px solid #c6c6c6;border-left:1px solid #c6c6c6;}
.faq__category-item:last-child {border-right:1px solid #c6c6c6;}
.faq__category-item.current {font-weight:bold;color:#fff;background:#2a997e;background-color:#2a997e;}
.faq__list {margin-top:2rem;border-top:2px solid #2b2b35;border-bottom:1px solid #2b2b35;}
.faq__list .icon {position:absolute;top:1rem;width:2rem;height:2rem;font-size:1.2rem;font-weight:bold;line-height:2rem;border-radius:5px; text-align:center;}
.faq__list-q {position:relative;padding:1rem 2rem 1rem 3rem;border-bottom:1px solid #dadada;cursor:pointer;}
.faq__list-q p {color:#2b2b35;}
.faq__list-q .icon {left:0;color:#2b2b35;background-color:#f5f5f5; text-align:center;}
.faq__list-q .arrow {display:none;}
.faq__list-a {display:none;background:#f5f5f5;}
.faq__list-a .list-box {position:relative;padding:1rem 1rem 1rem 4rem;border-bottom:1px solid #dadada;}
.faq__list-a .icon {left:1rem;color:#fff;background-color:#275ba7;}
.faq__list-a p {position:relative;font-size:16px;color:#2b2b35;}

/* Table */
.table-box {border-top:2px solid #2b2b35;border-bottom:1px solid #2b2b35;}
.table.line-style {text-align:center;}
.table.line-style th {border-right:1px solid #dadada;font-size:1.1rem;}
.table.line-style thead th:last-of-type {border-right:0;}
.table.line-style td {padding:1rem 0.5rem;border-right:1px solid #dadada;font-size:1rem;word-break:keep-all;}
.table.line-style td:last-of-type {border-right:0;}
.table.line-style td.iebd {border-left:1px solid #dadada;}
.table.other-type th,
.table.other-type td {padding:1rem 0.5rem;font-size:1.3rem;word-break:keep-all;}
.table.no-line-style th {padding:1rem;text-align:left;border-bottom:0;}
.table th {padding:1rem 0.5rem;background:#f5f5f5;border-bottom:1px solid #dadada;word-break:keep-all;}
.table td {padding:1rem;background:#ffffff;border-bottom:1px solid #dadada;word-break:break-word;}
.table td h5 {font-size:1.4rem;}
.table td ul + h5,
.table td ol + h5,
.table td p + h5 {margin-top:1rem;}
.table td.inner-list {padding:0;}
.table td.txt-center {text-align:center;}
.table td.txt-left {text-align:left;}
.table td.txt-right {text-align:right;}
.table td.no-list {padding:3rem 0;font-size:1.6rem !important;color:#2b2b35;text-align:center;}
.table td.yellow {background:rgba(232,165,65,0.15);}
.table .sum {background:#f5f9fd;}
.table .cols {border-right:1px solid #dadada;font-weight:bold;text-align:center;}
.table .star {color:#e64d3e;}
.table .red {font-size:1.2rem;}
.table .ab {color:#e64d3e;}
.table .at {color:#000000;}
.table .input-wrap {width:100%;}
.table .input-wrap + .input-wrap {margin-top:1rem;}
.table .input-wrap select,
.table .vertical select {height:3.4rem;background-position:95% 50%;}
.table .input-wrap input,
.table .vertical input {height:3.4rem;}
.table .input-wrap button,
.table .vertical button {min-width:10rem;height:3.4rem;margin-left:1rem;}
.table .radio-box {margin-left:2rem;}
.table .radio-box:first-of-type {margin-left:0;}
.table input + .check-box {margin-left:2rem;}
.table .waiting {color:#777;}
.table .complete {color:#275ba7;font-weight:bold;}

/* Content - 텍스트 */
.bar {position:absolute;bottom:0;left:0;display:block;width:100%;height:1rem;background:rgba(156,192,231,0.3);z-index:4;}
.page-title {position:relative;display:inline-block;}
.page-title h3 {position:relative;font-size:2rem;font-weight:bold;color:#2b2b35;z-index:5;}
.page-sub-title {position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:2rem;}
/*.page-sub-title:first-of-type {margin-top:0;padding-top:2rem;border-top:1px solid #dadada;}*/
.page-sub-title h4 {font-size:1.6rem;font-weight:bold;color:#2b2b35;}
.page-sub-title h4.bigger {font-size:2rem;}
.page-sub-title .refer {font-size:1.2rem;color:#2b2b35;}
.page-sub-title .star {color:#e64d3e;}
.page-sub-title + .page-sub-text {margin-top:2rem;}
.page-sub-title.no-title {padding-top:0;border-top:0;justify-content:flex-end;}
.page-sub-title.useBorder {padding-top:2rem;border-top:1px solid #dadada;}
.page-sub-text {position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:2rem;}
.page-sub-text:first-of-type {margin-top:1rem;}
.page-sub-text h5 {font-size:1.6rem;font-weight:bold;color:#2b2b35;}
.page-sub-text h5.step {font-size:1.4rem;}
.page-sub-text .refer {font-size:1.2rem;color:#2b2b35;}
.page-sub-text .star {color:#e64d3e;}
.page-sub-text.modern {display:inline-block;margin-top:0;}
.page-sub-text.modern p {position:relative;font-size:1.8rem;font-weight:bold;color:#2b2b35;z-index:5;}
.page-btn {position:absolute;top:0;right:0;}
.common-txt01 {color:#2b2b35;}
.common-txt02 {margin-top:1.6rem;}
.common-txt02 p{margin-left:1.2rem;text-indent:-1.2rem;color:#777 !important;}
.common-txt02 p:before {content:"";display:inline-block;vertical-align:middle;width:0.6rem;height:0.2rem;margin-right:0.6rem;background:#e8a541;}
.common-txt03 {font-size:1.2rem;}

.new_price{
	color:#ff0000;
}
.new_price > .dc{
	display:inline-block;
	background-color:#ff0000;
	color:#fff;
	padding:0 5px;
	line-height:1.8;
	font-size:14px;
}
.old_price{
	text-decoration: line-through;
}

/* Form */
.radio-box {display:inline-block;margin-left:2rem;}
.radio-box:first-of-type {margin-left:0;}
.radio-box label {color:#2b2b35;}
.check-box {position:relative;display:inline-block;}
.check-box label {color:#2b2b35;}
.check-box.no-txt input[type="checkbox"] + label:before {margin:0;}
.file-box {position:relative;display:inline-block;}
.file-name {display:inline-block;vertical-align:middle;width:30rem;margin-left:0.3rem;color:#777;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.file-list {overflow:hidden;padding:1rem 2rem;background:#f5f5f5;border:1px solid #dadada;}
.file-list dt {float:left;margin-right:2rem;font-weight:bold;color:#2b2b35;}
.file-list dd {float:left;color:#2b2b35;}
.file-list dd a {display:block;}
.file-list dd a + a {margin-top:0.6rem;}
.file-list dd i {margin-right:1rem;}
.input-label {width:30%;color:#2b2b35;}
.input-wrap {display:flex;align-items:center;width:70%;}
.input-wrap.full {width:100%;}
.input-wrap .common-txt02 {min-width:20rem;margin-top:0;margin-left:1rem;}
.input-wrap .common-txt02 p {font-size:1.1rem;}
.input-wrap.wrap100 .common-txt02 {margin-top:1rem;margin-left:0;}
.input-wrap input,
.input-wrap button,
.input-wrap select {min-width:6.4rem;}
.input-wrap .dash,
.vertical .dash {margin:0 0.6rem;text-align:center;}
.input-wrap .whelk,
.vertical .whelk {margin:0 0.6rem;text-align:center;}
.input-wrap .space,
.vertical .space {min-width:1rem;text-align:center;}
.input-wrap .char,
.vertical .char {margin:0 0.6rem;text-align:center;}
.vertical {display:flex;align-items:center;}
.vertical .small {max-width:6rem;}
.vertical .medium {max-width:13.6rem;}
.vertical .small2 {min-width:7rem;}
.vertical-tit {margin-top:1rem;}
.vertical-tit:first-of-type {margin-top:0;}
.vertical-tit .small {font-size:1.2rem;}
.vertical-tit + .vertical {margin-top:1rem;}
.button-wrap.small {justify-content:center;height:auto;margin-top:1rem;}
.button-wrap.small button {max-width:12rem;height:3.4rem;padding:0.6rem;font-size:1.4rem;}
.button-wrap {margin-top:2rem;position:relative;display:flex;justify-content:space-between;width:100%;height:4.4rem;text-align:center;}
.button-wrap button + button,
.button-wrap button + a,
.button-wrap a + button,
.button-wrap a + a {margin-left:1rem;}
.button-wrap .right {position:absolute;top:0;right:0;}
.attach-box {display:flex;align-items:center;padding:1rem;background:#f5f5f5;border:1px solid #dadada;}
.attach-box dt {min-width:5.5rem;margin:0 2.6rem 0 0.6rem;font-weight:bold;}
.attach-box dd {width:100%;color:#2b2b35;}
.attach-box dd .icon {margin-right:0.6rem;}
.attach-box select {height:3.4rem;background-position:97% 50%;}
.attach-box input[type="text"] {height:3.4rem;}
.attach-box h5 {position:relative;width:100%;padding-left:1.6rem;font-size:1rem;color:#275ba7;}
.attach-box h5.modern {width:100%;margin-top:1rem;font-size:1rem;color:#2b2b35;word-break:keep-all; font-weight:bold;}
.attach-box h5.modern:first-of-type {margin-top:0;}
.attach-box h5.modern + p {padding-left:1.6rem;}
.attach-box h5:before {content:"";position:absolute;top:0.6rem;left:0;display:inline-block;width:0.6rem;height:0.2rem;background:#275ba7;}
.attach-box h5 + h5 {margin-top:1rem;}
.attach-box ol {margin-top:1rem;color:#2b2b35;}
.attach-box ol li {margin-left:1.6rem;text-indent:-1.6rem;}
.attach-box p {margin-top:0.6rem;font-size:1rem;color:#2b2b35;}
.attach-box + .agree-box {border-top:0;}
.attach-box .attach-item {position:relative;width:100%;margin-top:1rem;padding-left:1.6rem;}
.attach-box .attach-item:before {content:"";position:absolute;top:1rem;left:0;display:inline-block;width:0.6rem;height:0.2rem;background:#275ba7;}
.attach-box .attach-item:first-of-type {margin-top:0;}
.attach-box .attach-item dl {display:table;width:100%;}
.attach-box .attach-item dt {display:table-cell;vertical-align:top;width:5.5rem;font-weight:normal;color:#777;}
.attach-box .attach-item dd {display:table-cell;vertical-align:top;padding-left:0.5rem;color:#2b2b35;}
.agree-box {background:#fff;border:1px solid #dadada; margin:0 1rem;}
.agree-box > p {padding:1rem 2rem 1rem 1rem;}
.agree-box > div {padding:1rem;text-align:center;border-top:1px solid #dadada;}
.warning {}
.warning p {font-size:1rem;color:#e64d3e;}
.warning p + p {margin-top:0.6rem;}
.checkup {}
.checkup__list {}
.checkup__list-item {}
.checkup__result {margin-top:2rem;padding:2rem;background:#f5f5f5;border:1px solid #dadada;}
.checkup__result-txt {text-align:center;}
.checkup__result-txt .icon {display:block;margin:0 auto;}
.checkup__result-txt p {margin-top:1rem;color:#2b2b35;font-weight:bold;text-align:center;}
.checkup__result-btn {margin-top:2rem;display:flex;justify-content:space-between;}
.checkup__result-btn .btn + .btn {margin-left:1rem;}
.checkup__frame {margin-top:2rem;}
.checkup__frame iframe {border:0;}
.checkup__frame p {margin-top:1rem;color:#777;text-align:center;}
.wrap100 {
    flex-wrap: wrap;
}
.space-medium {
    margin: 1rem;
}
/* accordion */
.accordion {
	position: relative;
}
.accordion-all {
	padding: 20px;
}
.accordion-item + .accordion-item {
	margin-top: 10px;
}
.accordion-item.current .toggle-content {
	border: 1px solid #777c8a;
	border-top: 0;
}
.accordion-item.current .accordion-btn .detail:after {
	background-image: url('/images/common/ic_expand_close.png');
}
.accordion-btn {
	position: relative;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid #777c8a;
}
.accordion-btn .detail {
	display: inline-block;
	padding-right: 35px; 
	right: 40px;
	font-size: 13px;
	color: #e64d3e;
	cursor: pointer;
}
.accordion-btn .detail:after {
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	display: inline-block;
	width: 16px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/common/ic_expand_open.png');
}
.accordion-btn .form-box {
	top: -2px;
}
.accordion .form-box input[type=checkbox] + label {
	font-size: 15px;
}
.accordion .form-box input[type=checkbox] + label:after {
	border-color: #777c8a;
}
.accordion .form-box input[type=checkbox]:checked + label:after {
	border-color: #e64d3e;
}
.accordion-btn .description {
	margin-top: 5px;
	padding-left: 34px;
	font-size: 12px;
	font-weight: 300;
}
.accordion-num {
	position: relative;
	top: -1px;
	padding: 13px 20px;
	border: 1px solid #777c8a;
	border-top: 1px dashed #cbcedb;
	font-size: 0;
}
.accordion-num:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
}
.accordion-num.checked {
	background: #f6f7fb;
}
.accordion-num.checked:after {
	display: none;
}
.accordion-num dt,
.accordion-num dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}
.accordion-num dt {
	padding-left: 43px;
	padding-right: 23px;
	font-weight: 500;
	color: #414141;
}
.accordion-num dd.space {
	width: 8px;
	height: 1px;
	margin: 0 10px;
	background: #2a2f3e;
	text-indent: -9999px;
}
.accordion-num input {
	width: 120px;
}
.accordion-view {
	padding: 30px;
	font-family: 'Nanum Gothic';
	background: #f6f7fb;
}
.accordion-view p {
	font-size: 13px;
}
.accordion-description {
	margin: 17px 0 0 40px;
	font-size: 13px;
	color: #414141;
}
/* accordion other-type */
.accordion.other-type .accordion-btn .detail {
	padding-right: 0;
}
.accordion.other-type .accordion-btn .detail:after {
	display: none;
}
.accordion.other-type .accordion-btn {
	border-color: #cbcedb;
}
.accordion.other-type .accordion-item.current .toggle-content {
	border-color: #cbcedb;
}
.accordion.other-type .form-box input[type=checkbox] + label:after {
	border-color: #cbcedb;
}
.accordion.other-type .form-box input[type=checkbox]:checked + label:after {
	border-color: #e64d3e;
}
/* toggle */
.toggle {
}
.toggle .toggle-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.1s ease-out;
	-moz-transition: max-height 0.1s ease-out;
	-ms-transition: max-height 0.1s ease-out;
	transition: max-height 0.1s ease-out;
}
.toggle.current .toggle-content {
	max-height: 300px; 
	overflow:auto;
}
select {
    width: 100%;
    height: 4rem;
    background: #fff url(/images/icon/ico_expand_open_g.png) no-repeat 90% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #2b2b35;
    border: 1px solid #c6c6c6;
    border-radius: 0;
    padding-left: 1rem;
    -webkit-transition: border .5s;
    transition: border .5s;
    background-size: 1.2rem 1.2rem;
    box-sizing: border-box;
}
.zoompdf{
	min-width: calc(100% / 4);
	padding: 0.7rem;
	color: #333;
	font-weight:bold;
}