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

@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* main 시작 */

/* quickmenu */
#quickmenu_mo {display:none; height:45px; line-height:45px; font-size:14px; width:45px; background:rgba(255,255,255,0.9); text-align:center;
			   position:fixed; z-index:100; bottom:3%; right:3%; border:1px solid rgba(0,0,0,0.3); border-radius:2px; box-sizing:border-box;}
#quickmenu_mo:before{content:'\e946'; font-size:17px; font-family:'xeicon'; color: rgba(0,0,0,0.5); display:block; position:absolute; top:-2px; text-align:center; width:100%; font-weight:bold;}
#quickmenu {
    height: 765px;
    width: 99px;
    position: absolute;
    /*top: 240px; */ top:130px;
    right: 0;
    background-color: #28787f;
    z-index: 1000;
}
#quickmenu.fix{position:fixed; top:40px;}
#quickmenu > ul {
	height: 100%;
}
/*#quickmenu > ul > li:first-child {
	height: 140px;
    background: url("../images/common/img_quick_01.png") no-repeat center bottom;
    padding: 17px 0 0 0;
    box-sizing: border-box;
    text-align: center;
	border: none;
}*/
#quickmenu > ul > li:first-child{height: 140px; text-align: center;border: none; padding:0;}
#quickmenu > ul > .quick_banner a{color:#fff; height: 140px; padding: 17px 0 0 0; box-sizing: border-box;}
#quickmenu > ul > .quick_banner a:nth-child(1) {background: url("../images/common/img_quick_01.png") no-repeat center bottom;}
#quickmenu > ul > .quick_banner a:nth-child(2) {background: url("../images/common/img_quick_01_1.png") no-repeat center bottom;}
#quickmenu > ul > .quick_banner a:nth-child(3) {background: url("../images/common/img_quick_01_2.png") no-repeat center bottom;}
#quickmenu > ul > .quick_banner a:nth-child(4) {background: url("../images/common/img_quick_01_3.png") no-repeat center bottom;}
#quickmenu > ul > li {
	height: 117px;
    text-align: center;
	border-top: 1px solid #69a1a6;
	border-bottom: 1px solid #1c5459;
	box-sizing: border-box;
	padding: 21px 0;
}
#quickmenu > ul > li > a {
	display: block;
	height: 100%;
	color: #FFFFFF;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#quickmenu > ul > li > a > img {
	width: 54px;
	height: auto;
	display: block;
}
#quickmenu > ul > .phone {
	height: 157px;
	border: none;
	background-color: #071d1e;
	padding:5px 0; margin:0px; box-sizing:border-box;
}
#quickmenu > ul > .phone > a > span {
	font-size: 24px;
    font-weight: 800;
    line-height: 1em;
    margin-top: 2px;
}
#quickmenu > ul .gotop{height:50px; padding:0; line-height:50px; cursor:pointer; background-color:#004e50; color:#fff;}


/* popup */
.popup {
	position: relative;
	background-color: #348eb3;
	color: white;
	height: 110px;
	width: 100%;
	display: none;
}
.popup p {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 110px;
	letter-spacing: -0.25px;
}
.popup p img{width:100%; max-width:1281px; margin:0px auto;}
.popup p span {
	color: #edff9b;
}
.pop_notice button{width:53px; height:19px; border:0px; outline:0; position:absolute; top:60px; font-size:0; cursor:pointer; }
.pop_notice button:before{font-style: italic; color:#fff; font-size:14px; font-weight:100;}
.pop_notice .slick-prev{background:url("../images/main/ico_popup_navi_left.png") no-repeat 0 bottom; left:96px; z-index:10;}
.pop_notice .slick-prev:before{content:'prev'; position:absolute; right:0; bottom:1px; }
.pop_notice .slick-next{background:url("../images/main/ico_popup_navi_right.png") no-repeat 0 bottom; left:178px; text-align:left;}
.pop_notice .slick-next:before{content:'next'; }

.pop_notice .slick-slide:nth-child(1){}
.pop_notice .slick-slide:nth-child(2){background-color:#ff7171;}

.popup_navi {
	position: absolute;
	left: 5%;
	bottom: 30px;
}
.popup_navi span a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 100;
	font-style: italic;
}
.popup_navi span:first-child a {
	background: url("../images/main/ico_popup_navi_left.png") no-repeat 0 bottom;
	display: inline-block;
	width: 53px;
	height: 15px;
	text-align: right;
	padding-right: 6px;
    padding-bottom: 4px;
	margin-right: 20px;
}
.popup_navi span:last-child a {
	background: url("../images/main/ico_popup_navi_right.png") no-repeat 0 bottom;
	display: inline-block;
	width: 53px;
	height: 15px;
	text-align: left;
	padding-left: 6px;
    padding-bottom: 4px;
}
.popup_close {
	position: absolute;
	right: 5%; bottom: 30px; height:20px;
}
.popup_close span, .popup_close span a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 100;
	display: inline-block;
	/*line-height: 1em;*/ line-height:20px;
}
.popup_close span:first-child {
	background: url("../images/main/ico_popup_close_divide.png") no-repeat right center;
	padding-right: 15px;
	margin-right: 15px;
}
.popup_close span:last-child a {
	background-image: url("../images/main/ico_popup_close.png"); background-repeat:no-repeat; background-position: left center;
	background-size: 11px auto;
	padding-left: 20px; display:block;
}
.popup_close input{vertical-align:unset;}
.popup_close label{display:inline-block; /*vertical-align:middle;*/}

/* header */
header {
	width: 100%; position:relative;
}
header .lnb {
	width: 100%;
	background-color: #f3f3f3;
	height: 40px;
}
header .lnb > ul {
	float: right;
}
header .lnb > ul > li {
	float: left;
}
header .lnb > ul > li > a {
	line-height: 40px;
	display: inline-block;
}
header .lnb > ul {
	margin-right: 40px;
}
header .lnb .lnb_login li {
	margin-left: 15px;
}
header .lnb .lnb_login li:first-child {
	background: url("../images/main/ico_login_divide.png") no-repeat right center;
	padding-right: 15px;
}
header .lnb .lnb_sns li a {
	text-indent: -9999px;
	width: 40px;
    height: 40px;
}
.tnb_admin {margin-left: 15px; background: url(../images/main/ico_login_divide.png) no-repeat left center;}
header .lnb .lnb_sns li:nth-child(1) {
	background: url("../images/main/ico_sns_01.png") no-repeat center;
	background-size: auto 20px;
}
/*header .lnb .lnb_sns li:nth-child(2) {
	background: url("../images/main/ico_sns_02.png") no-repeat center;
	background-size: auto 20px;
}*//*페이스북*/
header .lnb .lnb_sns li:nth-child(2) {
	background: url("../images/main/ico_sns_04.png") no-repeat center;
	background-size: auto 20px;
}
header .lnb .lnb_sns li:nth-child(3) {
	background: url("../images/main/ico_sns_03.png") no-repeat center;
	background-size: auto 18px;
}/*유튜브*/
header .gnb {
	position:relative;
	width: 100%;
	height: 90px;
	background-color: white;
	/*padding: 0 20px;*/
	box-sizing: border-box;
}
header .gnb .logo {
	float: left;
	/*margin-left:20px;*/ margin-left:50px;
}
header .gnb .logo a {
	background: url("../images/main/img_logo.png") no-repeat center;
	background-size: 190px auto;
	display: block;
	width: 190px;
	height: 90px;
	text-indent: -9999px;
}
header .gnb div:last-child {
	float: right;
}

header .gnb .topmenu, header .gnb .btn_point, header .gnb .search {
	float: left;
	height: 90px;
}
header .gnb .topmenu{position:relative;}
header .gnb .topmenu>li {float: left; padding-right:33px; padding-left:33px; line-height: 90px;}
header .gnb .topmenu>li:nth-child(4) ul li a{padding:6px 10px;}
header .gnb .topmenu>li:hover{height:86px; border-bottom:4px solid #004e50;}
header .gnb .topmenu>li a {
	font-size: 20px;
	font-weight: 500;
	display:block;	box-sizing:border-box;
}

header .gnb_bg:after{content:''; position:absolute; background:#fff; height:375px; width:100%; top:91px; left:0; z-index:100;}
.gnb .topmenu .sub{display:none; position:absolute; top:91px; left:-165px; height:375px; width:1300px; z-index:1000;  padding-top:30px; padding-left:300px;
					background:url("../images/common/topmenu_bg.gif") #fff repeat-y top left; box-sizing:border-box;}
.gnb .topmenu .sub:before{content:''; position:absolute; right:0px; width:480px; height:300px; /*background:#000;*/}
/*.gnb .topmenu>li .sub h3{position:relative;}*/
.gnb .topmenu>li .sub h3:before{content:''; position:absolute; width:98px; height:98px; bottom:79px; left:102px;}
.gnb .topmenu>li:nth-child(1) .sub h3:before{background:url("../images/common/topmenu01_tit.png") no-repeat center;}
.gnb .topmenu>li:nth-child(1) .sub:before{background:url("../images/common/topmenu01_img.jpg") no-repeat top;}
.gnb .topmenu>li:nth-child(2) .sub h3:before{background:url("../images/common/topmenu02_tit.png") no-repeat center;}
.gnb .topmenu>li:nth-child(2) .sub:before{background:url("../images/common/topmenu02_img.jpg") no-repeat top;}
.gnb .topmenu>li:nth-child(3) .sub h3:before{background:url("../images/common/topmenu03_tit.png") no-repeat center;}
.gnb .topmenu>li:nth-child(3) .sub:before{background:url("../images/common/topmenu03_img.jpg") no-repeat top;}
.gnb .topmenu>li:nth-child(4) .sub h3:before{background:url("../images/common/topmenu04_tit.png") no-repeat center;}
.gnb .topmenu>li:nth-child(4) .sub:before{background:url("../images/common/topmenu04_img.jpg") no-repeat top;}
.gnb .topmenu>li:nth-child(5) .sub h3:before{background:url("../images/common/topmenu05_tit.png") no-repeat center;}
.gnb .topmenu>li:nth-child(5) .sub:before{background:url("../images/common/topmenu05_img.jpg") no-repeat top;}
.gnb .topmenu>li:nth-child(6) .sub h3:before{background:url("../images/common/topmenu06_tit.png") no-repeat center;}
.gnb .topmenu>li:nth-child(6) .sub:before{background:url("../images/common/topmenu06_img.jpg") no-repeat top;}
.gnb .topmenu>li:nth-child(7) .sub h3:before{background:url("../images/common/topmenu07_tit.png") no-repeat center;}
.gnb .topmenu>li:nth-child(7) .sub:before{background:url("../images/common/topmenu07_img.jpg") no-repeat top;}
.gnb .topmenu .sub h3{position:absolute; left:0; bottom:100px; width:300px; text-align:center;}
.gnb .topmenu .sub h3 span{display:block;line-height:1.5;}
.gnb .topmenu .sub h3 span:first-child{font-size:25px; color:#000; }
.gnb .topmenu .sub h3 span:last-child{color:#999; font-weight:500;}
.gnb .topmenu .sub li{float:none; /*width:300px;*/width:400px; margin-left:60px; line-height:normal;}
.gnb .topmenu>li:hover .sub {display:block;}
.gnb .topmenu .sub li a{position:relative; color:#555; padding:10px 10px; line-height:normal; /*padding-left:10px;*/ font-size:18px;}
.gnb .topmenu .sub li:first-child a{padding-top:0px;}
.gnb .topmenu .sub li:first-child a:before{top:38%;}
.gnb .topmenu>li:nth-child(3) .sub li a{padding-bottom:5px !important;}
.gnb .topmenu>li:nth-child(4) .sub li a{padding-bottom:2px !important;}
.gnb .topmenu .sub li a:before{content:''; position:absolute; left:0px; top:50%; width:2px; height:2px; background:#555;}

.menu_full{position:absolute; display:none; width:100%; height:765px; background:#004e50; top:130px; z-index:1000; clear:both;}
.menu_full h2 span{color:#6c8f8d; display:block; width:100%; text-align:center; margin-top:110px; margin-bottom:100px; font-size:20px; font-weight:500; letter-spacing:1em;}
.menu_list{padding:0 5%;}
.menu_list dl{/*width:12.5%;메뉴8개일때*/width:14.2%; height:400px; display:inline-block; float:left; padding-top:25px; padding-left:20px; border-left:1px solid rgba(255,255,255,.2); box-sizing:border-box;}
.menu_list dt{color:rgba(255,255,255,1); font-size:20px; margin-bottom:50px;}
.menu_list dd{margin-bottom:20px;}
.menu_list dd a{color:rgba(255,255,255,.6); line-height:1; display:block;}
.menu_list dd ul{margin-top:5px;}
.menu_list dd ul li a{line-height:1.5;}
.menu_list dd ul li a:before{content:'-'; margin-right:3px;}

header .gnb .btn_point {
	margin-left: 35px;
	height: 90px;
}
/*header .gnb .btn_point a {
	color: white;
    background: linear-gradient(to right, #169dd4, #12becd);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    padding: 0.45rem 1.25rem;
    line-height: 90px;
}*/
header .gnb .search li {
	float: left;
	line-height: 90px;
}
header .gnb .search li a {
	text-indent: -9999px;
	width: 30px; display:block;
}
header .gnb .search li:first-child a {
	/*background: url("../images/main/ico_search.svg") no-repeat center;*/
	background: url("../images/main/ico_sitemap.svg") no-repeat center;
	background-size: 27px auto;
	display: inline-block;
	margin-right: 10px;
	margin-left: 15px;
}
header .gnb .search li:last-child a {
	background: url("../images/main/ico_sitemap.svg") no-repeat center;
	background-size: 27px auto;
	display: inline-block;
}
header .gnb .search .full_open{}
header .gnb .search .mo_full_open{display:none;}

header .mobile_menu {
	background: url("../images/main/ico_sitemap.svg") no-repeat center;
    background-size: 27px auto;
    display: none;
    text-indent: -9999px;
    height: 90px;
    width: 27px;
    float: left;
}


/* container */
#container {
	width: 100%; position:relative; z-index:10;
}
.main_visual {
	width: 100%;
	height: 765px;
	
	position: relative;
}

.main_visual .visual_01{ 
	position:relative; width: 100%; height: 765px; 
	background-image: url("../images/main/img_main_visual01.png"); background-repeat:no-repeat; background-position: center center; background-size: cover;
	}
.main_visual .visual_02{ 
	position:relative; width: 100%; height: 765px; 
	background-image: url("../images/main/img_main_visual02.png"); background-repeat: no-repeat; background-position:center center; background-size: cover;
	}
.main_visual .visual_03{ 
	position:relative; width: 100%; height: 765px; 
	background-image: url("../images/main/img_main_visual03.png"); background-repeat:no-repeat; background-position:center center; background-size: cover;
	}
.main_visual .visual_04{ 
	position:relative; width: 100%; height: 765px; text-align:center;
	background-image: url("../images/main/img_main_visual04.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }

.main_visual .visual_05{ 
	position:relative; width: 100%; height: 765px; text-align:center;
	background-image: url("../images/main/img_main_visual05.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }

.main_visual .visual_06{ 
	position:relative; width: 100%; height: 765px; text-align:center;
	background-image: url("../images/main/img_main_visual06.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }

/*.main_visual .visual_01:after,
.main_visual .visual_02:after,*/
.main_visual .visual_03:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.30);
}
/*.main_visual:after {
	content: '';
	display: block;	position: absolute;	left: 0; top: 0;	width: 100%; height: 100%;	background-color: rgba(0,0,0,0.40);
}*/
.main_visual .tit {
	color: #fff; position: absolute; top: 55%;  right: 13%;  z-index: 2; font-size: 90px; font-family:'Jeju Myeongjo', serif;
    line-height: 1.25em; letter-spacing:-7.5px; text-align:right;
}
/*.main_visual .visual_02 .tit{
	color: #fff; position: absolute; top: 17%; left: 15%; z-index: 2; font-size: 90px; font-family:'Jeju Myeongjo', serif;
    line-height: 1.25em; letter-spacing:-7.5px; text-align:left;
}
.main_visual .visual_02 .tit span:nth-child(1){font-size: 110px;}
.main_visual .visual_02 .tit span:nth-child(2){font-family: 'Noto Serif KR', serif;font-size: 90px;}*/
/*2번째 슬라이드 변경시안 스타일
.main_visual .visual_02:after// 적용안함
.main_visual .visual_02 .tit01 span strong{color:#21b7c1; font-weight:unset;}//적용안함*/

.main_visual .visual_02 .tit01{
	color:#fff; position:absolute; top:17%; left:15%; z-index:2; font-size:90px; font-family:'Jeju Myeongjo', serif; 
	line-height:1.25em; text-align:center; 
}
.main_visual .visual_02 .tit01 span{display:block; color:#fff;  line-height:1; margin-bottom:25px;}
.main_visual .visual_02 .tit01 .line01{font-size:110px; font-family:'Noto Serif KR', serif; margin-left:30px; text-align:left;}
.main_visual .visual_02 .tit01 .line01 strong{font-size:90px;  margin-left:12px; font-weight:400;}
.main_visual .visual_02 .tit01 .line02{font-size:90px; margin-left:30px; text-align:left;}
.main_visual .visual_02 .tit01 .line03{font-weight:300; font-size:29px; letter-spacing:-0.07em; word-break:keep-all; font-family:"SCoreDream";}
.main_visual .visual_02 .tit01 .line04{
	/*display:inline-block; padding-left:40px; padding-right:40px; */ vertical-align:top; border:1px solid #fff; font-size:19px; width:270px;
	font-family:"SCoreDream"; line-height:50px; text-align:center;  margin:0px auto; color:#28bced; box-sizing:border-box; letter-spacing:0.1em; 
	}
.main_visual .visual_02 .tit01 .line05{ border-radius:15px; background-color:#fff;	width:200px; margin:30px auto; cursor:pointer;	}
.main_visual .visual_02 .tit01 .line05 a{display:block; color:#28bced; font-weight:500; font-size:16px; font-family:"SCoreDream";line-height:40px;  }
.main_visual .visual_02 .tit01 .line05 a:before{content:"▶"; margin-right:4px;}
.main_visual .visual_02 .tit01 .line05:hover{background-color:#28bced;}
.main_visual .visual_02 .tit01 .line05 a:hover{color:#fff;}
.main_visual .visual_02 .tit02_line{ position:absolute; bottom:45px; right:105px; }
.main_visual .visual_02 .tit02_line img{width:100%; margin:0px auto;}

.main_visual .visual_03 .tit{
	color: #fff; position:absolute; top:32%; left:42%; z-index:2;  font-size:90px;	font-family:'Jeju Myeongjo', serif;
    line-height: 1.25em; letter-spacing:-7.5px; text-align:left;
}
.main_visual .visual_03 .tit span:nth-child(1){font-size: 110px; margin-right:0;}
.main_visual .visual_03 .tit span:nth-child(2){ font-family: 'Noto Serif KR', serif;font-size: 90px;}
.main_visual .visual_04 .tit01{padding-top:155px;}
.main_visual .visual_04 .tit01 span{display:block; color:#fff; font-family:"SCoreDream"; line-height:1; margin-bottom:33px;}
.main_visual .visual_04 .tit01 span strong{color:#21b7c1; font-weight:unset;}
.main_visual .visual_04 .tit01 .line01{font-size:18px; letter-spacing:1em;}
.main_visual .visual_04 .tit01 .line02{font-weight:600; font-size:55px;}
.main_visual .visual_04 .tit01 .line03{font-weight:300; font-size:65px; letter-spacing:-0.07em; word-break:keep-all;}
.main_visual .visual_04 .tit02_line{width:100%; position:absolute; bottom:45px; }
.main_visual .visual_04 .tit02_line img{width:80%; margin:0px auto;}
.main_visual .visual_04 .mo{display:none;}
.main_visual .visual_05 .tit01{ position:absolute; top:115px; left:50%; transform:translateX(-50%); width:90%;}
.main_visual .visual_05 .tit01 .line01{font-size:105px; line-height:1; color:#fff; font-family:'Jeju Myeongjo', serif; display:block; letter-spacing:-0.06em;}
.main_visual .visual_05 .tit01 .line01 strong{color:#20e5c4; font-weight:400;}
.main_visual .visual_05 .tit01 .line02{
	font-size:22px; line-height:1.2; color:#fff; background-color:rgba(0,0,0,.8); padding:3px 100px; margin-top:30px; display:inline-block; font-weight:500; word-break:keep-all;}
.main_visual .visual_05 .tit01 .line02 strong{color:#20e5c4; font-weight:500; }
.main_visual .visual_05 .tit02_box{width:90%; max-width:1130px; display:flex; gap:25px; margin:0px auto; justify-content:space-evenly; /*padding-top:19%;*/ 
	position:absolute; bottom:15%; left:50%; transform:translateX(-50%);}
.main_visual .visual_05 .tit02_box dl{
	position:relative;
	width:260px; padding-top:55px; padding-bottom:28px; padding-right:25px; padding-left:25px; box-shadow:1px 1px 5px rgba(0,0,0,0.2);}
.main_visual .visual_05 .tit02_box dl:before{content:""; position:absolute; top:-32px; left:0px; width:100%; height:73px; background-position:top center; background-repeat:no-repeat;}
.main_visual .visual_05 .tit02_box dt{
	color:#fff; font-size:27px; font-weight:600; padding-bottom:45px; position:relative; text-shadow:1px 1px 5px rgba(0,0,0,0.2);}
.main_visual .visual_05 .tit02_box dt:before{content:""; height:1px; width:40%; background-color:#fff; position:absolute; left:50%; transform:translateX(-50%); bottom:20px;}
.main_visual .visual_05 .tit02_box dd{color:#fff; font-size:20px; padding-bottom:15px; line-height:1.2; position:relative; word-break:keep-all;}
.main_visual .visual_05 .tit02_box .box_01{background-color:rgba(131,194,182,.7);}
.main_visual .visual_05 .tit02_box .box_02{background-color:rgba(61,151,138,.9);}
.main_visual .visual_05 .tit02_box .box_02 dd:last-child{padding-top:15px;}
.main_visual .visual_05 .tit02_box .box_02 dd:last-child:before{content:"▼"; position:absolute; top:-8px; left:0; font-size:13px; width:100%; text-align:center;} 
.main_visual .visual_05 .tit02_box .box_03{background-color:rgba(38,141,129,1);}
.main_visual .visual_05 .tit02_box .box_04{background-color:rgba(0,0,0,.8);}
.main_visual .visual_05 .tit02_box .box_04 {display:flex; align-items:center; justify-content:center;}
.main_visual .visual_05 .tit02_box .box_04 a{color:#fff;font-size:27px; font-weight:600; line-height:1.5; position:relative; margin-top:10%;}
.main_visual .visual_05 .tit02_box .box_04 a em{color:#20e5c4;}
.main_visual .visual_05 .tit02_box .box_04 a:before{
	content:""; background-image:url("../images/main/icon_main_visual04.png"); background-position:top center; background-repeat:no-repeat;
	position:absolute; width:100%; top:-50px; left:0; height:41px; }
.main_visual .visual_05 .tit02_box .box_01:before{background-image:url("../images/main/icon_main_visual01.png");}
.main_visual .visual_05 .tit02_box .box_02:before{background-image:url("../images/main/icon_main_visual02.png");}
.main_visual .visual_05 .tit02_box .box_03:before{background-image:url("../images/main/icon_main_visual03.png");}
/*슬라이드06*/
.mo_tit_view{display:none; line-height:1.2; color:#fff; text-align:center; font-size:14px; letter-spacing:0.5em; margin-bottom:30px;}
.main_visual .visual_06 .tit01{ position:absolute; top:115px; left:15%; /*transform:translateX(-50%);*/ width:90%; max-width:935px;text-align:left;}
.main_visual .visual_06 .tit01 .line01{
	font-size:105px; line-height:1; color:#fff; font-family:'Jeju Myeongjo', serif; display:block; letter-spacing:-0.06em; }
.main_visual .visual_06 .tit01 .line01 strong{color:#20e5c4; font-weight:400;}
.main_visual .visual_06 .tit01 .line02{
	font-size:22px; line-height:1.2; color:#fff; background-color:rgba(0,0,0,.8); padding:3px 50px; margin-top:30px; display:inline-block; font-weight:500; 
	word-break:keep-all; margin-left:4%;
	}
.main_visual .visual_06 .tit01 .line02 strong{color:#20e5c4; font-weight:500; }
.main_visual .visual_06 .tit02_box{
	width:90%; max-width:935px; display:flex; gap:65px; margin:0px auto; justify-content:space-evenly; /*padding-top:19%;*/ 
	position:absolute; bottom:160px; left:15%; /*transform:translateX(-50%);*/}
.main_visual .visual_06 .tit02_box ul{}
.main_visual .visual_06 .tit02_box li{
	border:2px solid #fff; background-color:transparent; font-size:23px; font-weight:600; color:#fff; padding-right:20px; padding-left:20px;
	word-break:keep-all; height:250px; width:185px; display:flex; justify-content:center; align-items:center; position:relative; line-height:1.3;}
.main_visual .visual_06 .tit02_box li:after{
	content:""; background-image:url("../images/main/main_visual_line.png"); position:absolute; right:-64px; width:62px; height:17px; background-repeat:no-repeat;
	background-position:center; background-size:cover;
	}
.main_visual .visual_06 .tit02_box li:last-child{
	background-color:rgba(255,255,255,.7); border:0px; color:#202020;}
.main_visual .visual_06 .tit02_box li:last-child:after{display:none;}
.main_visual .visual_06 .tit02_box li:last-child em{margin-top:20px;}
.main_visual .visual_06 .tit02_box li em{color:#3d978a; display:block; font-size:20px; margin-bottom:20px; line-height:1; }
.main_visual .visual_06 .tit02_box li .Lboxin{}
.main_visual .visual_06 .tit02_box li .Lboxin span{display:block;}
.main_visual .visual_06 .tit02_box li .Lboxin span:nth-child(2){margin-top:40px;}
/*.main_visual .visual_06 .tit02_box li .Lboxin:last-child span em{margin-top:20px;}*/
.main_visual .visual_06 .tit03{ position:absolute; bottom:0; width:100%; background-color:rgba(0,0,0,.8);}
.main_visual .visual_06 .tit03 a{
	display:block; max-width:1320px;   padding-top:20px; padding-bottom:20px; padding-right:10%; margin:0px auto; text-align:right; }
.main_visual .visual_06 .tit03 span{display:inline-block; color:#fff; font-size:25px; position:relative;}
.main_visual .visual_06 .tit03 a span:before{
	content:""; background-image:url("../images/main/icon_main_visual04.png"); background-size:contain; background-repeat:no-repeat;
	width:31px; height:31px; position:absolute; left:-45px;}
.main_visual .visual_06 .tit03 a span:after{content:"▶";position:absolute; right:-30px; font-size:19px; }
.main_visual .visual_06 .tit03 a span strong{color:#20e5c4; font-weight:600;}

.main_visual .tit span:nth-child(1) {
	font-size: 70px;
    font-family: 'Noto Serif KR', serif;
    margin-right: 12px;
}
.main_visual .tit span:nth-child(2) {
	font-size: 110px;
}
.main_visual .tit02 {
	font-size: 26px;
	/*font-family: 'Noto Sans KR', sans-serif;*/
	color: #fff;
    position: absolute;
    z-index: 2;
    line-height: 1em;
	letter-spacing: -0.7px;
    text-align: right;
}
.main_visual .tit02 > span {
	color: #5fe7ff;
}
.visual_01 .tit02{ bottom: 10%; right: 14%;}
.visual_02 .tit02{ top: 51.5%; left: 16%; letter-spacing:0.1em;}
.visual_03 .tit02{ bottom: 30%; left: 41%;}
.main_visual .left {
	background: url("../images/main/ico_main_visual_navi_left.png") no-repeat center;
	background-size: 70px auto;
	text-indent: -9999px;
	display: inline-block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 2;
}
.main_visual .right {
	background: url("../images/main/ico_main_visual_navi_right.png") no-repeat center;
	background-size: 70px auto;
	text-indent: -9999px;
	display: inline-block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	z-index: 2;
}
.main_visual .navi {
	position: absolute;
	left: 50%;
	bottom: 6%;
	z-index: 2;
	transform: translateX(-50%);
}
.main_visual .navi li {
	float: left;
	margin-right: 25px;
}
.main_visual .navi li:last-child {
	margin-right: 0;
}
.main_visual .navi li a {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 50%;
	text-indent: -9999px;
}
.main_visual .navi li a.on {
	background-color: #004e50;
}

.main_visual .slick-arrow{cursor:pointer;}
.main_visual .slick-prev{position:absolute; top:50%; left:6%; z-index:10; background:transparent; border:3px solid #fff; border-radius:50%; font-size:0px; width:63px; height:63px;}
.main_visual .slick-prev:before{content:"\e93b"; font-family:"xeicon"; font-size:30px; color:#fff;}
.main_visual .slick-next{position:absolute; top:50%; right:6%; z-index:10; background:transparent; border:3px solid #fff; border-radius:50%; font-size:0px; width:63px; height:63px;}
.main_visual .slick-next:before{content:"\e93e"; font-family:"xeicon"; font-size:30px; color:#fff;}
.slick-dots{position:absolute; bottom:6%; right:48%;}
.slick-dots li{display:inline-block; margin:0 5px;}
.slick-dots li button{font-size:0px; border:0px; border-radius:50%; background:transparent; outline:0;}
.slick-dots li button:before{content:"\eb0d"; font-family:"xeicon"; color:#fff; font-size:18px;}
.slick-dots li.slick-active button:before{ color:#004e50; }
.slider-wrap{position:relative; overflow:hidden;}

.slider-wrap .s-autoplay-btn { position:absolute; left:52%; bottom:6%; z-index:50; font-size:20px; background:transparent; border:0px; outline:0;}
.slider-wrap[data-slick-autoplay-status="Y"] .s-autoplay-btn:after {  content:"\ea3b"; display:block; font-size:23px; font-family:"xeicon"; color:#fff;}
.slider-wrap[data-slick-autoplay-status="N"] .s-autoplay-btn:after {  content:"\ea3e"; display:block; font-size:23px; font-family:"xeicon";	color:#fff;}

/* contents01 */
.contents01 {
	margin: 0 auto;
	/*width: 1300px;*/
	width:100%;
	max-width:1300px;
	padding: 60px 0;
}
.contents01 .main_tit {
	font-size: 34px;
	font-weight: 600;
	color: #000000;
	line-height: 1em;
	text-align: center;
	letter-spacing: -0.25px;
	margin-bottom: 50px;
}
.contents01 .sub_tit {
	font-size: 11px;
	font-weight: 300;
	color: #004e50;
	letter-spacing: 7px;
	display: block;
}
.contents01 > ul {
	
}
.contents01 > ul > li {
	float: left;
	width: 12.5%;
}
.contents01 > ul > li > a {
	display: inline-block;
	width: 100%; padding:10px 0px;
}
.contents01 > ul > li > a:hover{ /*background:#004e50;*/ background:rgba(0,78,80,.8);}
.contents01 > ul > li > a:hover > span:last-child{color:#fff;}
.contents01 > ul > li > a > span {
	display: block;
	text-align: center;
}
.contents01 > ul > li > a > span:first-child {
	height: 97px;
	text-indent: -9999px;
	margin-bottom: 35px;
}
.contents01 > ul > li:nth-child(1) > a > span:first-child {
	background: url("../images/main/ico_contents01_01@2x.png") no-repeat center; background-size: auto 97px;
}
.contents01 > ul > li:nth-child(1):hover > a > span:first-child {
	background: url("../images/main/ico_contents01_01@2x_on.png") no-repeat center; background-size: auto 97px;
}
.contents01 > ul > li:nth-child(2) > a > span:first-child {
	background: url("../images/main/ico_contents01_02@2x.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(2):hover > a > span:first-child {
	background: url("../images/main/ico_contents01_02@2x_on.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(3) > a > span:first-child {
	background: url("../images/main/ico_contents01_04@2x.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(3):hover > a > span:first-child {
	background: url("../images/main/ico_contents01_04@2x_on.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(4) > a > span:first-child {
	background: url("../images/main/ico_contents01_03@2x.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(4):hover > a > span:first-child {
	background: url("../images/main/ico_contents01_03@2x_on.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(5) > a > span:first-child {
	background: url("../images/main/ico_contents01_08@2x.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(5):hover > a > span:first-child {
	background: url("../images/main/ico_contents01_08@2x_on.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(6) > a > span:first-child {
	background: url("../images/main/ico_contents01_07@2x.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(6):hover > a > span:first-child {
	background: url("../images/main/ico_contents01_07@2x_on.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(7) > a > span:first-child {
	background: url("../images/main/ico_contents01_06@2x.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(7):hover > a > span:first-child {
	background: url("../images/main/ico_contents01_06@2x_on.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(8) > a > span:first-child {
	background: url("../images/main/ico_contents01_05@2x.png") no-repeat center;	background-size: auto 97px;
}
.contents01 > ul > li:nth-child(8):hover > a > span:first-child {
	background: url("../images/main/ico_contents01_05@2x_on.png") no-repeat center;	background-size: auto 97px;
}

/* contents02 */
.contents02 {
	width: 100%;
	background-color: #e1edee;
	padding: 60px 0;
}
.contents02_area {
	margin: 0 auto;
	/*width: 1300px;*/
	width:100%;
	max-width:1200px;
	/*max-width:1560px;
	max-width:1880px;*/
}
.contents02 .main_tit {
	text-align: center;
	font-size: 34px;
	color: #4b6266;
	letter-spacing: -0.25px;
	line-height: 1em;
	margin-bottom: 70px;
}
.contents02 .sub_tit {
	font-size: 14px;
	color: #6b7f82;
	letter-spacing: -0.5px;
	display: block;
	line-height: 1em;
    margin-top: 15px;
}
.contents02_area .doc_list > li {
	float: left;
	width: 310px;
	margin-right: 10px;
}
.contents02_area .doc_list > li:last-child {
	margin-right: 0;
}
/*.contents02_area .doc_list > li > a {
	height: 468px;
	width: 100%;
	display: inline-block;
	position: relative;
}
.contents02_area .doc_list > li > a:hover .box  {
	display: block;
}
.contents02_area .doc_list > li > a .box {
	background: rgba(0,0,0,0.65);
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 20px;
	box-sizing: border-box;
	display: none;
}
.contents02_area .doc_list > li > a .box > p {
	padding-top: 110px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
.contents02_area .doc_list > li > a .box > p:after {
	content: '';
	display: block;
	width: 35px;
	height: 1px;
	background-color: #fff;
	margin: 40px 0 25px;
}*/
.contents02_area .doc_list > li:first-child > a .box1 ul li:first-child {letter-spacing:-0.1em;}
.contents02_area .doc_list > li:nth-child(2) > a .box1 ul li:nth-child(4) {letter-spacing:-0.1em;}
.contents02_area .doc_list > li:nth-child(4) > a .box1 ul li:nth-child(4) {letter-spacing:-0.1em;}
.contents02_area .doc_list > li span {
	display: inline-block;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	padding: 300px 0 20px 20px;
}
/*전은숙병원장*/
.contents02_area .doc_list > li:nth-child(1) {
	background: url("/img/main/img_main_doctor01.jpg") no-repeat;background-size: cover;
}
/*조은나원장*/
.contents02_area .doc_list > li:nth-child(2) {
	background: url("/img/main/img_main_doctor02.jpg") no-repeat;background-size: cover;
}

/*강애라원장*/
.contents02_area .doc_list > li:nth-child(3) {
	background: url("/img/main/img_main_doctor03.jpg") no-repeat;background-size: cover;
}


/*20220113_치료체험후기*/
.contents02_plus{padding:80px 0; overflow:hidden; max-height:670px; box-sizing:border-box;}
.contents02_plus .inbox{max-width:1300px; width:100%; margin:0px auto; text-align:center;}
.contents02_plus p{font-size:34px; font-weight:600; color:#000;}
.contents02_plus div ul{ margin-top:80px;}
.contents02_plus div ul li{width:18%;  margin-right:1%; margin-bottom:1%; display:inline-block; vertical-align:top;  position:relative; box-sizing:border-box; }
.contents02_plus div ul li a{ height:190px; border:1px solid #ddd; background-color:#f6f6f6; display:block; box-sizing:border-box; }
.contents02_plus div ul li a:hover{
border:2px solid #28787f; background-color:#fff; background-position:center;
background-image:url("../images/main/main_review_icon.png"); background-repeat:no-repeat; box-shadow:2px 2px 5px rgba(0,0,0,0.4);
}
.contents02_plus div ul li a:hover span:first-child{color:#28787f;font-weight:bolder;}
.contents02_plus div ul li:nth-child(5), .contents02_plus div ul li:nth-child(10){margin-right:0;}
.contents02_plus div ul li span:first-child{
position:absolute; top:20px; left:20px; width:85%; text-align:left; word-break:keep-all;overflow: hidden;
  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical; 
  }
.contents02_plus div ul li span:last-child{position:absolute; bottom:20px; right:20px; color:#666; font-weight:lighter;}
.keep a{
border:2px solid #28787f !important; background-color:#fff !important; box-shadow:2px 2px 5px rgba(0,0,0,0.4); background-position:center;
background-image:url("../images/main/main_review_icon.png"); background-repeat:no-repeat;
}
.keep a span:first-child{color:#28787f; font-weight:bolder;}
.keep_go a{background-color:#28787f !important; border:0px !important;}
.keep_go a:hover{background-image:unset !important; background-color:#285f64 !important; box-shadow:unset !important;}
.keep_go a:hover span{font-weight:bolder !important;}
.keep_go a span{color:#fff !important; font-size:24px; line-height:1.5; font-weight:bolder !important;}
/*20220113_치료체험후기_끝*/

/* contents03 */
.contents03 {
	width: 100%;
	padding: 60px 0; overflow:hidden;
}
.contents03_area {
	margin: 0 auto;
	width: 1300px;
}
/*.contents03_area .slide {
	width: 100%;
	background-color: #004e50;
	background: url("../images/main/img_contents03_slide02.png") no-repeat left bottom;
	color: #fff;
	height: 430px;
	padding-left: 670px;
	padding-top: 70px;
	box-sizing: border-box;
	position: relative;
}*/
.contents03_area .slide{}
.contents03_area .slide .slick-dots{top:0; right:0; width:20%;}
.contents03_area .slide .slick-dots:before{content:"/ 4"; color:#fff; font-style:italic; position:absolute; right:19%; top:10%;}
.contents03_area .slide .slick-dots li{position:absolute; right:9.5%; top:31.5%;}
.contents03_area .slide .slick-dots li.slick-active button{display:block;}
.contents03_area .slide .slick-dots li button{font-size:18px; color:#e9ff71; display:none; font-style:italic; cursor:pointer;}
.contents03_area .slide .slick-dots li button:before{display:none;}

.contents03_area button{border: 1px solid rgba(255,255,255,0.5); position:absolute; bottom:40px; right:0; width: 100px; height: 66px; box-sizing: border-box; font-size:0px; cursor:pointer;}
.contents03_area .slick-prev{background: url("../images/main/btn_contents03_prev.png") no-repeat center center; z-index:100;right:140px; border-right:0px;}
.contents03_area .slick-next{background: url("../images/main/btn_contents03_next.png") no-repeat center center; right:40px;z-index:100;}

.contents03_area .slide_ban,
.contents03_area .slide_ban01,
.contents03_area .slide_ban02,
.contents03_area .slide_ban03,
.contents03_area .slide_ban04{
	width: 100%;
	/*background-color: #004e50;
	background: url("../images/main/img_contents03_slide02.png") no-repeat left bottom;*/
	color: #fff;
	height: 430px;
	padding-left: 670px;
	padding-top: 70px;
	box-sizing: border-box;
	position: relative;
}
.contents03_area .slide_ban {background: url("../images/main/img_contents03_slide02.png") no-repeat left bottom;}
.contents03_area .slide_ban01 {	background: url("../images/main/img_contents03_slide03.png") no-repeat left bottom;}
.contents03_area .slide_ban02 {	background: url("../images/main/img_contents03_slide04.png") no-repeat left bottom;}
.contents03_area .slide_ban03 {	background: url("../images/main/img_contents03_slide05.png") no-repeat left bottom;}
.contents03_area .slide .slide_text {
	padding-left: 20px;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.contents03_area .slide .slide_text  p {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -0.25px;
	line-height: 1em;
}
.contents03_area .slide .slide_text  p  span {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.25px;
	display: block;
	margin-top: 20px;
	line-height: 26px; color:rgba(255,255,255,0.8);
}

.contents03_area .slide .slide_text a {
	font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.25px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 50px 0 30px;
    border-radius: 22.5px;
    background: #fff url(../images/main/ico_contents03_arrow@2x.png) no-repeat 85% center;
    background-size: 6px auto;
    text-align: left;
    margin-top: 60px;
}
.contents03_area .slide > div:last-child {
	position: absolute;
	right: 40px;
	bottom: 40px;
	display: flex;
}
.contents03_area .slide > div:last-child > span {
	width: 100px;
	height: 66px;
	border: 1px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
}
.contents03_area .slide > div:last-child > span > a {
	width: 100%;
    display: block;
    height: 100%;
    color: #fff;
	text-indent: -9999px;
}
.contents03_area .slide > div:last-child > span:first-child > a {
	background: url("../images/main/btn_contents03_prev.png") no-repeat center center;
}
.contents03_area .slide > div:last-child > span:last-child > a {
	background: url("../images/main/btn_contents03_next.png") no-repeat center center;
}

/* contents03_re */
.contents03_re{width:100%; height:430px; padding:0px; overflow:hidden;}
.contents03_area_re{width:100%; max-width:1300px; margin:0px auto;}
.contents03_area_re .slide_ban{}
.contents03_area_re .slide .slick-dots{top:0; right:0; width:150px; height:150px}
.contents03_area_re .slide .slick-dots:before{content:"/5"; color:#fff; font-style:italic; position:absolute; right:32px; top:30px;}
.contents03_area_re .slide .slick-dots li{/*position:absolute; right:9.5%; top:31.5%;*/}
.contents03_area_re .slide .slick-dots li.slick-active button{display:block;}
.contents03_area_re .slide .slick-dots li button{
font-size:18px; color:#e9ff71; display:none; font-style:italic; cursor:pointer; top:19px; right:20px;
}
.contents03_area_re .slide .slick-dots li button:before{display:none;}

.contents03_area_re button{
border: 1px solid rgba(255,255,255,0.5); width:85px; height:50px;
position:absolute; bottom:24px; right:0; box-sizing: border-box; font-size:0px; cursor:pointer; outline:0;
}
.contents03_area_re .slick-prev{background: url("../images/main/btn_contents03_prev.png") no-repeat center center; z-index:100;right:123px; border-right:0px;}
.contents03_area_re .slick-next{background: url("../images/main/btn_contents03_next.png") no-repeat center center; right:40px;z-index:100;}

.contents03_area_re .slide_ban,
.contents03_area_re .slide_ban01
{
	width: 100%;	color: #fff;
	height: 430px; text-align:center;
	/*padding-left: 670px; padding-top: 70px;*/
	box-sizing: border-box;	position: relative;
}

.contents03_area_re .slide_ban02{
	width: 100%;	color: #fff;
	height: 430px; text-align:center;
	/*padding-left: 670px; padding-top: 70px;*/
	box-sizing: border-box;	position: relative;
}

.contents03_area_re .slide_ban03,
.contents03_area_re .slide_ban04,
.contents03_area_re .slide_ban05,
.contents03_area_re .slide_ban06,
.contents03_area_re .slide_ban07,
.contents03_area_re .slide_ban08,
.contents03_area_re .slide_ban09,
.contents03_area_re .slide_ban10{
	width: 100%;	color: #fff;
	height: 430px;
	/*padding-left: 670px;
	padding-top: 70px;*/
	box-sizing: border-box;	position: relative; overflow:hidden;
}

.contents03_area_re .slide_ban {background: url("../images/main/img_contents03_slide02_re.png") no-repeat left bottom;}
.contents03_area_re .slide_ban01 {background: url("../images/main/img_contents03_slide03_re.png") no-repeat left bottom;}
.contents03_area_re .slide_ban02 {background: url("../images/main/img_contents03_slide04_re.png") no-repeat left bottom;}
.contents03_area_re .slide_ban03 {background-image: url("../images/main/img_contents03_slide05_re.png"); background-repeat: no-repeat; background-position: left bottom;
}
.contents03_area_re .slide_ban04{background: url("../images/main/img_contents03_slide06.jpg") no-repeat left bottom;}
.contents03_area_re .slide_ban05{background: url("../images/main/img_contents03_slide07.png") no-repeat left bottom;}
.contents03_area_re .slide_ban06{background: url("../images/main/img_contents03_slide08.png") no-repeat right bottom;}
.contents03_area_re .slide_ban07{background: url("../images/main/img_contents03_slide09.png") no-repeat left bottom;}
.contents03_area_re .slide_ban08{background: url("../images/main/img_contents03_slide10.png") no-repeat left bottom;}

.slide_text_pc{font-family:"SCoreDream";}
.slide_text_pc a{
display:block; font-size:13px; background:#fff; border-radius:20px; width:122px; color:#2e2676; font-weight:700; 
line-height:34px; position:absolute; right:65px; bottom:105px; text-align:center;
}
.slide_text_pc_left a{
display:block; font-size:17px; background:#fff; border-radius:40px; width:250px; color:#2e2676; font-weight:700; 
line-height:50px; position:absolute; left:125px; bottom:135px; text-align:center;
}
.slide_text_pc a:after{content:"\ea3e"; font-family:"xeicon"; margin-left:10px;}
.slide_ban .slide_text_pc{padding-top:120px;}
.slide_ban01 .slide_text_pc{padding-top:80px;}
.slide_ban03 .slide_text_pc{padding-top:68px; padding-left:120px;}
.slide_ban04 .slide_text_pc{position:relative; height:430px;}
.slide_ban04 .slide_text_pc div{background-repeat:no-repeat;}
.slide_text_pc .si01{}
.slide_text_pc .si02{display:none;}
.slide_text_pc .si03{position:absolute; right:25px; top:30px; width:35%; max-width:264px;}
.slide_text_pc .si03 img{width:100%;}
.slide_text_pc .st01{font-size:40px;}
.slide_text_pc .st01 span{display:block;font-weight:200; line-height:1.2; text-shadow:0px 0px 6px rgba(25,38,75,0.7);}
.slide_text_pc .st01 span:last-child{font-weight:600;}
.slide_text_pc .st02{
font-size:10px; color:#919191; line-height:1; font-weight:200;letter-spacing:0.6em; padding-top:22px; padding-bottom:22px;
}
.slide_text_pc .st02 strong{color:#1cacd9;font-weight:200;}
.slide_text_pc .st03{font-size:21px;}
.slide_text_pc .st03 strong{font-weight:normal;}
.slide_text_pc .st04{font-size:10px;letter-spacing:0.6em; color:#919191;}
.slide_text_pc .st04 strong{color:#1cacd9;font-weight:normal;}
.slide_text_pc .st05{font-size:42px; font-family:'Jeju Myeongjo', serif; line-height:64px; margin-top:10px; margin-bottom:7px; position:relative; display:inline-block; padding-left:40px; padding-right:40px;}
.slide_text_pc .st05 strong{color:#1cacd9;font-weight:normal;}
.slide_text_pc .st05:before, .slide_text_pc .st05:after{ font-size:64px; line-height:1; font-weight:bolder; height:64px; width:40px; display:inline-block; position:absolute; top:0px;  }
.slide_text_pc .st05:before{content:"["; left:0; text-align:left;}
.slide_text_pc .st05:after{content:"]";right:0; text-align:right;}
.slide_text_pc .st06{font-size:28px; font-weight:500;}
.slide_text_pc .st06 strong{color:#1cacd9;font-weight:500;}
.slide_text_pc .st07{font-size:20px; margin-top:100px;}
.slide_text_pc .st08{display:none;}
.slide_text_pc .st09{ display:inline-block; position:relative;}
.slide_text_pc .st09:before{content:"";border-bottom:1px solid #fff; position:absolute; bottom:2px; width:97%;}
.slide_text_pc .st09 span{display:inline-block; vertical-align:bottom;}
.slide_text_pc .st09 span:nth-child(1){font-family:'Jeju Myeongjo', serif;font-size:29px; margin-bottom:15px;}
.slide_text_pc .st09 span:nth-child(2){font-style:italic; font-weight:800; font-size:79px; line-height:1;}
.slide_text_pc .st10{font-size:20px; margin-left:27px; margin-top:10px;}
.slide_text_pc .st10 strong{color:#eda81d;}
.slide_text_pc .st11{position:relative; width:567px; height:155px; margin-top:30px; margin-left:56px;}
.slide_text_pc .st11 li{
	position:absolute; width:122px; height:103px; line-height:103px; 
	background-image:url("../images/main/slide05_minbox.png"); background-repeat:no-repeat;
}
.slide_text_pc .st11 li:nth-child(1){top:0; left:0;}
.slide_text_pc .st11 li:nth-child(2){bottom:0; left:89px;}
.slide_text_pc .st11 li:nth-child(3){top:0;left:178px;}
.slide_text_pc .st11 li:nth-child(4){bottom:0;left:267px;}
.slide_text_pc .st11 li:nth-child(5){top:0;left:355px;}
.slide_text_pc .st11 li:nth-child(6){bottom:0; right:0px;}
.slide_text_pc .st11 li:nth-child(6) span{letter-spacing:-0.08em;}
.slide_text_pc .st11 li span{
	display:inline-block; color:#eda81d; text-align:center; width:100%; line-height:1.3; word-break:keep-all;
	vertical-align:middle;
}
	
.slide_text_pc .st12{
	display:inline-block; vertical-align:top; width:567px; height:386px;
	background-image:url("../images/main/img_contents03_slide06_text01.png");
	margin-left:65px; margin-top:33px; margin-right:62px; position:relative;}
.slide_text_pc .st12 ul:nth-child(1){position:absolute; left:0; top:30px;}
.slide_text_pc .st12 ul:nth-child(2){position:absolute; right:0; top:95px;}
.slide_text_pc .st12 ul:nth-child(1) li{font-size:20px; width:143px; height:143px; line-height:143px; margin-bottom:17px;}
.slide_text_pc .st12 ul:nth-child(1) li span{display:inline-block; line-height:1.2; vertical-align:middle; }
.slide_text_pc .st12 ul:nth-child(2) li{width:176px; line-height:38px; margin-bottom:7px;}
.slide_text_pc .st12 li{text-align:center;}
.slide_text_pc .st13{
	display:inline-block; vertical-align:top; margin-top:85px; width:263px; height:261px;
	/*background-image:url("../images/main/img_contents03_slide06_text02.png");*/ position:relative;
	}
.slide_text_pc .st13 p:nth-child(1) span.pc{ 
	background-color:#9acec2; color:#1c1e1d; font-size:18px; display:inline-block; font-weight:500;
	position:absolute; right:0; top:30%; padding:4px 23px; line-height:1; border-radius:20px;
	}
.slide_text_pc .st13 p:nth-child(1) .mo{display:none;}
.slide_text_pc .st13 p:nth-child(2){}
.slide_text_pc .st13 p:nth-child(2) span{font-size:14px; line-height:1; text-align:center; display:inline-block; position:absolute;}
.slide_text_pc .st13 p:nth-child(2) span strong{
	font-size:123px; font-family:'Jeju Myeongjo', serif; display:block;	font-weight:400;
	}
.slide_text_pc .st13 p:nth-child(2) span:nth-child(1){color:#1c1e1d; top:0; left:0px;}
.slide_text_pc .st13 p:nth-child(2) span:nth-child(1) strong{margin-top:7px;}
.slide_text_pc .st13 p:nth-child(2) span:nth-child(2){color:#9acec2; left:70px; bottom:3px;}
.slide_text_pc .st13 p:nth-child(2) span:nth-child(2) strong{margin-bottom:7px;}
.slide_text_pc .st14{
	position:absolute; right:35px; bottom:0; width:257px; height:411px;
	background-image:url("../images/main/img_contents03_slide06_text03.png"); background-position:right bottom;
	}
.slide_text_pc .st14 p{text-align:right; position:absolute; bottom:25px; left:-111px; font-weight:400; line-height:1.4; font-size:18px;}
.slide_text_pc .st15{margin-top:125px; margin-left:45px;}
.slide_text_pc .st15 ul{}
.slide_text_pc .st15 li{
	background-image:url("../images/main/img_contents03_slide07_text01.png"); background-repeat:no-repeat; 
	width:151px; height:174px; line-height:174px; display:inline-block; padding-right:30px; padding-left:30px; box-sizing:border-box;
	margin-right:12px;
	}
.slide_text_pc .st15 li span{line-height:1.2; display:inline-block; vertical-align:middle; text-align:center; font-size:22px; width:100%;}
.slide_text_pc .st16{
	background-image:url("../images/main/img_contents03_slide07_text02.png"); background-repeat:no-repeat;
	position:absolute; width:100%; height:100%; background-position:94% bottom; right:0; bottom:0;
	}
.slide_text_pc .st16 p{position:absolute; right:4%; top:31%;}

.slide_text_pc .st17{text-align:center; width:525px; padding-top:85px; margin-left:135px;}
.slide_text_pc .st17 .txt01{font-size:42px; line-height:1.4; color:#131212; font-family:'Jeju Myeongjo', serif; margin-bottom:20px;}
.slide_text_pc .st17 .txt01 strong{color:#38508a; font-weight:normal;}
.slide_text_pc .st17 .txt02{font-size:14px; line-height:1; color:#38508a; letter-spacing:0.45em;}
.slide_text_pc .st17 .txt02 strong{/*font-weight:700;*/}
.slide_text_pc .st17 .txt03{
	font-size:20px; background-color:#38508a; display:inline-block; font-weight:500;
	margin-top:20px; margin-bottom:40px; padding-left:10px; padding-right:10px;
	}
.slide_text_pc .st17 .txt04{font-size:16px;color:#38508a; position:relative;}
.slide_text_pc .st17 .txt04 li{display:inline-block;}
.slide_text_pc .st17 .txt04:before{
	content:''; background-color:rgba(255,255,255,0.4); 
	width:100%; height:10px; display:block; position:absolute; bottom:0;
}
.slide_text_pc .st17 .txt04 span{position:relative; font-weight:600; margin-right:3px; letter-spacing:-0.06em;}
.slide_text_pc .st17 .txt04 span:last-child{margin-right:0;}
.slide_text_pc .st18{
	position:absolute; right:230px; bottom:0; width:308px; height:410px;
	background-image:url("../images/main/img_contents03_slide08_text01.png"); background-repeat:no-repeat; 
}
.slide_text_pc .st18 p{position:absolute; right:-152px; top:90px;}
.slide_text_pc .st19{
	position:absolute; left:174px; bottom:0; width:300px; height:413px;
	background-image:url("../images/main/img_contents03_slide09_text01.png"); background-repeat:no-repeat; 
}
.slide_text_pc .st19 p{position:absolute; left:-122px; top:90px; text-align:right;}
.slide_text_pc .st20{text-align:center; width:525px; padding-top:104px; margin-left:530px;}
.slide_text_pc .st20 .txt01{
	font-size:20px; background-color:#226363; display:inline-block; font-weight:500;
	margin-bottom:23px; padding:3px 15px;
	}
.slide_text_pc .st20 .txt02{font-size:42px; line-height:1.4; color:#131212; font-family:'Jeju Myeongjo', serif; margin-bottom:20px; letter-spacing:-0.05em;}
.slide_text_pc .st20 .txt02 strong{color:#226363; font-weight:normal;}
.slide_text_pc .st20 .txt03{font-size:14px; line-height:1; color:#226363; letter-spacing:0.3em;}
.slide_text_pc .st20 .txt03 strong{/*font-weight:700;*/}

.slide_text_pc .st21{text-align:center; width:525px; padding-top:85px; margin-left:125px;}
.slide_text_pc .st21 .txt01{font-size:45px; font-weight:500; font-family:'Jeju Myeongjo', serif; color:#131212; position:relative; letter-spacing:-0.06em; }
.slide_text_pc .st21 .txt01 strong{font-size:70px; font-weight:500; display:inline-block; position:relative; padding-right:55px; line-height:1;}
.slide_text_pc .st21 .txt01 strong:before{ font-family:"Noto Serif KR", serif; font-size:85px; font-weight:300; color:rgba(130,0,18,0.6); position:absolute; }
.slide_text_pc .st21 .txt01 strong:nth-child(1):before{content:"埋";bottom:3px; right:0px;}
.slide_text_pc .st21 .txt01 strong:nth-child(2):before{content:"線";bottom:3px; right:-10px;}
.slide_text_pc .st21 .txt01 strong:nth-child(1):after{content:","; font-size:70px; font-weight:500; position:absolute; bottom:0; right:5px;}
.slide_text_pc .st21 .txt02{font-size:18px; color:#131212; margin-bottom:30px; margin-top:27px; margin-left:10px;}
.slide_text_pc .st21 .txt03{font-size:18px; font-weight:600; line-height:1; background-color:rgba(255,255,255,0.6); color:#131212; padding-top:19px; padding-bottom:19px; margin-left:10px;}
.slide_text_pc .st22{position:absolute; right:195px; bottom:-20px; width:308px; height:410px;
	background-image:url("../images/main/img_contents03_slide10_text01.png"); background-repeat:no-repeat; background-position:; z-index:55; }
.slide_text_pc .st22 p{position:absolute; right:-63px; top:73px; text-align:left; color:#0c0f0f;}
.st22_down{position:absolute; bottom:0; width:100%; height:69px; background-color:rgba(130,0,18,0.6);}
.st22_down p{letter-spacing:0.2em; position:absolute; left:250px; top:50%; transform:translateY(-50%);}
.st21_mo{display:none;}

/* contents03_re_끝 */

/* contents04 */
.contents04 {
	width: 100%;
	background: url("../images/main/bg_contents04.jpg") no-repeat center;
	background-size: cover;
}
.contents04_area {
	/*width: 1300px;*/
	width:100%;
	max-width:1300px;
	height: 850px;
	padding: 60px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.contents04_area p {
	color: #FFFFFF;
	font-weight: 200;
}
.contents04_area p:nth-child(1) {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 40px;
}
.contents04_area p:nth-child(2) {
	font-size: 34px;
	line-height: 1.4em;
	letter-spacing: -0.75px;
}
.contents04_area ul {
	float: right;
	margin-top: 60px;
}
.contents04_area ul li {
	float: left;
	margin-left: 30px;
}
.contents04_area ul li a {
	display: inline-block;
}
.contents04_area ul li a span {
	display: block;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 300;
}
.contents04_area ul:first-child {
	padding-top: 55px;
}
.contents04_area > img {
	width: 153px;
	height: auto;
	position: absolute;
	bottom: 0;
}

/* contents05 */
.contents05 {
	width: 100%;
	display: flex;
}
.contents05_area01 {
	width: 50%;
	height: 275px;
	background: #003233 url("../images/main/bg_contents05_01.png") no-repeat right bottom;
}
.contents05_area02 {
	width: 50%;
	height: 275px;
	background: #ab9e84 url("../images/main/bg_contents05_02.png") no-repeat right bottom;
}
.contents05_area01 a, .contents05_area02 a {
	color: #FFFFFF;
	margin-left: 15%;
    display: block;
}
.contents05_area01 a p {
	font-family: 'Noto Serif KR', serif;
	font-size: 32px;
	letter-spacing: -0.75px;
	line-height: 1em;
	margin: 45px 0 40px;
	opacity: 0.4;
}
.contents05_area02 a p {
	font-family: 'Noto Serif KR', serif;
	font-size: 32px;
	letter-spacing: -0.75px;
	line-height: 1em;
	margin: 70px 0 40px;
	opacity: 0.4;
}
.contents05_area01 a span, .contents05_area02 a span {
	font-size: 17px;
    letter-spacing: -0.5px;
    margin-right: 30px;
}

/* contents06 */
.contents06 {
	width: 100%;
	padding: 90px 0 40px;
}
.contents06_02 {
	width: 100%;
	padding: 40px 0 40px;
	background-color: #efefef;
}
.contents06_area {
	/*width: 1300px;*/
	width:100%;
	max-width:1300px;
	margin: 0 auto;
}
.contents06_area p {
	font-size: 34px;
	font-weight: 600;
	color: #000000;
	line-height: 1em;
	letter-spacing: -0.25px;
	text-align: center;
}
.contents06_area p span {
	font-size: 18px;
    font-weight: 300;
    color: #777777;
    display: block;
    margin-top: 20px;
    text-align: center;
    letter-spacing: -0.5px;
}
/*.btn_more {
	float: right;
	display: inline-block;
	text-indent: -9999px;
	width: 44px;
	height: 44px;
	margin-top: -46px;
	border: 1px solid #004e50;
	background: url("../images/main/btn_contents06_more.png") no-repeat center;
}
.btn_more:hover{
background-color:;
background: url("../images/main/btn_contents06_more_on.png") no-repeat #004e50 center;
}*/
.contents06_area ul li {
	float: left;
	width: 400px;
	margin-right: 50px;
	background-color: #FFFFFF;
}
.contents06_area ul li a {
	display: block;
}
.contents06_area ul li a:hover{
  box-shadow:1px 1px 5px rgba(0,0,0,0.3);
}
.contents06_area ul li:last-child {
	margin-right: 0;
}
.contents06_area ul li img {
	width: 100%;
}
.contents06_area ul p {
	font-size: 18px;
	text-align: left;
	padding: 20px;
}
.contents06_area ul p span {
	font-size: 14px;
	text-align: left;
}

/* contents07 */
.contents07 {
	width: 100%;
	padding: 70px 0;
}
.contents07_area {
	/*width: 1300px;*/
	width:100%;
	max-width:1300px;
	margin: 0 auto;
}
.contents07_area p {
	font-size: 34px;
	font-weight: 600;
	color: #000000;
	line-height: 1em;
	letter-spacing: -0.25px;
	text-align: center;
}
.contents07_area .youtube {
	margin-top: 30px;
}
.contents07_area .youtube > div {
	float: left;
}
.contents07_area .youtube > div img{width:100%; max-width:1028px;}
.contents07_area .youtube > ul {
	float: right;
}
.contents07_area .youtube > ul > li {
	margin-bottom: 7px;
}
.contents07_area .youtube > ul > li:last-child {
	margin-bottom: 0;
}

/* contents08 */
.contents08 {
	width: 100%;
	padding: 70px 0 40px;
}
.contents08_area {
	/*width: 1300px;*/
	width:100%;
	max-width:1300px;
	margin: 0 auto;
}
.contents08_area p {
	font-size: 34px;
	font-weight: 600;
	color: #000000;
	line-height: 1em;
	letter-spacing: -0.25px;
	text-align: center;
}
.contents08_area .story {
	margin-top: 40px;
}
.contents08_area .story li {
	float: left;
	width: 23.5%;
	height:110px;
	margin-left: 2%;
	margin-bottom: 2%;
	overflow:hidden;
}
.contents08_area .story li a {

}
.contents08_area .story li a img {
	width: 100%; height:100%;
}
.contents08_area .story li:nth-child(1) {
	margin-left: 0;
}
.contents08_area .story li:nth-child(5) {
	margin-left: 0;
}

/* contents09 */
.contents09 {
	width: 100%;
}
.contents09_area {
	/*width: 1300px;*/
	width:100%;
	max-width:1300px;
	margin: 0 auto;
	display: flex;
}
.contents09_area > div {
	border: 1px solid #eee;
	width: 49%;
	padding: 35px;
	box-sizing: border-box;
}
.contents09_area .call {
	margin-right: 1%;
}
.contents09_area .notice {
	margin-left: 1%;
}
.contents09_area .call > p {
	font-size: 34px;
    font-weight: 800;
    color: #000000;
    letter-spacing: -1.4px;
    line-height: 1em;
    background: url(../images/main/ico_contents09_call@2x.png) no-repeat 0 bottom;
    background-size: auto 34px;
    padding-left: 50px;
    margin-bottom: 20px;
}
.contents09_area .call > p > span {
	font-size: 11px;
    font-weight: 300;
    color: #777777;
    letter-spacing: 5px;
    display: block;
    line-height: 1rem;
    margin-bottom: 3px;
}
.contents09_area .call > ul > li {
	font-size: 15px;
    font-weight: 400;
    color: #777777;
    letter-spacing: -0.25px;
    padding-top: 7px;
	line-height:1.3; word-break:keep-all;
}
.contents09_area .notice > p {
	font-size: 32px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.5px;
    line-height: 1em;
    background: url(../images/main/ico_contents09_notice@2x.png) no-repeat 0 bottom;
    background-size: auto 30px;
    padding-left: 50px;    
    margin-bottom: 20px;
}
.contents09_area .notice > a {
	font-size: 16px;
    font-weight: 400;
    color: #004e50;
    background: url("../images/main/btn_contents09_notice.png") no-repeat 72px center;
    padding: 7px 0 7px 14px;
    width: 92px;
    height: 34px; line-height:1;
    display: block;
    box-sizing: border-box;
    border: 1px solid #004e50;
	float: right;
	margin-top: -52px;
}
.contents09_area .notice > a:hover{
	 color:#fff;
	 background: url("../images/main/btn_contents09_notice_on.png") no-repeat #004e50 72px center;
}
.contents09_area .notice > ul > li > a {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -0.25px;
	color: #777777;
	display: block;
}
.contents09_area .notice > ul > li > a:after {
	content: '';
	display: block;
	clear: both;
}

.contents09_area .notice > ul > li > a > span:first-child {
	float: left;
	width:75%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;
}
.contents09_area .notice > ul > li > a > span:last-child {
	float: right;
	width:20%
}
.contents09 .map {
	/*width: 1300px;*/
	width:100%;
	max-width:1300px;
    margin: 0 auto;
    height: 350px;
    background: #e5e5e5 url(../images/main/img_contents09_map@2x.png) no-repeat 90% center;
    background-size: auto 270px;
    margin-top: 30px;
	margin-bottom: 70px;
    padding: 70px;
    box-sizing: border-box;
}
.contents09 .map > p:nth-child(1) {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: -0.25px;
	color: #000000;
	line-height: 1em;
	margin-bottom: 40px;
}
.contents09 .map > p:nth-child(2) > span {
	font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.25px;
    color: #666666;
    line-height: 1.5rem;
    display: block;
}
.contents09 .map > div {
	display: flex;
	margin-top: 35px;
}
.contents09 .map > div > a {
	font-size: 18px;
    font-weight: 600;
    color: #004e50;
    letter-spacing: -0.75px;
    width: 180px;
    height: 47px;
    display: block;
    border: 1px solid #004e50;
    line-height: 47px;
    background: #fff url(../images/main/btn_contents09_map.png) no-repeat 170px center;
    padding-left: 30px;
	margin-right: 10px;
}
.contents09 .map > div > a:hover{
	 color:#fff;
	 background:url("../images/main/btn_contents09_map_on.png") no-repeat #004e50 170px center;
}

/* contents10 */
.contents10 {
	width: 100%; height: 500px;
	background: url("../images/main/bg_contents10_01.jpg") no-repeat center;
	background-size: cover; position:relative; overflow:hidden;
}
.contents10_area {	width: 1300px;	margin: 0 auto;	padding: 85px 0 190px; position:relative; }
.contents10_area > div > p {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 1.25em;	
	letter-spacing: -0.25px;
}
.contents10_area > div > p > span {
	font-size: 11px;
	font-weight: 100;
	color: #FFFFFF;
	line-height: 1.25rem;
	letter-spacing: 4.6px;
	display: block;
	margin-bottom: 70px;
	margin-top: 20px;
}
.contents10_area > .terior {/*float: right;*/ width:618px; box-shadow:1px 1px 5px rgba(0,0,0,0.5); position:absolute; right:0; /*bottom:5%;*/}
.contents10_area > .terior button{ border:1px solid rgba(255,255,255,.5); position:absolute; width:92px; height:42px; box-sizing:border-box; font-size:0px; cursor:pointer;}
.contents10_area > .terior .slick-prev{background: url("../images/main/btn_contents03_prev.png") no-repeat center center; z-index:100; left:-682px; top:184px; border-right:0px;}
.contents10_area > .terior .slick-next{background: url("../images/main/btn_contents03_next.png") no-repeat center center; left:-590px;top:184px; z-index:100;}
.contents10_area > .terior .slick-slide img{width:100%; max-width:618px;}
.contents10_area .btn {	
	display: flex;
}
.contents10_area .btn a:nth-child(1) {
	color: #FFFFFF;
	width: 90px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	display: block;
	background: url("../images/main/btn_contents10_left.png") no-repeat center;
	text-indent: -9999px;
}
.contents10_area .btn a:nth-child(2) {
	color: #FFFFFF;
	width: 90px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	display: block;
	background: url("../images/main/btn_contents10_right.png") no-repeat center;
	text-indent: -9999px;
}

/* contents11 */
.contents11 {
	width: 100%;
	padding: 30px 0;
	background-color: #0b4958;
}
.contents11_area {
	/*width: 1300px;*/
	width:100%;
	max-width:1300px;
	margin: 0 auto;
}
.contents11_area ul li {
	width: 16.6%;
	float: left;
}
.contents11_area ul li a {
	display: block;
}
.contents11_area ul li a span {
	display: block;
}
.contents11_area ul li a span:nth-child(1) {
	height: 60px;
	text-indent: -9999px;
}
.contents11_area ul li a span:nth-child(2) {
	text-align: center;
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	letter-spacing: -0.25px;
}
.contents11_area ul li:hover a span:nth-child(2){opacity:1;}
.contents11_area ul li .icon {opacity: 0.8;}
.contents11_area ul li:hover .icon{opacity:1;}

.contents11_area ul li:nth-child(1) .icon {
	background: url("../images/main/ico_contents11_01.png") no-repeat center;
	background-size: auto 40px;
}
.contents11_area ul li:nth-child(2) .icon {
	background: url("../images/main/ico_contents11_01.png") no-repeat center;
	background-size: auto 40px;
}
.contents11_area ul li:nth-child(3) .icon {
	background: url("../images/main/ico_contents11_02.png") no-repeat center;
	background-size: auto 48px;
}
.contents11_area ul li:nth-child(4) .icon {
	background: url("../images/main/ico_contents11_03.png") no-repeat center;
	background-size: auto 40px;
}
.contents11_area ul li:nth-child(5) .icon {
	background: url("../images/main/ico_contents11_04.png") no-repeat center;
	background-size: auto 35px;
}
.contents11_area ul li:nth-child(6) .icon {
	background: url("../images/main/ico_contents11_04.png") no-repeat center;
	background-size: auto 35px;
}




/* footer */
footer {
	width: 100%;
}
.footer_area {
	/*width: 1300px;*/
	width:100%;
	max-width:1300px;
	margin: 0 auto;
	padding: 50px 0;
}
.footer_area ul {
	margin-bottom: 25px;
}
.footer_area ul li {
	float: left;
	/*margin-right: 20px;*/
	padding-right: 20px;
	padding-left: 20px;
	position:relative;
}
.footer_area ul li:first-child{padding-left:0px;}
.footer_area ul li:last-child:after{display:none;}
.footer_area ul li a {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	display: block;
	line-height: 1em;
}
.footer_area ul li:after{content:''; position:absolute; width:1px; height:100%; background-color:#CCCCCC; right:0; top:0;}
/*.footer_area ul li:nth-child(2) a,
.footer_area ul li:nth-child(4) a,
.footer_area ul li:nth-child(6) a {
	width: 1px;
	height: 100%;
	background-color: #CCCCCC;
	text-indent: -9999px;
}*/
.footer_area > div {
	border-top: 1px solid #ddd;
	padding-top: 25px;
}
.footer_area > div > p {
	font-size: 13px;
	line-height: 1.4em;
	float: left;
}
.footer_area > div > p > span {
	font-size: 11px;
	color: #999;
	margin-top: 20px;
	display: block;
}
.footer_area > div > img {
	float: right;
	width: 210px;
	height: auto;
}
/* main 끝 */



/* sub footer */
.bottom_info {
	width: 1300px;
	margin: 70px auto;
	display: flex;
}
.bottom_info > div:nth-child(1) {
	width: 596px;
	height: 240px;
	background-color: #f4f4f4;
	padding: 35px;
	box-sizing: border-box;
}
.bottom_info .call > p {
	font-size: 34px;
    font-weight: 800;
    color: #000000;
    letter-spacing: -1.4px;
    line-height: 1em;
    background: url(../images/main/ico_contents09_call@2x.png) no-repeat 0 bottom;
    background-size: auto 34px;
    padding-left: 50px;
    margin-bottom: 20px;
}
.bottom_info .call > p > span {
	font-size: 11px;
    font-weight: 300;
    color: #777777;
    letter-spacing: 5px;
    display: block;
    line-height: 1rem;
    margin-bottom: 3px;
}
.bottom_info .call > ul > li {
	font-size: 15px;
    font-weight: 400;
    color: #777777;
    letter-spacing: -0.25px;
    padding-top: 7px;
}
.bottom_info > div:nth-child(2) {
	width: 794px;
	display: inline-flex;
}
.bottom_info > div:nth-child(2) > div {
	width: 50%;
	height: 240px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.bottom_info > div:nth-child(2) > div > p {
	font-size: 23px;
	font-weight: 600;
	letter-spacing: -0.25px;
	line-height: 1em;
	color: #294242;
}
.bottom_info > div:nth-child(2) > div > a {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.25px;
	line-height: 1em;
	color: #004e50;
	display: inline-block;
	padding: 12px 40px 12px 20px;
	background: #FFFFFF url("../images/sub/ico_sub_footer_detail.png") no-repeat calc(100%/1.15) center;
	border-radius: 30px;
	position: absolute;
	bottom: 20px;
}
.bottom_info > div:nth-child(2) > div:first-child {
	background: #d9e3e3 url("../images/sub/img_footer_1.jpg") no-repeat right bottom;
}
.bottom_info > div:nth-child(2) > div:last-child {
	background: #e8eceb url("../images/sub/img_footer_2.jpg") no-repeat center bottom;
	background-size: cover;
}



/* sub 
.location {
	margin-top: 40px;
}
.location ul {
	display: inline-flex;
	float: right;
}
.location ul li {
	margin-left: 25px;
	font-size: 15px;
	color: #777;
}
.location ul li:nth-child(even) {
	background: url("../images/sub/ico_location_arrow@2x.png") no-repeat center;
	background-size: 7px auto;
	display: block;
	width: 7px;
}*/


/* sub0101 */
#sub_visual_01 {
	background: url("../images/sub/bg_sub_visual_01.jpg") no-repeat center;
	background-size: cover;
	height: 490px;
	color: white;
}
#sub_visual_01 > p:first-child {
	font-family: 'Jeju Myeongjo', serif;
    font-size: 80px;
    letter-spacing: -0.35rem;
    text-align: center;
    line-height: 1em;
    padding-top: 150px;
}
#sub_visual_01 > p:last-child {
	font-size: 18px;
    opacity: 0.5;
    letter-spacing: 2.5rem;
    padding-top: 40px;
    text-align: center;
    line-height: 1em;
}
.sub_0101 {
	width: 1300px;
	margin: 0 auto;
}
.sub_0101 .con01 {
	display: flex;
}
.sub_0101 .con01 > div:last-child {
	margin-left: 100px;
}
.sub_0101 .con01 > div:last-child > p:first-child {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.5px;
	line-height: 1.25em;
	padding-top: 110px;
}
.sub_0101 .con01 > div:last-child > p:last-child {
	font-size: 26px;
	font-family: 'Jeju Myeongjo', serif;
	letter-spacing: -1.75px;
	line-height: 1.25em;
	margin-top: 45px;
	color: #4b6266;
}
.sub_0101 .con02 {
	text-align: center;
	margin: 150px 0;
	display: flex;
	justify-content: center;
	position: relative;
}
.sub_0101 .con02:before {
	content: '';
	display: block;
	height: 70px;
	width: 1px;
	background-color: #c9d0d1;
	position: absolute;
	left: 50%;
	top: -100px;
}
.sub_0101 .con02:after {
	content: '';
	display: block;
	height: 70px;
	width: 1px;
	background-color: #c9d0d1;
	position: absolute;
	left: 50%;
	bottom: -100px;
}
.sub_0101 .con02 p:first-child {
	font-size: 60px;
	font-family: 'Noto Serif KR', serif;
	color: #4b6266;
	line-height: 1em;
	margin-top: -18px;
}
.sub_0101 .con02 p:last-child {
	font-size: 30px;
	font-family: 'Jeju Myeongjo', serif;
	letter-spacing: -1.75px;
	color: #4b6266;
	line-height: 1em;
}
.sub_0101 .con03 {
	display: flex;
	justify-content: space-between;
}
.sub_0101 .con03 > div:first-child > p:nth-child(2) {
	max-width: 655px;
	margin-bottom: 80px;
}
.sub_0101 .con03 > div:first-child > ul {
	
}
.sub_0101 .con03 > div:first-child > ul > li {
	font-size: 20px;
	color: #444444;
	letter-spacing: -0.5px;
	margin-bottom: 25px;
	font-weight: 500;
	line-height: 46px;
}
/*.sub_0101 .con03 > div:first-child > ul > li > span {
	display: inline-block;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	font-weight: 600;
	font-style: italic;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #004e50;
	text-align: center;
	margin-right: 10px;
}*/
.sub_0101 .con04 > p {
	text-align: center;
	margin: 180px 0 30px;
}
/*.sub_0101 .con04 > div {
	display: flex;
	justify-content: center;
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 50px;
}
*/

/* sub0102 */
.sub_0102 {
	width: 1300px;
	margin: 0 auto;
}
.sub_0102 .con01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 170px;
}
.sub_0102 .con01 > div:last-child {
	width: 610px;
}
.sub_0102 .con01 > div:last-child > p {
	font-size: 30px;
	font-weight: 600;
	color: #000000;
	letter-spacing: 1rem;
	line-height: 1em;
	margin: 20px 0 80px;
}
.sub_0102 .con01 > div:last-child > p > span {
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	letter-spacing: -0.25px;
}
.sub_0102 .con01 > div:last-child > ul {
	margin-bottom: 50px;
}
.sub_0102 .con01 > div:last-child > ul > li {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.5px;
	color: #484848;
	margin-bottom: 7px;
	line-height: 1.5rem;
}
.sub_0102 .con01 > div:last-child > ul > li:first-child {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.5px;
	color: #FFFFFF;
	display: inline-block;
	padding: 0.75rem 2.5rem;
	background-color: #004e50;
	border-radius: 16px 0 16px 0;
	margin-bottom: 15px;
}
.sub_0102 .con01 > div:last-child > ul > li:not(:first-child) {
	background: url("../images/sub/bullet_1.png") no-repeat left 10px;
	padding-left: 20px;
}
.sub_0102 .con01 > div:last-child > ul > li.no_bullet {
	background-image: none;
	padding-left: 0;
}
.sub_0102 .con01 > div:last-child .tit_info {
	font-size: 18px;
	font-weight: 500;
	color: #003233;
	letter-spacing: -0.5px;
	margin-bottom: 15px;
}


/* sub0104 */
.sub_0104 {
	width: 1300px;
	margin: 0 auto;
}
.sub_0104 .main_thumb {
    margin-top: 50px;
    margin-bottom: 20px;
}
.sub_0104 .sub_thumb {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.sub_0104 .sub_thumb > div {
    width: 11.625%;
    margin-right: 1%;
    height: 115px;
    background-color: #eee;
    margin-bottom: 14px;
    overflow: hidden;
}
.sub_0104 .sub_thumb > div:nth-child(8n) {
    margin-right: 0;
}


/* sub0105 */
.sub_0105 {
	width: 1300px;
	margin: 0 auto;
}
.sub_0105 .tab_tit {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    display: inline-block;
    padding: 0.75rem 2.5rem;
    background-color: #004e50;
    border-radius: 16px 0 16px 0;
    margin: 40px 0;
}
.sub_0105 .card_list {
    display: flex;
    flex-wrap: wrap;
}
.sub_0105 .card_list > div {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}
.sub_0105 .card_list > div:nth-child(2n) {
    margin-right: 0;
}
.sub_0105 .card_list > div > div:first-child {
    width: 170px;
    height: 170px;
    background-color: #DBE4E4;
    overflow: hidden;
}
.sub_0105 .card_list > div > div:last-child {
    max-width: 350px;
}
.sub_0105 .card_list > div > div:last-child > p:first-child {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1em;
    color: #000000;
    margin-bottom: 40px;
}
.sub_0105 .card_list > div > div:last-child > p:last-child {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.5em;
    color: #777777;
}


/* sub0201 */
#sub_visual_02 {
	background: url("../images/sub/bg_sub_visual_02.jpg") no-repeat center;
	background-size: cover;
	height: 490px;
	color: white;
}
#sub_visual_02 > p:first-child {
	font-family: 'Jeju Myeongjo', serif;
    font-size: 80px;
    letter-spacing: -0.35rem;
    text-align: center;
    line-height: 1em;
    padding-top: 150px;
}
#sub_visual_02 > p:last-child {
	font-size: 18px;
    opacity: 0.5;
    letter-spacing: 2.5rem;
    padding-top: 40px;
    text-align: center;
    line-height: 1em;
}
.sub_0201 {
	width: 1300px;
	margin: 0 auto;
}
.sub_0201_2 {
    width: 100%;
    height: 580px;
    background: url("../images/sub/img_sub0201.jpg") no-repeat center;
    background-size: cover;
    align-items: center;
    display: flex;
}
.sub_0201_2 > ul {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
}
.sub_0201_2 > ul > li {
    width: 240px;
    height: 320px;
    border-radius: 40px;
    text-align: center;
    padding: 40px 40px 60px 40px;
    box-sizing: border-box;
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}
.sub_0201_2 > ul > li:nth-child(1) {
    background: #ffffff url("../images/sub/ico_sub0201_1@2x.png") no-repeat center;
    background-size: 93px auto;
}
.sub_0201_2 > ul > li:nth-child(2) {
    background: #ffffff url("../images/sub/ico_sub0201_2@2x.png") no-repeat center;
    background-size: 93px auto;
}
.sub_0201_2 > ul > li:nth-child(3) {
    background: #ffffff url("../images/sub/ico_sub0201_3@2x.png") no-repeat center;
    background-size: 93px auto;
}
.sub_0201_2 > ul > li:nth-child(4) {
    background: #ffffff url("../images/sub/ico_sub0201_4@2x.png") no-repeat center;
    background-size: 93px auto;
}
/*.sub_0201_2 > ul > li > span {
    background: #1476E4;
    color: white;
    padding: 0.5em 1em;
    border-radius: 23px;
    font-size: 16px;
    line-height: 1em;
    display: inline-block;
    font-style: italic;
}
.sub_0201_2 > ul > li > p {
    font-size: 24px;
    color: #012F56;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-top: 160px;
}*/
.sub_0201_2 > ul > li > p > span {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
    letter-spacing: -0.5px;
}


/* sub0202 */
/*.sub_0202 {
	width: 1300px;
	margin: 0 auto;
}*/
.sub_0202_2 {
    width: 100%;
    background: url("../images/sub/img_sub0202.png") no-repeat center;
    background-size: cover;
    padding-bottom: 130px;
    box-sizing: border-box;
}
/*.sub_0202_2 .con01 {
    width: 1300px;
    margin: 0 auto;
    display: flex;
}*/
.sub_0202_2 .con01 > div {
    width: 50%;
    padding: 50px;
    box-sizing: border-box;
}
.sub_0202_2 .con01 > div > p {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #004e50;
    line-height: 1em;
    padding-top: 160px;
}
.sub_0202_2 .con01 > div:first-child {
    background-color: #c8ddde;
}
.sub_0202_2 .con01 > div:first-child > p {
    background: url("../images/sub/ico_sub0202_1.png") no-repeat center top;
    background-size: 139px auto;
    border-bottom: 1px solid #a0b1b2;
    padding-bottom: 50px;
}
.sub_0202_2 .con01 > div:last-child {
    background-color: #d9e8f4;
}
.sub_0202_2 .con01 > div:last-child > p {
    background: url("../images/sub/ico_sub0202_2.png") no-repeat center top;
    background-size: 139px auto;
    border-bottom: 1px solid #aebac3;
    padding-bottom: 50px;
}
.sub_0202_2 .con01 > div > ul {
    margin-top: 30px;
}
/*.sub_0202_2 .con01 > div > ul > li {
    background-color: #FFFFFF;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 0.7rem;
}*/
.sub_0202_2 .con01 > div > ul > li:last-child {
    margin-bottom: 0;
}
.sub_0202_2 .con01 > div > ul > li > span:first-child {
    background: #012f56;
    color: white;
    padding: 0.5em 1em;
    border-radius: 23px;
    font-size: 16px;
    line-height: 1em;
    display: inline-block;
    font-style: italic;
    font-weight: 600;
}
.sub_0202_2 .con01 > div > ul > li > span:last-child {
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.25px;
    margin-left: 20px;   
}

/* sub0203 */
/*.sub_0203 {
	width: 1300px;
	margin: 0 auto;
}*/
.sub_0203 .tit {
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	margin: 60px 0 15px;
}


/* sub0204 */
/*.sub_0204 {
	width: 1300px;
	margin: 0 auto;
	text-align: center;
}*/
.sub_0204 > div:nth-child(2) {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}
.sub_0204 > div:nth-child(2) > p:first-child {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #128588;
}
.sub_0204 > div:nth-child(3) {
	display: flex;
}
.sub_0204 > div:nth-child(3) > p {
	width: 33.333%;
    box-sizing: border-box;
    background: url(../images/sub/ico_download.svg) no-repeat 50px center;
    background-size: 5% auto;
    text-align: left;
    padding-left: 70px;
}
.sub_0204 > div:nth-child(3) > p > a {
	display: block;
	color: #FFFFFF;
	padding: 20px;
}
.sub_0204 > div:nth-child(3) > p:nth-child(1) {
	background-color: #004e50;
}
.sub_0204 > div:nth-child(3) > p:nth-child(2) {
	background-color: #128588;
}
.sub_0204 > div:nth-child(3) > p:nth-child(3) {
	background-color: #6765e4;
}
.sub_0204 .tit {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	margin: 80px 0 20px 0;
	text-align: left;
	padding-left: 12px;
	position: relative;
}
.sub_0204 .tit:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: darkgreen;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateX(-50%);
}

/* sub0205 
.sub_0205 {
	width: 1300px;
	margin: 0 auto;
}*/
.sub_0205 .con01 {
	display: flex;
    justify-content: space-between;
}
.sub_0205 .con01 > div {
    height: 240px;
}
/*.sub_0205 .con01 > div:nth-child(1) {
	width: 585px;
    border: 1px solid #ccc;
    padding: 50px 100px;
    box-sizing: border-box;
}*/
.sub_0205 .con01 > div:nth-child(1) > p:first-child {
    font-size: 16px;
    letter-spacing: 3.5px;
    color: #0cb5bc;
    margin-bottom: 40px;
}
.sub_0205 .con01 > div:nth-child(1) > p:last-child {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #000000;
    background: url("../images/sub/ico_sub0204_1@2x.png") no-repeat left center;
    background-size: auto 67px;
    padding-left: 100px;
    line-height: 1em;
}
.sub_0205 .con01 > div:nth-child(1) > p:last-child > span {
    display: block;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
/*.sub_0205 .con01 > div:nth-child(2) {
	width: 325px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}*/
.sub_0205 .con01 > div:nth-child(2) > p:nth-child(1) {
    height: 110px;
    background: #339b9f url("../images/sub/ico_sub0204_2@2x.png") no-repeat center;
    background-size: 63px auto;
    text-indent: -9999px;
}
.sub_0205 .con01 > div:nth-child(2) > p:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
/*.sub_0205 .con01 > div:nth-child(3) {
	width: 325px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}*/
.sub_0205 .con01 > div:nth-child(3) > p:nth-child(1) {
    height: 110px;
    background: #004e50 url("../images/sub/ico_sub0204_3@2x.png") no-repeat center;
    background-size: 63px auto;
    text-indent: -9999px;
}
.sub_0205 .con01 > div:nth-child(3) > p:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.sub_0205 .con01 > div a {
    margin: 0 auto;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-color: #efefef;
    text-align: center;
    padding: 8px 0;
    width: 100px;
    border-radius: 2rem;
    box-sizing: border-box;
}


/* sub0206 */
.sub_0206 {
	width: 1300px;
	margin: 0 auto;
}
/*.sub_0206 .con01 {
	border: 1px solid #ccc;
    padding: 50px 80px;
    display: flex;
    margin-bottom: 30px;
}*/
.sub_0206 .con01 > div:nth-child(2) {
    margin-left: 140px;
}
/*.sub_0206 .con01 > div:nth-child(2) > p:first-child {
    background: url("../images/sub/ico_sub0205_1@2x.png") no-repeat left center;
    background-size: auto 33px;
}
.sub_0206 .con01 > div:nth-child(2) > p:last-child {
    background: url("../images/sub/ico_sub0205_2@2x.png") no-repeat left center;
    background-size: auto 33px;
    margin-top: 40px;
}
.sub_0206 .con01 > div:nth-child(2) > p {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.5px;
    line-height: 33px;
    padding-left: 45px;
}*/


/* sub0301*/
#sub_visual_03 {
	background: url("../images/sub/bg_sub_visual_03.jpg") no-repeat center;
	background-size: cover;
	height: 490px;
	color: white;
}
#sub_visual_03 > p:first-child {
	font-family: 'Jeju Myeongjo', serif;
    font-size: 80px;
    letter-spacing: -0.35rem;
    text-align: center;
    line-height: 1em;
    padding-top: 150px;
}
#sub_visual_03 > p:last-child {
	font-size: 18px;
    opacity: 0.5;
    letter-spacing: -0.05rem;
    padding-top: 40px;
    text-align: center;
    line-height: 1em;
}
.sub_0301 {
	width: 1300px;
	margin: 0 auto;
}
.sub_0301 .con01 > p:nth-child(3) {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 140px;
}
.sub_0301 .con02 {
    margin-bottom: 70px;
}
.sub_0301_2 {
	width: 100%;
}
.sub_0301_2 > div:last-child {
    background: url("../images/sub/img_sub0301_6.jpg") no-repeat center;
    background-size: cover;
    padding: 70px 0;
}
/*.sub_0301_3 {
	width: 100%;
	height: 935px;
	box-sizing: border-box;
	padding: 120px 0;
	background: url("../images/sub/img_sub0301_18.png") no-repeat center bottom;
	background-size: cover;
}*/
.sub_0301_3 .con01 {
	width: 1300px;
	margin: 0 auto;
	text-align: center;
}
.sub_0301_3 .con01 > p:nth-child(1) {
	font-size: 34px;
	font-weight: 600;
	color: #000000;
	letter-spacing: -0.5px;
	margin-bottom: 30px;
	line-height: 1em;
}
.sub_0301_3 .con01 > p:nth-child(2) {
	font-size: 26px;
	font-weight: 500;
	color: #444444;
	letter-spacing: -0.5px;
	margin-bottom: 120px;
	line-height: 1.3;
}
.sub_0301_3 .con01 > p:nth-child(3) {
	margin-bottom: 140px;
}
.sub_0301_3 .con01 > ul {
	display: flex;
	flex-wrap: wrap;
}
.sub_0301_3 .con01 > ul > li {
	margin-right: 37px;
}
.sub_0301_3 .con01 > ul > li:last-child {
	margin-right: 0;
}
/*.sub_0301_3 .con01 > ul > li:nth-child(2n) {
	margin-right: 0;
}*/
.sub_0301_4 {
	margin: 120px auto 0;
	width: 1300px;
	text-align: center;
}
.sub_0301_4 > p:first-child {
	font-size: 26px;
	color: #444444;
	letter-spacing: -0.5px;
	line-height: 1.3;
	margin-bottom: 50px;
}
.sub_0301_4 > p:first-child > span {
	font-size: 30px;
	display: block;
}
/*.sub_0301_4 > div {
	border: 1px solid #ccc;
	padding: 60px 90px;
	display: flex;
	margin-bottom: 80px;
}
.sub_0301_4 > div > div {
	text-align: left;
	margin-left: 130px;
}
.sub_0301_4 > div > div > ul {
	margin-bottom: 20px;
}
.sub_0301_4 > div > div > ul > li:first-child {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
}
.sub_0301_4 > div > div > ul > li {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 1.6;
}
.sub_0301_4 > img {
	margin-top: 80px;
}*/

/*sub0401*/
#sub_visual_04{background:url("../images/sub/bg_sub_visual_03.jpg") no-repeat center; background-size:cover; height:490px; color:#fff;}
#sub_visual_04 > p{text-align:center; line-height:1em;}
#sub_visual_04 > p:first-child{font-family:'Jeju Myeongjo', serif; font-size:80px; letter-spacing:-0.35px;  padding-top:150px;}
#sub_visual_04 > p:last-child{font-size:18px; opacity:0.5; letter-spacing:-0.05rem; padding-top:40px;}

/*sub0501*/
#sub_visual_05{background:url("../images/sub/bg_sub_visual_03.jpg") no-repeat center; background-size:cover; height:490px; color:#fff;}
#sub_visual_05 > p{text-align:center; line-height:1em;}
#sub_visual_05 > p:first-child{font-family:'Jeju Myeongjo', serif; font-size:80px; letter-spacing:-0.35px;  padding-top:150px;}
#sub_visual_05 > p:last-child{font-size:18px; opacity:0.5; letter-spacing:-0.05rem; padding-top:40px;}

/*sub0601*/
#sub_visual_06{background:url("../images/sub/bg_sub_visual_03.jpg") no-repeat center; background-size:cover; height:490px; color:#fff;}
#sub_visual_06 > p{text-align:center; line-height:1em;}
#sub_visual_06 > p:first-child{font-family:'Jeju Myeongjo', serif; font-size:80px; letter-spacing:-0.35px;  padding-top:150px;}
#sub_visual_06 > p:last-child{font-size:18px; opacity:0.5; letter-spacing:-0.05rem; padding-top:40px;}

/*sub0701*/
#sub_visual_07{background:url("../images/sub/bg_sub_visual_03.jpg") no-repeat center; background-size:cover; height:490px; color:#fff;}
#sub_visual_07 > p{text-align:center; line-height:1em;}
#sub_visual_07 > p:first-child{font-family:'Jeju Myeongjo', serif; font-size:80px; letter-spacing:-0.35px;  padding-top:150px;}
#sub_visual_07 > p:last-child{font-size:18px; opacity:0.5; letter-spacing:-0.05rem; padding-top:40px;}

/*sub0801*/
#sub_visual_08{background:url("../images/sub/bg_sub_visual_03.jpg") no-repeat center; background-size:cover; height:490px; color:#fff;}
#sub_visual_08 > p{text-align:center; line-height:1em;}
#sub_visual_08 > p:first-child{font-family:'Jeju Myeongjo', serif; font-size:80px; letter-spacing:-0.35px;  padding-top:150px;}
#sub_visual_08 > p:last-child{font-size:18px; opacity:0.5; letter-spacing:-0.05rem; padding-top:40px;}


/*sub0801*/
.sub_0801{ width:100%; max-width:1300px; margin:0px auto;}
.sub_0801 h3 span{margin-top:30px; display:block;}
.sub_0801 ul{margin-left:10px; margin-top:10px;}
.sub_0801 ul ul{margin-bottom:10px;}
    

.sub_0804{
width:100%; max-width:1300px; margin:0px auto;
background-image:url("../images/sub/img_sub0804_00.jpg"); background-repeat:no-repeat; background-position:87% 100%; /*background-position:right bottom;background-size:contain;*/
}
.sub_0804 .sub_tit02{text-align:left; line-height:1.4;}
.sub_0804 > div{padding-bottom:105px; padding-left:70px;margin-top:100px; margin-bottom:140px;}
.sub_0804 > div > p:nth-child(2){margin-bottom:35px; padding-right:40%; word-break:keep-all; font-size:18px; color:#000;}
.sub_0804 > div > p:nth-child(3){/*margin-bottom:15px;*/ font-size:18px; color:#000;}

