@charset "utf-8";

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.sub-tab {width:100%; height:60px; border-bottom:1px solid #ddd; text-align:center;}
	.sub-tab ul {max-width:1200px; margin:0 auto; display:flex; justify-content: center; align-items: center; flex-wrap: wrap;}
	.sub-tab ul li {width:25%; height:60px; border-left:1px solid #ddd;}
	.sub-tab ul li a {width:100%; height:100%; line-height:120%; font-size:18px; color:#555; font-weight:400; display:flex; justify-content: center; align-items: center; flex-wrap: wrap;}
	.sub-tab ul li.active { border-bottom:3px solid #071a33;}
	.sub-tab ul li.active a { color:#071a33; }
	.sub-tab.fixed{z-index:555;position:fixed;top:105px;left:0;width:100%;background:#fff;}
	.sub-tab.fixed ul{margin:0 auto;width:auto;}
	.sub-tab.fixed a{ border-bottom:0;border-top:0;}
	
	.title-divider { text-align: left; margin:0.5em 0 1em; background: #ffffff url(/images/basic_resp/img/bg_divider.png) left center repeat-x; padding: 0; }
	.title-divider span { background: #ffffff; padding-right: 0.5em; font-weight: 500; }
	.title-divider small { display: block; color: rgba(51, 51, 51, 0.6); }
	
	/* 서브상단 페이지네비 */
	.whois-sub-page-guide { background-color:#fafafa; overflow: hidden; }
	.whois-sub-page-guide .whois-sub-page-guide-navi { padding:14px 0 14px 0; font-size:12px; text-align:right; color:#888888; }
	.whois-sub-page-guide .whois-sub-page-guide-navi b { color:#333; }

	@media only screen and (min-width:1461px) {
		.sub-tab li:last-child a{border-right:1px solid #ddd;}
	}
	@media only screen and (max-width:1460px) {
		.sub-tab.fixed {top: 65px;}
		.sub-tab li:first-child a{border-left:0;}
	}
	@media only screen and (max-width:980px) {
		h2.title-divider { font-size: 2rem; }
	}
	@media only screen and (max-width:768px) {
		.sub-tab .col3 {width:33%;}
		.sub-tab {height:50px;}
        .sub-tab ul li {height:50px;}
		.sub-tab ul li a {font-size:15px;}

		.whois-sub-page-guide .whois-sub-page-guide-navi { width:100%; padding:14px 0 14px 0; float:right; }
	}
	@media only screen and (max-width:480px) {
		.sub-tab {height:60px;}
        .sub-tab ul li {height:60px;}
		.sub-tab ul li a {font-size:15px;}
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subContents {width:100%;}
    .content-wrap, .gallery-wrap, .calendar-wrap, .contents_sub, .store-form, .goods-wrap {max-width:1200px; margin:0 auto; padding:100px 0; min-height:500px;}
	.sub-contents p{white-space:pre-line; word-break:break-all;}
	.sub-contents p:last-child{margin-bottom:0;}
	
	.sub-visual {width:100%; height:100vh; }
	.sub-visual.board_visual {height:500px;}
	.sub-visual.sub-visual01{ background:url('/images/mtl01r-20-0043/sub/sub_visual1.jpg') no-repeat 75% center/cover;}
    .sub-visual.sub-visual02{ background:url('/images/mtl01r-20-0043/sub/sub_visual2.jpg') no-repeat 75% center/cover;}
    .sub-visual.sub-visual03{ background:url('/images/mtl01r-20-0043/sub/sub_visual3.jpg') no-repeat 75% center/cover;}
    .sub-visual.sub-visual04{ background:url('/images/mtl01r-20-0043/sub/sub_visual4.jpg') no-repeat 75% center/cover;}
    .sub-visual.sub-visual05{ background:url('/images/mtl01r-20-0043/sub/sub_visual5.jpg') no-repeat 75% center/cover;}
	.sub-visual.sub-visual06{ background:url('/images/mtl01r-20-0043/sub/sub_visual6.jpg') no-repeat 75% center/cover;}
	.sub-visual.sub-visual07{ background:url('/images/mtl01r-20-0043/sub/sub_visual7.jpg') no-repeat 75% center/cover;}
	.sub-visual.sub-visual08{ background:url('/images/mtl01r-20-0043/sub/sub_visual8.jpg') no-repeat 75% center/cover;}
	
	.sub_title {display: table; text-align: center; width: 100%; height: 100vh; position: absolute; top: 0; left:0;}
	.sub_title.board_title {height:400px;}
	.sub_title > div {display: table-cell; vertical-align: middle;}
	.sub_title > div > h2 { color: #fff; font-size: 68px; font-weight: 500; line-height: 1; margin-bottom:40px;}
	.sub_title > div > h2:after {content:''; display:block; width:60px; height:2px; margin:0 auto; margin-top:40px; background:#fff;}
	.sub_title.board_title > div{padding-top: 120px;}	
	.sub_title.board_title > div > h2 {font-size: 48px; margin-bottom: 0px;}
	.sub_title.board_title > div > h2:after { margin-top: 30px;}
	.sub_title.board_title > div > a {display:none;}

	.sub-contents .area_inner { width:1200px; margin:0 auto;}

	@media only screen and (max-width:1240px) {
    .content-wrap, .gallery-wrap, .calendar-wrap, .contents_sub, .store-form, .goods-wrap {padding:80px 20px;}
    }
    
	@media only screen and (max-width:1200px) {
		.sub-contents .area_inner {width:100%;}
		.sub-visual {height:400px;}
		.sub-visual.board_visual {height:400px;} 
		.sub_title { height: 400px;}
		.sub_title > div  { padding-top: 65px;}
		.sub_title > div > h2 {font-size: 50px; margin-bottom: 40px;}
		.sub_title > div > h2:after { margin-top: 30px;}
		.sub_title.board_title > div {padding-top: 60px;}
		.sub_title.board_title > div > h2 {font-size: 40px; }
	}
	@media only screen and (max-width:980px) {

	
	}
	@media only screen and (max-width:768px) {
     .content-wrap, .gallery-wrap, .calendar-wrap, .contents_sub, .store-form, .goods-wrap {padding:60px 20px;}
		/* .sub-contents p{font-size:14px; white-space:normal; word-break:break-word;} */
		.sub-visual {height:250px;}
		.sub-visual.board_visual {height:250px;} 
		.sub_title { height: 250px;}
		.sub_title.board_title {height:250px;}
		.sub_title > div > h2 { font-size: 30px; margin-bottom: 0px;}
		.sub_title > div > h2:after { width: 40px; margin-top: 20px;}
		.sub_title > div > a {display:none;}
        .sub_title.board_title > div > h2 {font-size: 30px; }
        .sub_title.board_title > div > h2:after { margin-top: 20px;}
	}



/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	/* 일반게시판 List */
	.whois-board-list { display:inline-block; padding:0; font-size:13px; }
	.whois-board-list .whois-board-row { width:100%; margin:0 0 0 0; padding:15px 0 15px 0; float:left; border-bottom:1px solid #eee; color:#000000; font-size: 15px; }
	.whois-board-list .whois-board-row:first-child { border-top:1px solid #ce112d; } /* Line 색상 */
	.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:16px; font-weight:600; }
	.whois-board-list .whois-board-row .whois-board-row-info { color:#acacac; }
	.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author { max-width: 33vw; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align: middle; }

	/* 일반게시판 view */
	.whois-board-view { display:inline-block; border-top:1px solid #ce112d; } /* Line 색상 */
	.whois-board-view .whois-board-view-row { width:100%; margin:0; padding:0; padding:10px 0 10px 0; float:left; border-bottom:1px solid #eee; }
	.whois-board-view .whois-board-view-row .whois-board-view-subject { width:100%; margin:0 0 15px 0; padding:0; float:left; font-size:18px; font-weight:600; }
	.whois-board-view .whois-board-view-row .whois-board-view-author { width:100%; margin:0 0 5px 0; padding:0; float:left; font-size:13px; font-weight:600; }
	.whois-board-view .whois-board-view-row .whois-board-view-info { width:100%; margin:0; padding:0 0 10px 0; float:left; color:#acacac; }
	.whois-board-view .whois-board-view-row .whois-board-view-content { width:100%; margin:0; padding:10px 0 10px 0; float:left; font-size:16px; line-height: 26px;}
	.whois-board-list .whois-board-row.view .whois-board-row-content {font-size:16px; line-height: 26px;}

	.whois-board-view .whois-board-view-files { width:100%; margin:0; padding:0; float:left; }
	.whois-board-view .whois-board-view-files .whois-board-view-file { width:100%; margin:0; padding:5px 0; float:left; font-size:12px; }
	.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count { font-size:11px; color:#c4c4c4; }

	/* 게시판 버튼 */
	.btn-search, .whois-button-submit, .btn-sub { color:#fff; background-color: #555; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
	.btn-search:hover, .btn-search:focus, .whois-button-submit:hover,.whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus { color:#fff; background-color: #232323; }

	/* 게시판 공통 */
	.sub-box { margin-right:5px; background-color: #ce112d;  border: 0; color:#ffffff; display: inline-block;}
	.sub-box.sm { font-size: 12px; padding: 2px 5px;}
	.sub-box.m { font-size: 14px; padding: 4px 8px;}
	.sub-box.lg { font-size: 16px; padding: 6px 12px;}
	 
	.sub-border { border: 1px solid #ce112d; }
	.sub-border-t { border-top: 1px solid #ce112d; }
	.sub-border-r { border-right: 1px solid #ce112d; }
	.sub-border-b { border-bottom: 1px solid #ce112d; }
	.sub-border-l { border-left: 1px solid #ce112d; }

	.sub-bg { background-color: #ce112d; }
	.sub-bg-hover:hover { background-color: #e64600; }
	
	.sub-content {width:1200px; margin:0 auto;}
	.paginate_regular {margin-top:30px;}
	
    @media only screen and (max-width: 1200px) {
            .sub-content {width:100%;}
        }

.member-board-notice {margin: 0 0 30px;padding: 15px 20px;background: #f7f7f7; border: 1px solid #e5e5e5; text-align: center; font-size: 16px; color: #555; line-height: 1.6;}

@media (max-width: 768px) {
    .member-board-notice {
        margin-bottom: 20px;
        padding: 12px 15px;
        font-size: 14px;
    }
}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.material-form{margin:0 auto; background:#fff;}
	.material-form .header{padding:50px 10px; background:#6498fe; font-size:16px; color:#fff;}
	.material-form .header h3{font-size:30px;}
	.material-form .header p,
	.material-form .header span{margin-top:15px; font-size:16px; color:#fff;}

	.material-form .sub-header h4{font-weight:bold;	height:34px; line-height:34px; font-size:16px;}
	.material-form .sub-content .form-group:last-child{margin:0;}

	.material-form .input-group{position:relative; border:0;}
	.material-form .input-group .input-group-addon{padding-right:6px; padding-left:6px; background:#fff; border:0;}

	.material-form .form-control,
	input[type='text'].whois,
	input[type='password'].whois,
	select.whois{border:1px solid #ccc; transition:0.3s all ease;}

	/*.material-form .btn:first-child,*/
	.material-form .input-group .form-control:first-child,
	.material-form .input-group .form-control.first,
	.material-form .input-group .th + .form-control,
	.th + input[type='text'].whois,
	.th + input[type='password'].whois,
	.th + select.whois{border-bottom-left-radius:4px; border-top-left-radius:4px;}

	/*.material-form .btn:last-child,*/
	.material-form .input-group .form-control:last-child,
	.material-form .input-group .form-control.last,
	.material-form .input-group .input-group-btn:last-child,
	.material-form .input-group .input-group-btn:last-child button,
	.material-form .input-group .input-group-btn:last-child .btn{border-bottom-right-radius:4px; border-top-right-radius:4px;}

	.material-form .form-group{margin-bottom:15px; overflow:visible;}

	.material-form .form-group.success .form-control{color:#5cb85c;}
	.material-form .form-group.failed .form-control{color:#d9534f;}
	.material-form .form-control[readonly]{background:#fff;}
	.material-form .btn {height:38px;}
	.material-form .btn-default{-webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}

	.material-form .input-group input,
	.material-form .input-group select,
	input[type='text'].whois,
	input[type='password'].whois,
	select.whois{z-index:10;}

	.input-group label.th{z-index:9; display:none; position:absolute; top:50%; left:10px; margin-top:-10px; height:20px; color:#ccc;}

	.input-group label.th.ie9{z-index:11; display:block;}
	.material-form .desc{padding:10px 0;}

	.chkbox{display:inline-block; margin:0; padding:0;}
	.chk-block,
	.chk-block span{display:block; text-align:center; width:100%;}

	.chkbox input[type='radio'],
	.chkbox input[type='checkbox']{display:none;}
	.chkbox input[type='radio']~.rbtn{padding: 6px 12px; line-height:27px; border:1px solid #ccc; border-radius:3px; cursor:pointer;}
	.chkbox input[type='radio']:checked~.rbtn{background:#ccc; color:#fff;}
	.chkbox input[type='radio']~.box,
	.chkbox input[type='checkbox']~.box{display:block; color:#bbb; cursor:pointer; transition:0.5s all ease;}
	.chkbox input[type='radio']~.box:before,
	.chkbox input[type='checkbox']~.box:before{display:inline-block; margin-right:5px; padding:2px; font-size:18px; font-weight:normal; line-height:1; text-align:center; transition:0.4s all ease; vertical-align:middle; color:#cfcfcf;font-family: 'Glyphicons Halflings'}
	.chkbox input[type='radio']~.box:before{content:"\e165";}
	.chkbox input[type='checkbox']~.box:before{content:"\e013";}
	.chkbox input[type='radio']:checked~.box,
	.chkbox input[type='checkbox']:checked~.box{color:#666;}
	.chkbox input[type='radio']:checked~.box:before,
	.chkbox input[type='checkbox']:checked~.box:before{color:#666;}


/* sub contents
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.sub-contents .frame {width:100%; padding:100px 0;}
.sub-contents .frame.last {padding-top:0 !important;}
.sub-contents .frame.line {border-bottom:1px solid #ede0c7;}
.sub-contents .frame.bg {background:#f7f3ea;}
.t_center {text-align:center !important;}
.t_left {text-align:left !important;}
.point {color:#c9a45c}

@media only screen and (max-width:1240px) {
    .sub-contents .frame { padding:80px 20px;}
}

@media only screen and (max-width:768px) {
    .sub-contents .frame { padding:60px 20px;}
}


.sub-contents p {word-break:keep-all; line-height:170%; color:#666;}
.sub-contents p + p, .sub-contents p + ul {margin:30px 0 0;}
.sub-contents p strong {font-weight:500; color:#222;}
p.slogan {font-size:22px !important; font-weight:500; color:#071a33; text-align:center; margin:0 auto 30px; line-height:150%;}
p.quote {max-width:1200px; font-size:25px !important; font-weight:500; color:#071a33; margin:0 auto 30px; font-family: 'Ridibatang'; line-height:140%;}
p.quote strong {font-family: 'Ridibatang'; font-weight:700; color:#071a33;}
p.stress {font-size:20px !important; color:#071a33; margin:0 0 30px; line-height:150%;}
p.stress big {font-weight:700; font-size:24px; line-height:150%;}
p.stress strong {font-weight:500; color:#071a33;}

.sub-contents .frame.bg p.slogan {background:#fff;}
.sub_inner {max-width:1200px; margin:0 auto;}

.sub-contents h3.ssub_title {text-align: center; font-size: 36px; color: #071a33; margin-bottom:50px; font-weight:600;}
.sub-contents h3.ssub_title span {font-size:30px; display:block; margin:5px 0 0; font-weight:500;}
.sub-contents h3.ssub_title:after {content:''; display:block; width:30px; height:1px; background:#c9a45c; margin:0 auto; margin-top:25px;}

.sub-contents .sub_tab {max-width:1200px; margin:100px auto 0; text-align:center;}
.sub-contents .sub_tab li {width:300px; border:1px solid #071a33; display:inline-block;}
.sub-contents .sub_tab li.on {background:#071a33;}
.sub-contents .sub_tab li.on a {color:#fff;}
.sub-contents .sub_tab li a {color:#071a33; font-size:20px; font-weight:500; height:50px; line-height:120%; display:flex; justify-content: center; align-items: center;}
.sub-contents .sub_tab li a br {display:none;}

@media only screen and (max-width:1200px) {
    .sub-contents .sub_tab {padding:0 20px;}
    .sub-contents .sub_tab li {width:32.5%;}
    .sub-contents .sub_tab li a {font-size:18px;}
    p.slogan {font-size:20px;}
    .sub-contents p br {display:none;}
    .sub-contents p br.br {display:block;}
}
@media only screen and (max-width:768px) {
    .sub-contents .sub_tab {margin:60px auto 0;}
    .sub-contents .sub_tab li a {font-size:16px; height:55px;}
    .sub-contents .sub_tab li a br {display:block;}
    .sub-contents h3.ssub_title {font-size: 30px; margin-bottom:30px;}
    .sub-contents h3.ssub_title span {font-size:22px;}
    .sub-contents h3.ssub_title:after {margin-top:20px;}

    p.slogan {font-size:19px; !important}
    p.quote {font-size:22px !important; margin:0 0 25px;}
    p.stress {font-size:18px !important; margin:0 0 25px;}
    p.stress big {font-size:22px;}
}
@media only screen and (max-width:500px) {
    .sub-contents h3.ssub_title {font-size: 26px;}
    .sub-contents h3.ssub_title span {font-size:22px;}

    p.slogan {font-size:18px; !important}
    p.quote {font-size:20px !important; margin:0 0 25px;}
}

.sub-contents .txt-area {max-width:1200px; margin:0 auto;}
.sub-contents .txt-area h2 {font-size:30px; margin:0 0 5px; font-weight:700; color:#071a33; line-height:130%;}
.sub-contents .txt-area h3 {font-size:24px; margin:0 0 25px; font-weight:500; color:#071a33; line-height:130%;}

.sub-contents .txt-area p {font-size:18px;}
.sub-contents .txt-area p + p {margin:20px 0 0;}
.sub-contents .txt-area.t_left p {text-align:left;}
.sub-contents .pf {max-width:1200px; margin:0 auto; display:flex; justify-content:center; align-items: stretch; flex-wrap: wrap; gap:2%;}
.sub-contents .pf li {width:49%; border:1px solid #a5bdde; border-radius:15px; padding:30px 20px;  text-align:center; margin:0 0 20px;}
.sub-contents .pf li h4 {color:#071a33; font-size:22px; font-weight:600; margin:0 0 20px; line-height:130%;}
.sub-contents .pf li h4 small {color:#071a33; font-size:14px; display:block; margin:5px 0 0;}
.sub-contents .pf li p {font-size:17px;}
.sub-contents .pf.r li {font-size:20px; color:#c9a45c; padding:15px 20px; border:1px solid #c9a45c; border-radius:40px;}

.sub-contents .col3 {max-width:1200px; margin:0 auto; display:flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap;}
.sub-contents .col3 li {width:32%; border:1px solid #a5bdde; border-radius:15px; padding:30px 20px;  text-align:center;}
.sub-contents .col3 li h4 {color:#071a33; font-size:22px; font-weight:600; margin:0 0 20px; line-height:130%;}
.sub-contents .col3 li h4 small {color:#071a33; font-size:14px; display:block; margin:5px 0 0;}
.sub-contents .col3 li p {font-size:17px;}
.sub-contents .col3.r {}
.sub-contents .col3.r li {font-size:20px; color:#c9a45c; padding:15px 20px; border:1px solid #c9a45c; border-radius:40px;}

.sub-contents .col2 {max-width:1200px; margin:0 auto; display:flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap;}
.sub-contents .col2 li {width:48.5%; border:1px solid #a5bdde; border-radius:15px; padding:30px 20px;  text-align:center;}
.sub-contents .col2 li h4 {color:#071a33; font-size:22px; font-weight:600; margin:0 0 20px; line-height:130%;}
.sub-contents .col2 li h4 small {color:#071a33; font-size:14px; display:block; margin:5px 0 0;}
.sub-contents .col2 li p {font-size:17px;}

.sub-contents .col4 {max-width:1200px; margin:0 auto; display:flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap;}
.sub-contents .col4 li {width:23.5%; border:1px solid #a5bdde; border-radius:15px; padding:30px 20px;  text-align:center;}
.sub-contents .col4 li h4 {color:#071a33; font-size:22px; font-weight:600; margin:0 0 20px; line-height:130%;}
.sub-contents .col4 li h4 small {color:#071a33; font-size:17px; display:block; margin:5px 0 0;}
.sub-contents .col4 li p {font-size:17px;}

.sub-contents .color li {border:1px solid #c9a45c; background:#fff;}
.sub-contents .color li h4 {color:#c9a45c;}
.sub-contents .color li h4 small {color:#c9a45c;}

.sub-contents .link {max-width:1200px; margin:0 auto; display:flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap;}
.sub-contents .link li {width:32%; border:1px solid #071a33; border-radius:40px; text-align:center; transition: .3s;}
.sub-contents .link li a {font-size:20px; display:block; padding:15px 0px; color:#071a33; word-break:keep-all;}
.sub-contents .link li:hover {background:#071a33;}
.sub-contents .link li:hover a {color:#fff;}

.sub-contents .box {background:#fff; width:100%; border-radius:15px; padding:30px;}
.sub-contents .box h4 {font-size:22px; font-weight:500; margin:0 0 20px;}

.sub-contents .box_line {max-width:1200px; margin:30px auto; background:#fff; width:100%; border-radius:15px; padding:0 30px 20px; border:1px solid #071a33;}
.sub-contents .box_line.no_title {padding-top:40px;}
.sub-contents .box_line h4 {font-size:20px; font-weight:500; margin:0 auto 40px; height:34px; line-height:32px; padding:0 20px; border-radius:0 0 15px 15px; width: fit-content; background:#071a33; color:#fff;}
.sub-contents .box_line ul {width:100%; display:flex; justify-content:flex-start; align-items: stretch; flex-wrap: wrap; gap:2%;}
.sub-contents .box_line li {width:49%; line-height:130%; padding:15px 10px; text-align:center;background:#fff; box-shadow: 2px 2px 8px rgba(0,0,0,0.1); margin:0 0 20px; font-size:17px; color:#666; border-radius:10px;}
.sub-contents .box_line ul.set4 li {width:23.5%; }
.sub-contents .box_line ul.set3 li {width:32%;}
.sub-contents .box_line ul.set1 li {width:100%;}

.sub-contents .box.color {background:#f7f3ea; width:100%; border-radius:15px; padding:30px;}
.sub-contents .box.color h4 span {display:block; font-size:20px;}

.sub-contents div + dl.week {margin-top:70px;}
.sub-contents dl.week {max-width:1200px;; display:flex; align-items: flex-start; flex-wrap: wrap; margin:0 auto 30px;}
.sub-contents dl.week dt {width:120px; height:34px; line-height:34px; text-align:center; background:#071a33; color:#fff; font-size:22px; font-weight:500; border-radius:20px;}
.sub-contents dl.week dd {width:calc(100% - 120px); padding:0 0 0 20px; font-size:22px; font-weight:500; color:#071a33;}
.sub-contents .txt-area.t_left p.quote {font-size:20px !important;}

.sub-contents dl.edu {max-width:1200px;; display:flex; align-items: flex-start; flex-wrap: wrap; margin:0 auto 30px;}
.sub-contents dl.edu dt {width:220px; height:34px; line-height:34px; text-align:center; background:#071a33; color:#fff; font-size:22px; font-weight:500; border-radius:20px;}
.sub-contents dl.edu dd {width:calc(100% - 220px); padding:0 0 0 20px; font-size:22px; font-weight:500; color:#071a33;}

.sub-contents dl.option {max-width:1200px; display:flex; align-items: flex-start; flex-wrap: wrap; margin:0 auto;}
.sub-contents dl.option + dl.option {margin-top:30px;}
.sub-contents dl.option dt {position:relative; width:140px; padding:0 0 0 24px; color:#071a33; font-size:20px; font-weight:500;}
.sub-contents dl.option dt:before {content:''; width:9px; height:9px; background:#071a33; border-radius:50%; position:absolute; left:0; top:8px;}
.sub-contents dl.option dd {width:calc(100% - 140px); padding:0 0 0 20px; font-size:18px; font-weight:500; color:#071a33;}

.sub-contents ul.list {width:100%; display:flex; justify-content:flex-start; align-items: center; flex-wrap: wrap; gap:2%;}
.sub-contents ul.list li {width:32%; position:relative; padding:0 0 0 15px; font-size:17px; line-height:130%; color:#666; margin:0 0 10px;}
.sub-contents ul.list li:before {content:''; width:5px; height:5px; background:#666; border-radius:50%; position:absolute; left:0; top:8px;}

.sub-contents ul.list2 {max-width:1200px; margin:0 auto 30px; display:flex; justify-content:flex-start; align-items: stretch; flex-wrap: wrap; gap:2%;}
.sub-contents ul.list2 li {width:49%; line-height:130%; padding:18px 10px; text-align:center;background:#fff; box-shadow: 2px 2px 8px rgba(0,0,0,0.1); margin:0 0 20px; font-size:17px; color:#666; border-radius:10px;}

.button {width:100%; background:#f7f3ea; padding:80px 0; display:flex; justify-content:center; align-items: center; flex-wrap: wrap; gap:50px;}
.button a {width:480px; height:80px; border:3px solid #c9a45c; color:#c9a45c; font-size:28px; border-radius:40px; font-weight:500; text-align:center; display:flex; justify-content: center; align-items: center; transition: .3s;}
.button a:hover {background:#c9a45c; color:#fff;}

@media only screen and (max-width:1200px) {
    .sub-contents ul.list li {width:49%;}
    .button {gap:2%;}
    .button a {width:40%;}
}

@media only screen and (max-width:768px) {
    .sub-contents .txt-area h2 {font-size:25px;}
    .sub-contents .txt-area h3 {font-size:20px;}
    .sub-contents .txt-area p {font-size:16px;}
    .sub-contents .txt-area p + p {margin:24px 0 0;}
    
    .sub-contents .col3 li {width:100%; padding:25px 20px;}
    .sub-contents .col3 li + li {margin:30px 0 0;}
    .sub-contents .col3 li h4 {font-size:20px;}
    .sub-contents .col3 li p {font-size:15px;}
    .sub-contents .col3.r li {font-size:17px; color:#c9a45c; padding:12px 20px; border:1px solid #c9a45c; border-radius:40px;}
    .sub-contents .col3.r li + li {margin:15px 0 0;}

    .sub-contents .col2 li {width:48.5%; padding:12px 20px;}
    .sub-contents .col2 li h4 {font-size:20;}
    .sub-contents .col2 li p {font-size:15px;}

    .sub-contents .pf li {width:100%; margin-bottom:15px;}
    .sub-contents .pf li h4 {font-size:20px;}
    .sub-contents .pf li p {font-size:15px;}
    .sub-contents .pf.r li {font-size:17px;}

    .sub-contents .col4 li {width:48.5%; padding:25px 20px;}
    .sub-contents .col4 li:nth-of-type(1), .sub-contents .col4 li:nth-of-type(2) {margin-bottom:20px;}
    .sub-contents .col4 li h4 {font-size:20px;}
    .sub-contents .col4 li h4 small {font-size:15px;}
    .sub-contents .col4 li p {font-size:15px;}

    .sub-contents .link {}
    .sub-contents .link li {width:32%;}
    .sub-contents .link li a {font-size:18px;}

    .sub-contents .box {background:#fff; width:100%; border-radius:15px; padding:20px;}
    .sub-contents .box h4 {font-size:20px; margin:0 0 15px;}

    .sub-contents .box_line {padding:0 20px 15px;}
    .sub-contents .box_line.no_title {padding-top:40px;}
    .sub-contents .box_line h4 {font-size:18px; margin:0 auto 20px; height:32px; line-height:30px; padding:0 10px; border-radius:0 0 10px 10px;}
    .sub-contents .box_line li {width:100%; font-size:16px; margin:0 0 15px;}
    .sub-contents .box_line ul.set4 li {width:49%; }
    .sub-contents .box_line ul.set3 li {width:49%;}

    .sub-contents ul.list2 li {width:100%;}
    
    .sub-contents div + dl.week {margin-top:50px;}
    .sub-contents dl.week {margin:0 auto 20px;}
    .sub-contents dl.week dt {width:120px; height:34px; line-height:33px; font-size:20px; margin:0 auto 15px;}
    .sub-contents dl.week dd {width:100%; padding:0; font-size:18px; text-align:center;}
    .sub-contents .txt-area.t_left p.quote {font-size:18px !important;}

    .sub-contents dl.edu dt {width:200px; font-size:18px; margin:0 0 15px;}
    .sub-contents dl.edu dd {width:100%; padding:0; font-size:17px;}

    .sub-contents dl.option + dl.option {margin-top:24px;}
    .sub-contents dl.option dt:before {width:7px; height:7px; top:7px;}
    .sub-contents dl.option dt {width:100%; padding:0 0 0 17px; margin:0 0 5px; font-size:18px;}
    .sub-contents dl.option dd {width:100%; padding:0 0 0 17px; font-size:16px;}
    .sub-contents ul.list li {width:49%;  font-size:15px;}
    
    .button {padding:60px 0;}
    .button a {height:60px; border:2px solid #c9a45c; font-size:24px; width:45%;}
}
@media only screen and (max-width:600px) {
    .sub-contents .link li {width:100%;}
    .sub-contents .link li + li {margin:10px 0 0;}
    
    .sub-contents ul.list li {width:100%;}
}
@media only screen and (max-width:500px) {
    .sub-contents .col4 li {width:100%; padding:25px 20px; margin:0;}
    .sub-contents .col4 li:nth-of-type(1), .sub-contents .col4 li:nth-of-type(2) {margin-bottom:0px;}
    .sub-contents .col4 li + li {margin:20px 0 0;}
    .sub-contents .col4 li h4 br {display:none;}

    .sub-contents .col2 li {width:100%;}
    .sub-contents .col2 li + li {margin:20px 0 0;}
    
    .sub-contents .box_line ul.set4 li {width:100%; }
    .sub-contents .box_line ul.set3 li {width:100%;}
    
    .sub-contents .link li {width:100%;}
    .sub-contents .link li + li {margin:10px 0 0;}

    .button {padding:40px 0;}
    .button a {font-size:20px; width:45%;}
}
@media only screen and (max-width:420px) {
    .button {padding:30px 0;}
    .button a {height:50px; font-size:18px; width:47%;}
}

.sub-tab ul.col-5 > li {
        width: 20%;
    }

/* 모바일: 서브 메뉴를 개수에 맞춰 균등 배분 */
@media only screen and (max-width:768px) {
    .sub-tab ul.col-2 > li,
    .sub-tab ul.col-3 > li,
    .sub-tab ul.col-4 > li {
        box-sizing: border-box;
        min-width: 0;
    }

    .sub-tab ul.col-2 > li {
        width: 50%;
    }

    .sub-tab ul.col-3 > li {
        width: calc(100% / 3);
    }

    .sub-tab ul.col-4 > li {
        width: 25%;
    }
    .sub-tab ul.col-5 > li {
        width: 33.3%;
    }
}


		