@charset "utf-8";

@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'noto sans kr';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
 }

@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-6Bold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

/* reset */
* { padding:0; margin:0 }
*, :after, :before { -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; }
html { overflow-y:scroll; height:100% }
body { font-family:noto sans kr, dotum, sans-serif; color:#222; height:100%; font-weight:300; font-size:0.85em }
img { max-width:100% }

ul, ol { list-style:none }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { border:0 }
h1, h2, h3, h4, h5, h6 { font-weight:500; font-size:1em; font-family:noto sans kr }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }

label, input, button, select, img { vertical-align:middle }
input, button, textarea, select { font-size:1em; font-family:noto sans kr, dotum, sans-serif }
input[type=text], input[type=password], input[type=date] { padding:0 5px; border:1px solid #ddd; color:#222; line-height:34px; height:36px; }
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#bbb }
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#bbb }
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder { color:#bbb }
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:3px;font-size:1em;-webkit-appearance:none}

input[type=text],input[type=password], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
-webkit-box-shadow:  0 0 5px #9ed4ff;
-moz-box-shadow:  0 0 5px #9ed4ff;
box-shadow: 0 0 5px #9ed4ff;
border: 1px solid #558ab7 !important;
}

button { cursor:pointer; outline:none }
select { border:1px solid #ddd; height:36px; padding:0 0 0 9px; cursor:pointer; color:#222; }
.styled_select { height:36px; overflow:hidden; border:1px solid #ddd; background:#fff; display:inline-block; border-radius:3px; vertical-align:middle; position:relative }
.styled_select i { position:absolute; right:10px; text-align:center; height:34px; line-height:32px; top:0; font-size:14px }
.styled_select select { background:transparent; height:34px; border:0; -webkit-appearance: none; outline:none; padding-right:40px; width:100%; vertical-align:top; position:relative; z-index:1 }
.styled_select select:disabled { cursor:default; background:#f0f0f0 }
.styled_select select::-ms-expand { display:none }
hr { display:none; background:#ddd; border:none; height:1px }
a, a:link, a:visited { text-decoration:none; color:#222; -webkit-tap-highlight-color : transparent }
a, .btn { transition:all .3s }
strong, b, th { font-weight:500; }
table { width:100%; border-collapse:collapse; border-spacing:0 }
caption { display:none; font-size:0; line-height:0 }
textarea {color:#222; font-size:1em; line-height:1.5; border:1px solid #ddd; padding:10px; width:100%; border-radius:3px; vertical-align:top }
address { font-style:normal }

/* global */
.txt_black { color:#222 !important }
.txt_white { color:#fff !important }
.txt_gray { color:#aaa !important }
.txt_red { color:#cc121d !important }
.txt_blue { color:#069be8 !important }
.txt_orange { color:#ffaa00 !important }
.txt_green { color:#8ecd09 !important }
.txt_brown { color:#9f5e15 !important }
.wrap:after { content:""; display:block; clear:both }
.clear:after { content:""; display:block; clear:both }
.center { text-align:center !important }
.left { text-align:left !important }
.right { text-align:right !important }
.f_left { float:left !important }
.f_right { float:right !important }
.skip { font-size:0; text-indent:-9000px; line-height:0; display:none }
.ellipsis { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:inline-block }
input.short { width:70px; text-align:center }
input.long { width:100% }
input.half { width:49% }
ul:after { clear:both; content:""; display:block }
.overflow_y { overflow-x:hidden; overflow-y:scroll; border:1px solid #ddd }

.succession { margin-top:20px !important }
.paragraph { margin-bottom:40px !important }
span.space { display:inline-block; width:20px }
.prepare { width:500px; margin:50px auto; padding:50px; border:1px solid #eaeaea}
.prepare h2 { font-size:24px; text-align:center; margin:0 0 20px }
.prepare h2 i { font-size:50px; margin:0 0 20px; display:block; color:#ddd }
.prepare p { text-align:center; font-size:13px }

.pc_only { display:block !important }
.pc_no { display:none !important }
.mobile_only { display:none !important }
.s_mobile_only { display:none !important }
.ahref { position:absolute; text-indent:-9000px; background:red; display:inline-block; opacity:0; filter:alpha(opacity=0) }

.btn { padding:.8rem 1.4rem .9rem 1.4rem; line-height:1; font-weight:500; border:1px solid #ccc; transition:all .2s; display:inline-block; border-radius:0; outline:none; vertical-align:middle; border-radius:3px; font-size:1em; text-decoration:none !important }
a.btn, .btn { font-weight:500 }
.btn-primary { background:#2188d8; border-color:#2188d8; color:#fff !important }
.btn-primary-line { background:#fff; border-color:#2188d8; color:#2188d8 !important }
.btn-info { background:#3e444c; border-color:#2f343a; color:#fff !important }
.btn-green { background:#71c702; border-color:#71c702; color:#fff !important }
.btn-green-line { background:#fff; border-color:#71c702; color:#71c702 !important }
.btn-red { background:#e93c20; border-color:#e93c20; color:#fff !important }
.btn-red-line { background:#fff; border-color:#e93c20; color:#e93c20 !important }
.btn-default { background:#fff }
.btn-lg { padding:1.1rem 2.4rem; font-size:1.1rem; border-radius:5px }
.btn-ml { padding:10px 20px 12px 20px; font-size:14.5px; border-radius:5px }
.btn-ml i { font-size:14px }
.btn-sm { padding:0 15px; height:36px; line-height:32px; font-size:.95rem; border-radius:3px }
.btn-sm i { font-size:14px }
.btn-xs { padding:5px 7px 6px 7px; font-size:.95rem; border-radius:3px }
.btn-xs i { font-size:14px }

.btn_guide { position:fixed; z-index:100; right:0; top:40% }
.btn_guide a { display:block; background:red; color:#fff; width:100px; line-height:30px; text-align:center; margin:0 0 3px; font-weight:500 }

.tab_menu ul { font-size:0; margin:0 0 0 1px }
.tab_menu li { display:inline-block; }
.tab_menu li a { display:inline-block; border:1px solid #e0e0e0; padding:12px 25px; margin:0 0 0 -1px; color:#999; font-weight:400; font-size:.9rem }
.tab_menu li:hover a { background:#f0f0f0 }
.tab_menu li.on a { border-color:#000; color:#222; position:relative; z-index:1; background:#fff }
.tab_con > section { display:none }

/* pop layer */
#popLayerBg { position:fixed; z-index:99; width:100%; height:100%; background:#000; opacity:0.8; filter:alpha(opacity=80); display:none }
.pop_layer { z-index:100; display:none; position:fixed; left:50%; top:50%; transform:translate(-50%, -50%); background:#fff; border-radius:0; box-shadow:0 0 5px rgba(0,0,0,0.6); }
.pop_layer > header { background:#576f8d; height:46px; border-radius:0; }
.pop_layer > header h2 { text-align:center; font-family:nanumsquare; font-size:18px; font-weight:500; color:#fff; line-height:42px; }
.pop_layer .btn_close { position:absolute; top:12px; right:12px; display:block; font-size:20px; text-align:center; width:20px; height:20px; line-height:20px; text-indent:-9000px; background:url(../img/btn_close.png) no-repeat; background-size:100% }
.pop_layer > header + .con { padding:30px; padding-bottom:40px }
.pop_layer .btn_add i { font-size:19px }
.pop_layer .btn_area { text-align:center; margin:30px 0 0 0 }
.pop_layer .btn_area .btn { min-width:150px }

.wrap { width:1200px; margin:0 auto; position:relative }

#header {margin-top:-100px; height:100px; position:fixed; width:100%; z-index:100; color:#fff; background:#fff; transition:all .3s }
#header a {  }
#header h1 {float:left; margin-top:20px; }
#header h1 a {  background-size:100%;display:inline-block; }
#header .gnb { float:right; margin:25px 0px 0 30px }
#header .gnb .depth1 { float:left; padding:0 0px; width:155px; position:relative }
#header .gnb .depth1:nth-child(3) {width:200px;}
#header .gnb .depth1:nth-child(4) {width:150px;}
#header .gnb .depth1 > a {color:#000; display:inline-block; height:45px; line-height:45px; font-size:1.5em; font-weight:400; letter-spacing:-1px;}
#header .gnb .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:hidden }
#header .gnb .depth2 > a { display:inline-block; font-weight:400; font-size:1.05em; line-height:1.4; padding:7px 0;letter-spacing:-1px; }
#header .btn_user { float:right; margin:25px 0 0 0; display:block; font-size:19px }
#header .btn_user ul li {transform: rotate(-0.03deg);display:inline-block; font-size:12px; color:#555; text-align:center; margin:0 8px; font-weight:500;}
#header .user { position:absolute; right:-35px; top:80px; width:80px; opacity:0; transition:all .3s }
#header .user a { border:1px solid #ddd; display:block; height:0; line-height:37px; font-size:0.9em; padding:0 12px; text-transform:uppercase; letter-spacing:.5px; margin-left:-1px; text-align:center; margin-top:-1px; color:rgba(0,0,0,0.5); background:#fff }
#header .user a:hover { color:#222 }
#header .user.on { opacity:1 }
#header .user.on a { height:40px }
#header .gnb .depth1 > a:before { background:#20a358; margin-top:50px; content:""; height:3px; left:0px; position: absolute; width:0%; transition:0.3s; }
#header .gnb .depth1:hover > a:before { width:50px; }

#header.down { background:#fff; height:320px }
#header.down a { color:rgba(0,0,0,0.7) }
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a { margin-bottom:25px }
#header.down .gnb .depth1:hover > a { color:rgba(0,0,0,1) }
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#20a358 }

#header.on { background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.2) }
#header.on a { color:rgba(0,0,0,0.7) }
#header.on h1 a { background-position:0 -42px }

#footer { padding:40px 0; margin:0px 0 0 0; background:#2a2a2a; color:#fff }
#footer h1 { float:left }
#footer h1 a { text-indent:-9000px; font-size:0; width:200px; height:29px; background-image:url(../img/ci.png); background-position:0 29px; display:block; overflow:hidden; background-size:100% }
#footer nav { text-align:center; margin-bottom:20px;}
#footer nav li {display:inline-block; width:150px; margin:0 0 0 17px; border:1px solid #9a9a9a; border-radius:50px; padding:5px 0px;}
#footer nav li a {color:#adadad; font-size:15px;}
#footer .f_center {text-align:center;}
#footer dt, #footer dd { display:inline-block; font-size:15px; }
#footer dt { color:#ddd; }
#footer dd { margin:0 20px 0 5px; color:#898989; }
#footer .copyright { margin:10px 0 0 0 }
#footer #top_btn { border:0; background:rgba(0,0,0,0.5); font-size:30px; color:#fff; right:30px; bottom:30px }
#footer #top_btn:hover { background:rgba(0,0,0,1) }
#footer #top_btn i { vertical-align:2px }

#main_visual {margin-top:100px; height:calc(650px); text-align:center; color:#fff;  position:relative; z-index:1 }
#main_visual .bx-wrapper { border:0; box-shadow:none; background:transparent; height:100%; margin-bottom:0 }
#main_visual .bx-viewport { height:100% !important }
#main_visual .bx-pager {  }
#main_visual .slider { height:100% }
#main_visual .roll { background-size:cover; height:100%; background-position:center; }
#main_visual .roll_txt {width:1200px; margin:0 auto; text-align:left;}

#main_visual .roll01 { background-image:url(../img/visual01.jpg) }
#main_visual .roll02 { background-image:url(../img/visual02.jpg) }
#main_visual .roll03 { background-image:url(../img/visual03.jpg) }

#main_visual h2 {color:#0d371f; font-weight:600;letter-spacing:-1px; line-height:1.2; margin:16vh 0 0 0; font-size:30px;  animation:up .5s .8s forwards; opacity:0 }
#main_visual hr { display:inline-block; width:59px; height:2px; background:#fff; margin:36px 0 0 0; animation:scale .5s 1s forwards; opacity:0 }
#main_visual p {color:#20a358; letter-spacing:-1px;font-weight:600; font-size:55px; line-height:1.4; margin:0px 0 0 0; animation:down .5s 1.4s forwards; opacity:0 }
#main_visual span {display:block; padding-top:20px; font-family: 'S-CoreDream-6Bold'; color:#20a358; font-size:40px; margin-left:70px;}
#main_visual span:before {content: ""; position:absolute; width:57px; height:57px; background:url("../img/icon_call.png") center top no-repeat; text-align:left; margin-left:-145px; margin-top:3px;left:50%; transform:translateX(-50%);}

#main_visual dl {margin-top:20px;}
#main_visual dl dt {display:inline-block; background:rgba(255,255,255,0.5); border-radius:50px; padding:10px 30px;}

#main_visual .btn_more { display:inline-block; margin:36px 0 0 0; text-indent:-9000px; font-size:0; width:33px; height:33px; border:1px solid #fff; border-radius:50%; background:url(../img/btn_more.png) no-repeat center; opacity:0; animation:opacity .5s 1.8s forwards }
#main_visual .btn_more:hover { transform:rotate(-90deg); background-color:#000; border-color:#000 }
#main_visual .bx-controls {display:none; position:absolute; bottom:20px; width:100%; text-align:center; z-index:100 }
#main_visual .bx-controls-direction { display:none }
#main_visual .bx-pager { display:inline-block; vertical-align:middle }
#main_visual .bx-pager > div { display:inline-block; }
#main_visual .bx-pager a { text-indent:-9000px; font-size:0; display:inline-block; width:20px; height:20px; border:2px solid #fff; border-radius:50%; margin:0 3px }
#main_visual .bx-pager a.active { background:#fff }
#main_visual .bx-controls-auto { display:inline-block; vertical-align:middle }
#main_visual .bx-controls-auto > div { display:inline-block }
#main_visual .bx-controls-auto a { display:inline-block; height:20px; width:20px; color:#fff; text-indent:-9000px; font-size:0; background-position:center; background-repeat:no-repeat; margin:0 5px }
#main_visual .bx-controls-auto a.bx-start { background-image:url(../img/btn_play.png) }
#main_visual .bx-controls-auto a.bx-stop { background-image:url(../img/btn_pause.png) }
#main_visual .bx-controls-auto a.active { display:none }


.section_index {position:absolute; text-align:center; width:100%; top:553px; margin-bottom:0px; z-index:10; }
.section_index ul li {background:rgba(0,0,0,0.3); float:left; width: calc(100% /4 - 0px); padding:20px 0; border-right:1px dashed #d6d5d2;}
.section_index ul li:nth-child(5) { border-right:0px dashed #d6d5d2;}
.section_index ul li dt {font-size:20px; color:#fff; font-weight:500; padding-top:0px;}
.section_index ul li dd {font-size:20px; color:#fff; font-weight:500; }
.section_index ul li i {display:block;}

@media all and (max-width:1050px){
        .section_index {position:relative; margin-bottom:0px; bottom:0px; top:0;}
		.section_index ul li {float:left; width: calc(100% /2 - 0px); margin-bottom:0px; padding:15px 0; height:auto; background:#20a358; min-height:180px; border-bottom:1px dashed #d6d5d2;}
		.section_index ul li:nth-child(5) { border-right:1px dashed #d6d5d2;}
		.section_index ul li dt {font-size:20px;}
		.section_index ul li dt img {width:70px;}
		.section_index ul li dd {font-size:16px; min-height:40px; line-height:20px;}
}


.box{ width:100%; height:100%; position:relative; }



#section01 {  padding: 30px 0 10px; background:#e6f5ea;}
.s_banner {padding:0px 0;}
.s_banner ul li {display:inline-block; width: calc(100% /2 - 20px); margin-right:15px;}
.s_banner ul li:nth-child(2) {margin-right:0px;}
.s_banner ul li h4 {float:left; width:30%;}
.s_banner ul li dl {display:inline-block; width:70%;}
.s_banner ul li dl dt {font-size:22px; font-weight:600; letter-spacing:-1px; padding-bottom:10px; color:#383838;}
.s_banner ul li dl dt.txt {padding-top:15px;}
.s_banner ul li dl dd {font-size:15px; font-weight:300; letter-spacing:-1px; color:#383838;}


@media screen and (max-width:800px){
	.s_banner {padding:0px 10px 0;}
	.s_banner ul li {display:block; width: 100%; margin-bottom:20px; margin-right:0;}
	.s_banner ul li dl {text-align:left; float:left; vertical-align:top; margin-bottom:40px;}
	.s_banner ul li h4 {float:left; width:30%;}
	.s_banner ul li dl {display:inline-block; width:50%; margin-left:20px;}
}



.re-review {padding:50px 0;}
.re-review h4{  text-align:center;  font-size: 35px; letter-spacing:-1px; font-weight: 300;  color:#2a2a2a;  margin-bottom: 45px;}
.re-review h4 span {font-weight: 600; }
.re-review .slick-list {padding-top:10px; padding-bottom:20px;}
.re-review .slick-slide {background:#fff; margin:0 10px; border:none; outline:none;}
.re-review .slick-slide .rv-item {border:1px solid #eee;}
.re-review .slick-slide .rv-item img {width:233px; height:145px; margin:0 auto;}
.re-review .slick-slide .rv-in {padding:0px 30px; text-align:center;}
.re-review .slick-slide .main-rv {padding-bottom:10px; font-size:20px; line-height:1.1em; font-weight:600; text-align:left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal;}
.re-review .slick-slide .main-rv:before {content:url("../img/main/quote.png"); display:block; margin:0 auto;}
.re-review .slick-slide .sub-rv {text-align:left; font-size:15px; color:#717171; line-height:1.3em; height:3.9em; margin:15px 0 12px 0; overflow: hidden; text-overflow: ellipsis; word-wrap: normal;  word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.re-review .slick-slide .who-rv {font-family: 'S-CoreDream-4Regular'; text-align:left; font-size:13px; color:#099b48; padding-bottom:20px;}
.re-review .slick-slide .who-rv span img {width:39px; height:8px; float:right; margin-top:3px;}

.re-review .slick-arrow {position:absolute; width:30px; height:30px; top:50%; background:none; transform:translate(0,-50%); font-size:0; border:0;}
.re-review .slick-prev {left:-50px;}
.re-review .slick-next {right:-50px;}
.re-review .slick-prev:before {
    content:"\f053";
    font-size: 25px;
    color: #333;
    z-index: 1;
    font-family: FontAwesome;}
.re-review .slick-next:before {
    content:"\f054";
    font-size: 25px;
    color: #333;
    z-index: 1;
    font-family: FontAwesome;}

.re-review .slick-dots {text-align:center; bottom: -20px; font-size:0; border:0;}
.re-review .slick-dots li {display:inline-block; width:6px; height: 6px; border-radius:50%; margin:0 3px;}
.re-review li:before {display:none;}
.re-review .slick-dots li.slick-active ~ li {background-color: #f5f5f5;}
.re-review .slick-dots li.slick-active {background-color: #f5f5f5;}
.re-review .slick-dots li.slick-active:before {color: #f5f5f5;}
.re-review .slick-dots li {width: 6px;}


@media screen and (max-width:1280px){
.re-review .slick-slide .rv-in {padding:24px;}
.re-review .slick-slide .main-rv {font-size:1.15em; line-height:1.4em; }
.re-review .slick-slide .main-rv:before {content:url("../img/main/quote.png");}
.re-review .slick-arrow {display:none !important;}
}
@media screen and (max-width:640px){
.re-review h4{ font-size: 25px; margin-bottom:30px;}
.re-review {padding:35px 0;}
.re-review .slick-list {padding-top:5px; padding-bottom:12px;}
.re-review .slick-slide {margin:0 5px;}
.re-review .slick-slide .main-rv {font-size:1.3em; line-height:1.4em; }
.re-review .slick-slide .sub-rv {margin:4px 0 8px 0; font-size:1em;}
.re-review .slick-slide .rv-item img {width:100%; height:260px;}
}


#main_contents { position:relative; z-index:1; background:#f6f6f6; padding:50px 0;}

.main_bbs { width:50%; float:left }
.main_bbs h3 {width:200px;text-align:center; font-size:22px; font-weight:600; letter-spacing:-1px; color:#2a2a2a; line-height:1;padding:0 0 15px; float:left;}
.main_bbs h3 i {display:block; padding-bottom:5px;}

.pic_li_lt {display:inline-block; width:350px; padding-top:30px;  }
.pic_li_lt .lat_title { display:none }
.pic_li_lt li { position:relative; padding:0 3px; margin:0 }
.pic_li_lt li:first-child .lt_img { display:none }
.pic_li_lt li .pic_li_tit { font-weight:300; font-size:17px; color:#4a4a4a; vertical-align:top; width:calc(100% - 60px); padding:5px 15px; }
.pic_li_lt li .pic_li_tit:hover { padding-left:15px; color:#333 }
.pic_li_lt .lt_info .lt_nick { display:none }
.pic_li_lt .lt_info { display:inline-block }
.pic_li_lt .lt_info .lt_date { position:absolute; top:10px; right:3px; width:60px; text-align:right }
.pic_li_lt .lt_more { position:absolute; top:8px; right:0; text-indent:-9000px;  font-size:0; background:url(../img/btn_more_b.png) no-repeat center; width:20px; height:20px; display:block }
.pic_li_lt .lt_more:hover { transform:rotate(-90deg) }
.pic_li_lt .empty_li { line-height:100px }

@media screen and (max-width:640px) {
	.main_bbs {width:100%; float:none;}
	.main_bbs h3 {float:none; text-align:center; width:100%;}
	.pic_li_lt {display:block; width:100%;margin-bottom:50px; }
}



.main_con01{padding:60px 0;}
.main_con01 h3 { text-align:center; line-height:1; font-size:35px; font-weight:300; text-transform:uppercase; letter-spacing:-1px; padding:0px 0 30px 0 }
.main_con01 h3 span {font-weight:600;}
.main_con01 .swiper-container{padding-bottom:0px;}
.main_con01 .swiper-container-horizontal>.swiper-pagination-progressbar{top:auto; bottom:0; border-bottom:1px solid #333333; height:4px; box-sizing:border-box; background:none;}
.main_con01 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#c69d71; top:1px;}
.main_con01 .swiper-slide{box-sizing:border-box; border:1px solid #eeeeee; padding:0px; cursor:pointer;}

.main_con01 .swiper-slide:hover {border-color:#333333}
.main_con01 .swiper-slide:hover .txt_box .box a{background:url('/img/main_con01_arrow01_on.png') no-repeat center;}
.main_con01 .box{position:relative;}
.main_con01 .prev_btn{position:absolute; left:-100px; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%);}
.main_con01 .next_btn{position:absolute; right:-100px; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%);-o-transform:translateY(-50%); transform:translateY(-50%);}
			
@media all and (max-width:1400px){
	.main_con01 .prev_btn{left:-20px;}
	.main_con01 .next_btn{right:-20px;}
}
@media all and (max-width:1200px){
	.main_con01 .txt_box br{display:none;}
}
@media all and (max-width:1000px){
	.main_con01 .prev_btn{display:none;}
	.main_con01 .next_btn{display:none;}
}

@media all and (max-width:767px){
	.main_con01 h3 {font-size:25px;}
	.main_con01 .txt_box i{min-height:64px;}
}


.w1200 {width:1200px; margin:0 auto;}
.w1300 {width:1300px; margin:0 auto;}
.w1400 {width:1400px; margin:0 auto;}

@media screen and (max-width:1150px) {
	.w1200 {width:100%;}
	.w1300 {width:100%;}
	.w1400 {width:100%;}
}



.pc_only { display:block !important }

#sub_visual {margin-top:100px; height:247px; background-position:center; background-size:cover; background-color:#000; }
#sub_visual h2 { text-align:center; font-size:42px;letter-spacing:-1px; color:#fff; font-weight:600; padding:90px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }
#sub_visual p {text-align:center; font-size:20px; letter-spacing:-1px; color:#fff; padding:13px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }

#contents { margin:0px 0 0 0 }
#contents p { word-break:keep-all }

#left_area { float:none; width:100%; margin-top:0px; background:#f2f2f2;}
.left_snb {text-align:center; }
.left_snb h2 {background:#4cc4cd; color:#fff; font-size:1.7em; text-align:center; line-height:1;  text-transform:uppercase; font-weight:600; position:relative; padding:60px 0; border-bottom:0px solid #5ac9d1; }
.left_snb li { display:inline-block; text-align:center; margin:0 10px;}
.left_snb li a {color:#2a2a2a; display:block; padding:20px 7px 25px; font-size:20px; font-weight:400; position:relative; letter-spacing:-1px}
.left_snb li:hover a:after { width:10px; }
.left_snb li:hover a {border-top:5px solid #34945d; color:#34945d;}
.left_snb li.on a { border-top:5px solid #34945d; color:#34945d;}

.left_cs { margin-top:28px }
.left_cs h2 {letter-spacing:-1px; font-weight:700; font-size:1.8em; line-height:1; margin:0 0 15px; border-bottom:1px solid #666; padding-bottom:15px }
.left_cs .tel {font-family: 'GmarketSansBold'; font-weight:700; color:#2d3691; font-size:1.5em; padding-left:3px }
.left_cs .time { font-weight:500; padding-left:3px }
.left_cs .info { padding-left:3px; line-height:1; margin-top:7px }
.left_cs dl { margin-top:13px; padding-left:3px }
.left_cs dt, .left_cs dd { font-family: 'GmarketSansMedium'; color:#686868; display:inline-block; margin:2px 0 }
.left_cs dt { width:18px }
.left_cs dd { width:calc(100% - 23px); font-weight:400; color:#666 }
.left_cs .banner { margin-top:15px }
.left_cs .banner li { float:left; width:50%; margin-left:-1px }
.left_cs .banner li a { display:block; padding:20px 0; line-height:1.3; font-weight:400; font-size:1.1em; text-align:center; border:1px solid #e0e0e0;  }
.left_cs .banner li a i { display:block; font-size:1.36em; margin:0 0 8px }
.left_cs .banner li a:hover { background:#54585d; color:#fff; border-color:#54585d; position:relative; z-index:1 }

#right_area { float:none; width:100%; margin-top:50px; }
.container_title {text-align:center;  font-size:35px; color:#2a2a2a; line-height:1; letter-spacing:-1.5px; font-weight:600; margin:5px 0 30px 0 }
.container_title:after {content: ""; display:block; margin:20px auto; width:1px; height:37px; background:#c2c2c2; }

/* 그누보드 수정 */
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:1% }
#bo_list .td_name { width:150px; text-align:center }
#bo_list .td_datetime { width:120px }
.btn_bo_sch, .btn_more_opt { padding:0 10px; height:35px }
.tbl_head01 td, .tbl_head01 th { font-size:1.1em; padding:15px 10px !important; height:40px }
.bo_tit { font-weight:500 }
#bo_list .bo_tit .new_icon { background:#f39800; color:#fff; font-size:0.7em; font-weight:500; vertical-align:2px }
#bo_list .bo_tit .fa-lock { background:#54585d; color:#fff; width:16px; height:16px; font-size:14px; line-height:16px; border:0; vertical-align:1px }
.tbl_wrap table { border-top:2px solid #666 }
#bo_list .td_num2 { width:60px }
#bo_v_title .bo_v_tit { font-size:1.5em }
#bo_v_con { font-size:1.1em }
.bo_vc_w .btn_submit, .mbskin .btn_submit { font-weight:500 }
#bo_v .com_info { margin:10px 0 0 0 }
#bo_v .com_info dl:after { content:""; display:block; clear:both }
#bo_v .com_info dl {border-top:1px solid #e0e0e0 }
#bo_v .com_info dt, #bo_v .com_info dd { float:left; border-bottom:1px solid #e0e0e0; line-height:34px; height:36px; font-size:1.05em; padding-left:20px }
#bo_v .com_info dt { width:15%; font-weight:500; background:#f4f4f4; }
#bo_v .com_info dd { width:35%; font-weight:400 }
#bo_v .com_info dd.full { width:85% }
.btn_cke_sc { line-height:20px }
.btn_cke_sc_close { background:#fff; border:1px solid #ddd; border-radius:3px; padding:5px 15px 6px 15px }
#bo_list tbody tr:hover {border-left:0}
#bo_w .bo_w_tit #btn_autosave { top:3px; right:3px }
#bo_w .btn_cancel { color:#fff; font-weight:500 }
#fregister p { font-weight:500; background:#fff; color:#222; border:1px solid #ccc }
#fregister p:before { display:none }
.chk_li { padding-left:7px; display:inline-block; vertical-align:top; margin-top:-4px }
.chk_li + .tooltip_icon { vertical-align:top; margin-top:-8px}
.reg_btn_submit { color:#fff !important; font-weight:500 }
#sns_login .txt { font-weight:500 }
#bo_cate { font-size:0; margin-left:1px; text-align:center }
#bo_cate li { margin:0 0 0 -1px; padding:0 }
#bo_cate a { font-size:.95rem; border-radius:0; margin:0; min-width:150px; text-align:center; height:50px; line-height:46px; padding:0 20px; border:1px solid #e0e0e0; color:#aaa; font-weight:400 }
#bo_cate a:hover { background:#f4f4f4; color:#222 }
#bo_cate #bo_cate_on { background:#fff; color:#222; border-color:#222; position:relative; z-index:1; box-shadow:none; font-weight:500 }
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:0 }
#bo_v_act { margin:30px 0 50px 0 }
.btn_bo_user .btn_admin, .btn_cm_opt { padding:0 10px; color:inherit }
#bo_v_info .sv_member, #bo_v_info .sv_guest, #bo_v_info .member, #bo_v_info .guest ,#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest{ font-weight:500; font-size:1.1em; margin:0 0 5px; display:inline-block }
.bo_tit .cnt_cmt { font-size:10px !important; font-family:arial; background:none !important; color:#999 !important; font-weight:normal !important }
.all_chk.chk_box input[type="checkbox"] + label span { top:3px }
#bo_v_desc { font-size:1.1em }
.new_win .btn_submit, .new_win .btn_close { font-weight:500; font-size:1em }
.new_win .win_desc { border:1px solid #666; background:#fff; color:#222; font-weight:500; text-align:center }
.new_win .win_desc:after { display:none }
.gall_row .box_clear { clear:none }
#bo_v_act { margin:60px 0 !important }
#bo_v_share { text-align:center; padding:40px 0 }
#bo_v_sns { text-align:center; float:none; display:inline-block }
#bo_v_sns li { width:auto; float:none; display:inline-block; text-align:center }
#bo_v_sns li a { width:60px; height:60px; line-height:60px; border-radius:50%; padding:0; text-align:center; display:inline-block !important }
#bo_v_sns li img { margin:0 }
#bo_v_sns li span { display:none }
#bo_v_share .btn { width:60px; height:60px; line-height:1.2; border-radius:50%; font-size:12px; padding:0; text-align:center; display:inline-block }
#bo_v_share .btn i { display:block; font-size:1.5em; margin:10px 0 3px }
#faq_sch .btn_submit { font-weight:500 }
#faq_sch { margin-bottom:30px }
.cmt_btn span.total { font-weight:400; font-size:0.9em; color:#999 }
.cmt_btn span.total b { font-size:1.5em }
.more_opt li button, .more_opt li a { font-weight:500 }

.new_win #win_title { text-align:center; border-bottom:1px solid #ccc; padding:0 20px; line-height:46px; height:48px }
.new_win .new_win_con { margin-top:10px }

#ctt { margin:0; padding:0 }
#ctt_con { padding:0; margin:0; line-height:1.5; font-size:1.16em }
#faq_wrap li { font-size:1.1em }
#bo_v iframe { max-width: 100%; }

/* Sub page */
#ctt_con h2.title { font-size:1.5em; font-weight:700; line-height:1; padding:13px 0 30px; letter-spacing:-1px; position:relative }
#ctt_con h2.title:before { content:""; display:block; width:40px; height:3px; background:#222; position:absolute; left:0; top:0 }

#ctt_con.sub01_01 {min-height:490px; background:url(../img/com_bg.gif) no-repeat center top; }
#ctt_con.sub01_01 .sec01:after { clear:both; content:""; display:block; }
#ctt_con.sub01_01 .sec01 > div {text-align:center;}
#ctt_con.sub01_01 .sec01 h2 { font-size:1.3em; line-height:1.35; font-weight:300; letter-spacing:-1px; margin:0 0 30px }
#ctt_con.sub01_01 .sec01 h2 strong { font-weight:700 }
#ctt_con.sub01_01 .sec01 h3 { font-size:1.15em; margin:30px 0 5px 0; font-weight:700; letter-spacing:-1px }
#ctt_con.sub01_01 .sec01 p {font-size:1.2em; font-weight:400; margin:0 0 20px; color:#313131; letter-spacing:-1px; line-height:28px;}
#ctt_con.sub01_01 .sec01 .img01 { float:right; width:300px }
#ctt_con.sub01_01 .sec01 .img01 p { text-align:right; line-height:1; margin:18px 0 0 0 }
#ctt_con.sub01_01 .sec01 .img01 p strong { font-size:1.2em }
#ctt_con.sub01_01 table { border-top:2px solid #666 }
#ctt_con.sub01_01 th, #ctt_con.sub01_01 td { border-bottom:1px solid #e0e0e0; padding:12px; text-align:left }
#ctt_con.sub01_01 th { background:#f4f4f4; padding-left:20px; width:160px }

#ctt_con.sub01_02 .tab_menu { text-align:center; margin:0 0 50px }
#ctt_con.sub01_02 .tab_menu li { width:calc(100%/3) }
#ctt_con.sub01_02 .tab_menu a { font-size:21px; font-weight:700; border-left:0; border-right:0; font-family:arial; width:100% }
#ctt_con.sub01_02 .tab_menu a:hover { background:#fff; color:#222 }
#ctt_con.sub01_02 .sec01:after { clear:both; content:""; display:block }
.history_slogun { float:left; width:320px }
.history_slogun header { margin:0 0 20px; animation:down .7s forwards; opacity:0 }
.history_slogun h2 { font-size:1.5em; font-weight:700; letter-spacing:-1px; line-height:1; }
.history_slogun img { border-radius:0 30px; animation:up .7s .3s forwards; opacity:0 }
.history_slogun p { margin:15px 0 0 0; line-height:1.4 }
.history_list { float:right; width:calc(100% - 390px) }
.history_list > ul > li { margin:30px 0 0 0; animation:left .7s .6s forwards; opacity:0 }
.history_list > ul > li:first-child { margin:0 }
.history_list li li { margin:10px 0 0 0; line-height:1.3; background:url(../img/dot01.png) no-repeat 0 7px; padding-left:12px }
.history_list li li span { font-weight:500; vertical-align:0; margin-right:3px }
.history_list h3 { font-size:1.7em; font-weight:700; font-family:arial }

#ctt_con.sub01_03 .os_mac.root_daum_roughmap { font-family:noto sans kr !important }
#ctt_con.sub01_03 .root_daum_roughmap .cont .section { margin:0 !important }


/* 서브 상단 이미지 */
#sub_visual.sub10 { background-image:url(../img/sub01_top.png) }
#sub_visual.sub20 { background-image:url(../img/sub02_top.png) }
#sub_visual.sub30 { background-image:url(../img/sub03_top.png) }
#sub_visual.sub40 { background-image:url(../img/sub04_top.png) }
#sub_visual.sub50 { background-image:url(../img/sub05_top.png) }
#sub_visual.sub60 { background-image:url(../img/sub06_top.png) }
#sub_visual.sub70 { background-image:url(../img/sub07_top.png) }


.sub_title {text-align:center; margin-bottom:20px;}
.sub_title i {background:#ddd; width:50px; height:50px; line-height:50px; display:block; color:#fff; font-family: 'S-CoreDream-5Medium'; margin:0 auto; font-style:normal;}
.sub_title h3 {font-size:25px; font-weight:600; letter-spacing:-1px;}

.sub_title_s {text-align:center; font-size:20px; background:#f6f6f6; border-radius:50px; padding:3px 10px; width:200px; margin:30px auto; }

.contents_txt {background:#f6f6f6; border-radius:10px; padding:30px; margin-bottom:30px;}
.contents_txt p {font-size:17px; letter-spacing:-1px;}
.contents_txt p.center {text-align:center;}

.intro_con_s{margin-top: 0px;}
.intro_con_s ul{margin: 0px 0 0px;}
.intro_con_s li{overflow:hidden;}
.intro_con_s li > div{float: left;width: 50%;height: 445px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.intro_con_s .img{text-align:center;}
.intro_con_s .img img{width:472px;}
.intro_con_s .txt{padding: 80px 50px;}
.intro_con_s .txt i {display:block; padding-bottom:15px;}
.intro_con_s .txt h4{font-family: 'S-CoreDream-5Medium'; font-size: 35px; letter-spacing:-1px; color: #0d371f;line-height: 1.2;}
.intro_con_s .txt h4 span{color:#ffc000;}
.intro_con_s .txt p{margin-top: 20px;font-size:18px;color: #2a2a2a;font-weight: 400;line-height: 30px;letter-spacing: -1px;}

@media all and (max-width:1200px){
	.intro_con_s{margin-top: 0px;}
	.intro_con_s li + li{margin-top: 40px;}
	.intro_con_s li > div{width: 100%;height: auto;}
	.intro_con_s li > div,
	.intro_con_s li:nth-of-type(2n) > div{float:none;}
	.intro_con_s .txt{width: 100%;margin: 0px auto 0; padding: 35px 20px; border-bottom: 2px solid #ffc000;position:relative;background-color: #fff;}
	.intro_con_s .txt h4{font-size: 27px;}
	.intro_con_s .txt p{font-size: 16px; line-height: 24px;}
}

.intro_con {position:relative;width:100%; padding-top:20px; padding-bottom:120px; /*background:url("../img/intro_bg.jpg") center bottom no-repeat;*/ }
.intro_con .img {float:left; width:15%; }
.intro_con .txt{display:inline-block; width:85%; padding: 0px 30px;}
.intro_con .txt p{margin-top: 0px;font-size:17px;color: #2a2a2a;font-weight: 400;line-height: 28px;letter-spacing: -1px;}
.intro_con .txt span {float:right; padding-top:50px; display:block; }

@media all and (max-width:1000px){
	.intro_con .img {float:none; width:100%; text-align:center;}
	.intro_con .img img {width:40%;}
	.intro_con .txt{display:block; width:100%; padding-top:30px;}
}

@media all and (max-width:800px){
	.intro_con .img {float:none; width:100%; }
	.intro_con .img img {width:40%;}
	.intro_con .txt{display:block; width:100%; padding-top:30px;}
	.intro_con .txt p{margin-top: 0px;font-size:16px;}
}


.footer_con01{margin-bottom:0px; height:470px; position:relative;}
.footer_con01 .map_box{width:100%; height:350px; overflow:hidden}
.footer_con01 .map_box > div{width:100%; height:350px; border:0; padding:0;}
.footer_con01 .map_box > div .wrap_map{height:350px;}
.footer_con01 .w1200{text-align:center;}
.footer_con01 .w1200 .text{width:100%; padding:10px 0; left:0;background:#34945d; letter-spacing:-0.045em; font-weight:500; text-align:center; box-sizing:border-box; font-size:20px; color:#666;}
.footer_con01 .w1200 .text p{display:inline-block; vertical-align:top; line-height:100px; font-size:20px; font-weight:600; color:#fff; margin-left:50px;}
.footer_con01 .w1200 .text p i {display:inline-block; padding-right:10px; font-size:30px; }

.main .footer_con01{margin-bottom:100px;}

@media all and (max-width:1000px){
	.footer_con01{height:auto; margin-bottom:0px;}
	.footer_con01 .map_box{height:350px}
	.footer_con01 .w1200{position:static; left:auto; top:auto; transform:none; margin:0px auto;}
	.footer_con01 .w1200 .text{position:relative; z-index:3; left:auto; bottom:auto; margin:0 auto 20px; height:auto; padding:25px 20px;}
	.footer_con01 .w1200 .text p{line-height:20px; font-size:20px; margin-left:30px;}
	.footer_con01 .w1200 .text p:before {background:url("../img/map_icon.png") left top no-repeat; margin-left:-70px; margin-top:0px;}
	.footer_con01 .w1200 .text p span {display:block; font-size:16px; margin-left:0px; margin-top:5px;}
}

@media all and (max-width:640px){
	.footer_con01 .map_box{height:250px}
	.footer_con01 .w1200 .text p{line-height:20px; font-size:18px;}
}

.target_con01 {padding-bottom:0px; }
.target_con01 ul {font-size:0; letter-spacing:-4px; text-align:center; }
.target_con01 ul li {display:inline-block; vertical-align:top; width:300px; height:300px; padding:10px; margin:-15px; box-sizing:border-box; border-radius:50%; background-color:rgba(52,148,93,0.5);  }
.target_con01 ul li div {display:table; width:100%; height:100%; background-color:rgba(52,148,93,0.8); border-radius:50%; text-align:center; }
.target_con01 ul li p {display:table-cell; vertical-align:middle; font-size:18px; font-weight:bold; color:#fff; letter-spacing:-0.025em; }
.target_con01 ul li:nth-of-type(even) {background-color:rgba(52,148,93,0.5); }
.target_con01 ul li:nth-of-type(even) div {background-color:rgba(26,123,67,0.8); }
.target_con01 p.txt {padding-top:45px; font-size:18px; font-weight:300; color:#666666; letter-spacing:-0.025em; line-height:26px; text-align:center; word-break:keep-all; }

.target_con02 {padding-bottom:0px; }
.target_con02 ul {font-size:0; letter-spacing:-4px; text-align:center; }
.target_con02 ul li {display:inline-block; vertical-align:top; width:300px; height:300px; padding:10px; margin:-15px; box-sizing:border-box; border-radius:50%; background-color:rgba(52,148,93,0.5);  }
.target_con02 ul li div {display:table; width:100%; height:100%; background-color:rgba(52,148,93,0.8); border-radius:50%; text-align:center; }
.target_con02 ul li p {display:table-cell; vertical-align:middle; font-size:18px; font-weight:bold; color:#fff; letter-spacing:-0.025em; }
.target_con02 ul li:nth-of-type(even) {background-color:rgba(52,148,93,0.5); }
.target_con02 ul li:nth-of-type(even) div {background-color:rgba(26,123,67,0.8); }
.target_con02 p.txt {padding-top:45px; font-size:18px; font-weight:300; color:#666666; letter-spacing:-0.025em; line-height:26px; text-align:center; word-break:keep-all; }


.business_con{padding:50px 0 60px;}
.business_con .dl_layout02{margin-top:40px; border-top:1px solid #000000;}
.business_con .dl_layout02 dl{font-size:0; letter-spacing:-4px; border-bottom:1px solid #e5e5e5; padding:10px 40px; box-sizing:border-box;}
.business_con .dl_layout02 dl dt{display:inline-block; vertical-align:top; width:30%; font-size:24px; font-weight:500; letter-spacing:-0.025em; color:#222222; padding-left:25px; position:relative; box-sizing:border-box; padding-right:10px; word-break:keep-all;}
.business_con .dl_layout02 dl dt:before{content:''; position:absolute; widtH:10px; height:10px; top:15px; left:0; background:#1a7b43; border-radius:50%;}
.business_con .dl_layout02 dl:nth-of-type(2n) dt:before{background:#88c444}
.business_con .dl_layout02 dl dd{display:inline-block; vertical-align:top; width:70%;}
.business_con .dl_layout02 dl dd p{display:inline-block; width: calc(100% /2 - 37px); font-size:18px; letter-spacing:-0.025em; color:#666666; line-height:28px; word-break:keep-all; margin-left:10px; margin-right:20px;}
.business_con .dl_layout02 dl dd p:before {content: ""; position:absolute; width:4px; height:4px; border-radius:4px; background:#ddd; text-align:left; margin-left:-10px; margin-top:13px;}

@media all and (max-width:1400px){
	.business_con .dl_layout02 dl br{display:none;}
}
@media all and (max-width:1200px){
	.business_con .dl_layout02 dl dt{width:38%}
	.business_con .dl_layout02 dl dd{width:62%}
}	
@media all and (max-width:1000px){
	.business_con .dl_layout02 dl{padding:30px;}
	.business_con .dl_layout02 dl dt{width:100%; padding-right:0;}
	.business_con .dl_layout02 dl dd{width:100%; padding-top:20px;}
	.business_con .dl_layout02 dl dd p{font-size:16px;}
}

@media all and (max-width:640px){
	.business_con .dl_layout02 dl dd p{display:block; width: 100%; }
}

.business_con02{padding:0px 0 30px;}
.business_con02 .dl_layout02{margin-top:40px; border-top:1px solid #000000;}
.business_con02 .dl_layout02 dl{font-size:0; letter-spacing:-4px; border-bottom:1px solid #e5e5e5; padding:25px 40px; box-sizing:border-box;}
.business_con02 .dl_layout02 dl dt{display:inline-block; vertical-align:top; width:30%; font-size:24px; font-weight:500; letter-spacing:-0.025em; color:#222222; padding-left:25px; position:relative; box-sizing:border-box; padding-right:10px; word-break:keep-all;}
.business_con02 .dl_layout02 dl dt:before{content:''; position:absolute; widtH:10px; height:10px; top:15px; left:0; background:#1a7b43; border-radius:50%;}
.business_con02 .dl_layout02 dl:nth-of-type(2n) dt:before{background:#88c444}
.business_con02 .dl_layout02 dl dd{display:inline-block; vertical-align:top; width:70%;}
.business_con02 .dl_layout02 dl dd p{display:inline-block;  font-size:18px; letter-spacing:-0.025em; color:#666666; line-height:28px; word-break:keep-all; margin-left:10px; margin-right:20px;}
.business_con02 .dl_layout02 dl dd p:before {content: ""; position:absolute; width:4px; height:4px; border-radius:4px; background:#ddd; text-align:left; margin-left:-10px; margin-top:13px;}

@media all and (max-width:1400px){
	.business_con02 .dl_layout02 dl br{display:none;}
}
@media all and (max-width:1200px){
	.business_con02 .dl_layout02 dl dt{width:38%}
	.business_con02 .dl_layout02 dl dd{width:62%}
}	
@media all and (max-width:1000px){
	.business_con02 .dl_layout02 dl{padding:30px;}
	.business_con02 .dl_layout02 dl dt{width:100%; padding-right:0;}
	.business_con02 .dl_layout02 dl dd{width:100%; padding-top:20px;}
	.business_con02 .dl_layout02 dl dd p{font-size:16px;}
}




.method_con{padding:0px 0 50px;}	
.method_con .box{max-width:100%; width:100%;}
.method_con dl{padding-top:0px;}
.method_con dl dt{font-size:20px; font-weight:500; letter-spacing:-0.025em; color:#444444; position:relative; padding-left:10px; box-sizing:border-box; margin-bottom:15px;}
.method_con dl dt:before{content:''; position:absolute; top:5px; left:0; width:2px; height:18px; background:#e4e4e4;}
.method_con dl dd .table_layout table tr td b{color:#222;}
.method_con ul{font-size:0; letter-spacing:-4px; margin-top:30px;}
.method_con ul li{display:inline-block; vertical-align:top; width: calc(100% /2 - 27px); margin-right:20px;margin-bottom:10px; }
.method_con ul li:last-of-type{margin-right:0;}
.method_con ul li span{displaY:inline-block; margin-left:35px; width:55px; height:55px; background:#1a7b43; border-radius:50%; text-align:center; line-heighT:55px; font-size:18px; font-weight:500; letter-spacing:0; color:#fff;}
.method_con ul li:nth-of-type(even) span{background:#84be42}
.method_con ul li p i {font-style:normal; display:block; font-size:20px; letter-spacing:-1px; padding:0px 0px 10px; font-weight:600; color:#333;}
.method_con ul li p{display:block; min-height:125px; border:1px solid #e4e4e4; box-sizing:border-box; margin-top:-27.5px; padding:40px 25px 35px; text-align:left; font-size:16px; letter-spacing:-1px; color:#666666; font-style:inherit; word-break:keep-all}
.method_con ul u {font-size:16px; letter-spacing:-1px; text-align:center; display:block; padding-top:20px;}

@media all and (max-width:1200px){
	.method_con ul li p{min-height:151px;}
}
@media all and (max-width:1000px){
	.method_con ul li p{min-height:178px;}
}
@media all and (max-width:640px){
	.method_con ul li {width:100%; margin-bottom:20px;}
	.method_con ul li:last-of-type{margin-bottom:0;}
	.method_con ul li p{min-height:auto;}
}


.method_con2{padding:0px 0 50px;}	
.method_con2 .box{max-width:100%; width:100%;}
.method_con2 dl{padding-top:0px;}
.method_con2 dl dt{font-size:20px; font-weight:500; letter-spacing:-0.025em; color:#444444; position:relative; padding-left:10px; box-sizing:border-box; margin-bottom:15px;}
.method_con2 dl dt:before{content:''; position:absolute; top:5px; left:0; width:2px; height:18px; background:#e4e4e4;}
.method_con2 dl dd .table_layout table tr td b{color:#222;}
.method_con2 ul{font-size:0; letter-spacing:-4px; margin-top:30px;}
.method_con2 ul li{display:inline-block; vertical-align:top; width: calc(100% /3 - 27px); margin-right:20px;margin-bottom:10px; }
.method_con2 ul li:last-of-type{margin-right:0;}
.method_con2 ul li span{displaY:inline-block; margin-left:35px; width:55px; height:55px; background:#1a7b43; border-radius:50%; text-align:center; line-heighT:55px; font-size:18px; font-weight:500; letter-spacing:0; color:#fff;}
.method_con2 ul li:nth-of-type(even) span{background:#84be42}
.method_con2 ul li p i {font-style:normal; display:block; font-size:20px; letter-spacing:-1px; padding:0px 0px 10px; font-weight:600; color:#333;}
.method_con2 ul li p{display:block; min-height:175px; border:1px solid #e4e4e4; box-sizing:border-box; margin-top:-27.5px; padding:40px 25px 35px; text-align:left; font-size:16px; letter-spacing:-1px; color:#666666; font-style:inherit; word-break:keep-all}
.method_con2 ul u {font-size:16px; letter-spacing:-1px; text-align:center; display:block; padding-top:20px;}

@media all and (max-width:1200px){
	.method_con2 ul li p{min-height:151px;}
}
@media all and (max-width:1000px){
	.method_con2 ul li p{min-height:178px;}
}
@media all and (max-width:640px){
	.method_con2 ul li {width:100%; margin-bottom:20px;}
	.method_con2 ul li:last-of-type{margin-bottom:0;}
	.method_con2 ul li p{min-height:auto;}
}

.process_con {padding:60px 0; background:#f7f7f7;}
.process_con ul {margin-top:35px; font-size:0; letter-spacing:-4px; text-align:center; }
.process_con ul li {background:#fff; display:inline-block; vertical-align:top;  width: calc(100% /8 - 27px); min-height:117px; margin:2px; padding-top:10px; border:1px solid #edece9; box-sizing:border-box; letter-spacing:-0.025em; }
.process_con ul li i {position:relative; display:block; padding-bottom:0px; font-size:16px; font-weight:400; color:#1a7b43; }
/*.process_con ul li i:before {content:''; position:absolute; left:50%; bottom:0; width:1px; height:10px; background-color:#7e7e7e; -webkit-transform:rotate(30deg); -moz-transform:rotate(30deg); -ms-transform:rotate(30deg); -o-transform:rotate(30deg); transform:rotate(30deg); }*/
.process_con ul li h5 {font-size:18px; font-weight:500; color:#444444; padding-top:0px; line-height:23px;}
.process_con ul li p {padding:5px 20px; font-size:13px; font-weight:300; color:#666666; line-height:28px; word-break:keep-all; box-sizing:border-box; }
.process_con ul li p:before {content: ""; position:absolute; width:1px; height:10px; background:#9f9f9f; text-align:left; margin-left:-10px; margin-top:10px;}
.process_con ul li p:after {content: ""; position:absolute; width:1px; height:10px; background:#9f9f9f; text-align:left; margin-left:10px; margin-top:10px;}
.process_con ul li span {font-size:14px; color:#545454; display:block; padding-top:5px;}
.process_con ul u {display:inline-block; padding-top:50px; }

@media all and (max-width:1200px){
	.process_con ul li {width: calc(100% /2 - 17px); margin-bottom:10px; }
	.process_con ul u.no {display:none; padding-top:0px; }
}



.process_con02 {padding:60px 0; background:#f7f7f7;}
.process_con02 ul {margin-top:35px; font-size:0; letter-spacing:-4px; text-align:center; }
.process_con02 ul li {background:#fff; display:inline-block; vertical-align:top;  width: calc(100% /7 - 17px); min-height:145px; margin:0 2px; padding-top:10px; border:1px solid #edece9; box-sizing:border-box; letter-spacing:-0.025em; }
.process_con02 ul li i {position:relative; display:block; padding-bottom:0px; font-size:16px; font-weight:400; color:#1a7b43; }
/*.process_con02 ul li i:before {content:''; position:absolute; left:50%; bottom:0; width:1px; height:10px; background-color:#7e7e7e; -webkit-transform:rotate(30deg); -moz-transform:rotate(30deg); -ms-transform:rotate(30deg); -o-transform:rotate(30deg); transform:rotate(30deg); }*/
.process_con02 ul li h5 {min-height:40px; font-size:18px; font-weight:500; color:#444444; padding-top:0px; line-height:23px;}
.process_con02 ul li p {padding:0px 10px; font-size:13px; font-weight:300; color:#666666; line-height:24px; word-break:keep-all; box-sizing:border-box; transform: rotate(-0.03deg); margin-top:10px; background:#ececec; display:inline-block; border-radius:5px;}
.process_con02 ul li span {padding-top:3px; display:block; font-size:11px; color:#666666; transform: rotate(-0.03deg);}
.process_con02 ul u {display:inline-block; padding-top:60px; }

@media all and (max-width:1200px){
	.process_con02 ul li {width: calc(100% /2 - 17px); margin-bottom:10px; }
	.process_con02 ul u.no {display:none; padding-top:0px; }
}

@media all and (max-width:640px){
	.process_con02 ul li {width: 100%; margin-bottom:10px; min-height:auto; padding-bottom:10px;}
	.process_con02 ul u {display:inline-block; padding-top:0px; transform:rotate(90deg);}
	.process_con02 ul li h5 {min-height:auto; }
}


.process_con03 {padding:60px 0; background:#f7f7f7;}
.process_con03 ul {margin-top:35px; font-size:0; letter-spacing:-4px; text-align:center; }
.process_con03 ul li {background:#fff; display:inline-block; vertical-align:top;  width: calc(100% /5 - 7px); min-height:157px; margin:2px; padding-top:20px; border:1px solid #edece9; box-sizing:border-box; letter-spacing:-0.025em; }
.process_con03 ul li i {position:relative; display:block; padding-bottom:25px; font-size:16px; font-weight:400; color:#1a7b43; }
.process_con03 ul li i:before {content:''; position:absolute; left:50%; bottom:0; width:1px; height:10px; background-color:#7e7e7e; -webkit-transform:rotate(30deg); -moz-transform:rotate(30deg); -ms-transform:rotate(30deg); -o-transform:rotate(30deg); transform:rotate(30deg); }
.process_con03 ul li h5 {font-size:18px; font-weight:500; color:#444444; padding-top:10px; line-height:23px;}
.process_con03 ul li p {padding:5px 20px; font-size:13px; font-weight:300; color:#666666; line-height:28px; word-break:keep-all; box-sizing:border-box; }
.process_con03 ul li p:before {content: ""; position:absolute; width:1px; height:10px; background:#9f9f9f; text-align:left; margin-left:-10px; margin-top:10px;}
.process_con03 ul li p:after {content: ""; position:absolute; width:1px; height:10px; background:#9f9f9f; text-align:left; margin-left:10px; margin-top:10px;}
.process_con03 ul li span {font-size:14px; color:#545454; display:block; padding-top:5px;}

@media all and (max-width:1000px){
	.process_con03 ul li {width: calc(100% /2 - 7px); margin-bottom:10px; }
}

.sponsor_con{padding:0px 0; margin-bottom:50px;}
.sponsor_con ul{font-size:0; letter-spacing:-4px; text-align:center;}
.sponsor_con ul li{padding-top:80px; display:inline-block; position:relative; vertical-align:top; width:370px; height:370px; margin:10px; background:url('../img/sponsor_con_bg01.png') no-repeat center / contain; box-sizing:border-box;}
.sponsor_con ul li:nth-of-type(2n){background:url('../img/sponsor_con_bg02.png') no-repeat center / contain;}
.sponsor_con ul li:nth-child(4) {margin-top:-120px;}
.sponsor_con ul li:nth-child(5) {margin-top:-120px;}
.sponsor_con ul li h3 {font-size:27px; font-weight:600; letter-spacing:-1px; padding-top:20px;}
.sponsor_con ul li span{font-size:20px; color:#b3babd; letter-spacing:-0.045em; font-weight:700; text-align:center; line-height:20px; margin:0 auto; border-bottom:3px solid #b3babd;}
.sponsor_con ul li:nth-of-type(2n) span{color:#fff; border-bottom:3px solid #fff;}
.sponsor_con ul li p{width:100%; font-size:17px; color:#666; letter-spacing:-0.045em; font-weight:300; text-align:center; line-height:23px; padding-top:10px;}

@media all and (max-width:1100px){
	.sponsor_con ul li{width:calc(50% - 20px);}
}

@media all and (max-width:767px){
	.sponsor_con ul li{width:100%;}
}


.express_con01{padding:0px 0 0px;}
.express_con01 .img_box{margin-top:50px;}
.express_con01 .img_box img{width:100%;}
.express_con01 .box{width:1090px; margin:0 auto; box-sizing:border-box; z-index:2; position:relative; padding:0px 50px 50px; text-align:center;}
.express_con01 .box h4{line-height:1; margin:0; margin-bottom:5px; font-size:22px; color:#0065bd; letter-spacing:-0.045em; font-weight:bold;}
.express_con01 .box p{font-size:16px; color:#333; letter-spacing:-1px; font-weight:400;}
.express_con01 .box u {text-decoration: none;font-size:16px; color:#6b6b6b; letter-spacing:-1px; font-weight:400; padding-top:10px;display:block;}
.express_con01 .box dl{display:table; border-radius:50px; border:1px solid #e5e5e5; background:#fafafa; padding:17px 15px; box-sizing:border-box; width:900px; margin:40px auto 0; overflow:hidden}
.express_con01 .box dl dt{display:table-cell; width:315px; vertical-align:middle; position:relative;}
.express_con01 .box dl dt:before{content:""; display:block; width:1px; height:28px; background:#cecece; position:absolute; right:0; top:16px;}
.express_con01 .box dl dt i{display:inline-block; vertical-align:middle; position:relative; top:1px}
.express_con01 .box dl dt p{display:inline-block; margin-left:5px; vertical-align:middle; font-size:20px; color:#222; letter-spacing:-0.045em; font-weight:600;}
.express_con01 .box dl dd{display:table-cell; vertical-align:middle;text-align:left; font-size:18px; padding-left:30px; position:relative; height:58px; font-weight:500;}
.express_con01 .box dl dd span {font-family: 'S-CoreDream-5Medium'; font-size:22px; display:inline-block; padding-left:0px; color:#20a358;}
.express_con01 .box dl dd span.email {font-family: 'S-CoreDream-5Medium'; font-size:15px; display:inline-block; padding-left:0px; color:#20a358;}

@media all and (max-width:1200px){
	.express_con01 .box{width:90%}
	.express_con01 .box p br{display:none;}
	.express_con01 .box dl{width:100%;}
}

@media all and (max-width:1000px){
	.express_con01 .box{margin-top:0px; width:100%; padding:0px 20px;}
	.express_con01 .box p{word-break:keep-all;}
	.express_con01 .box dl dt{text-align:left; width:195px}
}
@media all and (max-width:800px){
	.express_con01 .box dl{display:block; border-radius:0; border:none; background:none; padding:0;}
	.express_con01 .box dl dt{display:block; width:100%; padding:0 0 10px 20px; box-sizing:border-box;}
	.express_con01 .box dl dt:before{display:none; width:38px; height:1px; top:auto; right:auto; transform:none; bottom:0; left:20px;}
	.express_con01 .box dl dd{height:80px; display:block; width:100%; margin-top:10px; border-radius:50px; border:1px solid #e5e5e5; background:#fafafa; padding:13px 35px; box-sizing:border-box; width:100%; overflow:hidden}
	.express_con01 .box dl dd a{right:20px;}
}






.aes_self {margin:0px 0; overflow:hidden;}
.print_con {border:8px solid #d0e5db; border-radius:10px;  padding:50px 20px; margin-bottom:10px;}
.aes_self_title {float:left; width:20%; text-align:center; margin-top:-20px; }
.aes_self_title i {display:block; }
.aes_self_title h3 {font-size:20px; font-weight:600; letter-spacing:-1px; }

.aes_self_txt {display:inline-block; width:70%;}
.aes_self_txt p {font-weight:300;font-size:17px;line-height:1.55; letter-spacing:-1px; }

/* **MEDIA_TABLET** */
@media (max-width:1240px) and (min-width:641px){
.aes_self_img img {min-width:1000px;}
.aes_self_txt {padding-left:220px;background-position:left 35px center;}
.aes_self_txt p br {display:none;}
}

/* **MEDIA_MOBILE** */
@media (max-width:640px){
.aes_self_title {float:none; width:100%;}
.aes_self_img img {min-width:800px;}
.aes_self_txt {display:block; width:100%;}
.aes_self_txt {padding:30px 20px;}
.aes_self_txt p {font-size:16px;}
.aes_self_txt p br {display:none;}
}


.subtable { width:100%; margin:20px auto; border-top:2px solid #22ac66; border-collapse: collapse;}
.subtable tr th {border:1px solid #fff;text-align:center; background:#d0e5db; color:#333;  font-size:16px; font-weight:500; padding:10px 0; }
.subtable tr td {border:1px solid #dbdbdb; padding:10px; background:#fff; line-height:22px; color:#35363a; text-align:center;font-size:16px; font-weight:300; letter-spacing:-0.03em;}

.top_t {text-align:center; font-size:28px; font-family: 'Noto Serif KR', serif; letter-spacing:-1.5px; padding-bottom:10px;}
.top_tel {text-align:center; font-size:20px; font-family: 'Noto Serif KR', serif; letter-spacing:-1.5px; padding-bottom:50px; }
.top_tel span {text-align:center; font-size:28px; font-family: 'Noto Serif KR', serif; letter-spacing:-1.5px; display:inline-block; padding-left:10px;}
.top_tel i {font-size:20px;}

.cen {width:260px; margin:0 auto 30px;}
.jt_btn {margin:0 auto; display: inline-block; width: 260px;padding: 21px 29px;position: relative;font-size: 22px;font-weight: 400;letter-spacing: -0.025em;line-height: 1;border: 1px solid transparent;border-radius: 10px;background: transparent;overflow: hidden;-webkit-transition: color .55s cubic-bezier(.52,.08,.18,1);transition: color .55s cubic-bezier(.52,.08,.18,1); }
.jt_btn span {position: relative; line-height:20px;}
.jt_btn:before {content: '';display: block;width: 120%;height: 100%;position: absolute;left: 0;top: 0;-webkit-transform-origin: right top;-ms-transform-origin: right top;transform-origin: right top;-webkit-transform: translateX(-101%) skewX(-17.62deg);-ms-transform: translateX(-101%) skewX(-17.62deg);transform: translateX(-101%) skewX(-17.62deg);-webkit-transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);transition: -webkit-transform .55s cubic-bezier(.52,.08,.18,1);transition: transform .55s cubic-bezier(.52,.08,.18,1);transition: transform .55s cubic-bezier(.52,.08,.18,1), -webkit-transform .55s cubic-bezier(.52,.08,.18,1);-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.jt_btn:hover:before {-webkit-transform: translateX(0) skewX(-17.62deg);-ms-transform: translateX(0) skewX(-17.62deg);transform: translateX(0) skewX(-17.62deg);-webkit-transform-origin: left top;-ms-transform-origin: left top;transform-origin: left top;}

.s_btn {color: #fff;border-color: #22ac66; text-align:center; background:#22ac66; border-radius: 10px; width: 260px;padding: 15px 29px; font-size: 22px;font-weight: 400;}
.s_btn input {border:0; background:none; color:#fff;}

.jt_basic_btn {text-align: center; }
.jt_basic_btn.primary {color: #fff;border-color: #22ac66; background:#22ac66;}
.jt_basic_btn.primary:before {background: #fff;}
.jt_basic_btn.primary:hover {color: #22ac66;}
@media screen and (max-width:1150px) {
	  .jt_btn {margin:20px auto; }
}


.form_table {overflow:hidden;margin-bottom:50px;  }
.form_table h3 {font-size:20px; letter-spacing:-1px; padding-bottom:10px;}
.form_table ul {border-top:2px solid #22ac66;}
.form_table ul li {float:left; width:50%; border-bottom:1px solid #ddd;background:#e1eee7; }
.form_table ul li dl dt {float:left; font-size:17px; font-weight:500; background:#e1eee7; letter-spacing:-1px; width:30%; text-align:center; padding:20px; line-height:20px;}
.form_table ul li dl dd {background:#fff;display:inline-block; font-size:16px; width:70%; padding:20px 15px; min-height:80px;}
.form_table ul li dl dd.form_select span {display:inline-block; width:33%;}

.form_table ul li dl dd i {font-weight:500; display:inline-block; width:20%; font-style:normal; margin-bottom:10px; text-align:center; border-bottom:1px solid #ddd; padding-bottom:10px;}

.form_table ul li.w100 {width:100%; float:none;}
.form_table ul li.w100 dl dt {width:15%;}
.form_table ul li.w100 dl dd {width:85%; padding:20px 15px;}

@media all and (max-width:800px){
	.form_table ul li {float:none; width:100%; }
	.form_table ul li dl dt {float:left;font-size:15px; padding:20px 10px;}
	.form_table ul li dl dd {  font-size:15px; padding:15px 15px;}
	.form_table ul li dl dd span {width:100%; display:block;}
	.form_table ul li.w100 dl dt {width:30%;}
	.form_table ul li.w100 dl dd {width:70%; padding:20px 15px;}
	.form_table ul li dl dd i {display:block; width:100%; font-style:normal; margin-bottom:0px; text-align:left; border-bottom:0px solid #ddd; padding-bottom:3px; }
	.form_table ul li dl dd.form_select span {display:block; width:100%; margin-bottom:5px;}
}


.form_txt {border:1px solid #ddd; padding:20px;}
.form_txt ul li {padding-bottom:20px;}
.form_txt ul li dl dt {font-weight:600; padding-bottom:10px;}
.form_txt ul li dl dd {padding-bottom:10px;}
.form_txt span {font-weight:500; font-size:16px;}

.form_t {padding:20px 0; font-size:17px;}
.form_day {text-align:center; font-size:18px; font-weight:400; margin-bottom:30px;}
.form_name {text-align:center; font-size:18px; font-weight:400; margin-bottom:30px;}

input.input_line{background:none; border:0; border-bottom:1px solid #ddd; width:50px; }
input.input_line2{background:none; border:0; border-bottom:1px solid #ddd; width:150px; }

.input_form {width:100%;}
.input_form2 {display:inline-block; width:79%;}

@media all and (max-width:800px){
	.input_form2 {display:block; width:100%; margin-bottom:10px;}
	input.input_line2{width:100px; }
}



.edu_con_ok {padding:0px 0; font-size:0; letter-spacing:-4px; width:700px; margin:0 auto;}
.edu_con_ok .inner > p {padding:60px 0; font-size:16px; font-weight:normal; color:#666666; letter-spacing:-0.025em; text-align:center; word-break:keep-all; }
.edu_con_ok .box1 {float:left; width:55%;}
.edu_con_ok .box2 {display:inline-block; text-align:left; padding-top:150px; width:45%;}

.edu_con_ok .box {width:100%; border:1px solid #dddddd; border-top:2px solid #5eba2c;padding:35px 10px 55px; margin-bottom:40px; box-sizing:border-box; text-align:center; min-height:450px;}
.edu_con_ok .box.active {border-top:2px solid #5eba2c; }
.edu_con_ok .box.w50 {display:inline-block; vertical-align:top; width:calc(50% - 20px); }
.edu_con_ok .box.w50.mr40 {margin-right:40px; }
.edu_con_ok .box i {display:block; font-size:85px; font-weight:bold; color:#5eba2c; font-style:normal; letter-spacing:-0.025em; }
.edu_con_ok .box h4 {margin:0; padding:15px 0 10px; font-size:24px; font-weight:bold; color:#444444; letter-spacing:-1px; }
.edu_con_ok .box h4 span {color:#5eba2c;}
.edu_con_ok .box p {font-size:16px; color:#666666; letter-spacing:-0.025em; line-height:16px; word-break:keep-all; }
.edu_con_ok .box p.gray {color:#999999; }
.edu_con_ok .box b {font-weight:500; color:#222222; }
.edu_con_ok .box span.red {color:#de1f26; }
.edu_con_ok .box br.m_ver {display:none; }

@media all and (max-width:1000px){
	.edu_con_ok { width:100%; }
	.edu_con_ok .box br.pc_ver {display:none; }
}
@media all and (max-width:800px){
	.edu_con_ok {padding:0px 0; width:100%; }
	.edu_con_ok .box1 {float:none; width:100%;}
	.edu_con_ok .box2 {display:block; text-align:center; padding-top:20px; width:100%;}
	.edu_con_ok .box.w50 {width:100%; }
	.edu_con_ok .box.w50.mr40 {margin-right:0; }
	.edu_con_ok .box br.m_ver {display:block; }
}	


/* sub_tit */

.sub_tit02{text-align:center;}
.sub_tit02 i {background:#ddd; width:50px; height:50px; line-height:50px; display:block; color:#fff; font-family: 'S-CoreDream-5Medium'; margin:0 auto; font-style:normal;}
.sub_tit02 h3{display:inline-block; vertical-align:top; font-size:32px; color:#444444; letter-spacing:-0.045em; font-weight:500; margin:0; position:relative; padding:0 15px; word-break:keep-all;}
.sub_tit02 h3 i{width:4px; height:20px; background:#3fc33a; display:block; position:absolute;}
.sub_tit02 h3 i:nth-of-type(1){left:0; top:0;}
.sub_tit02 h3 i:nth-of-type(1):before{left:-8px; top:0;}
.sub_tit02 h3 i:nth-of-type(2){right:0; bottom:0;}
.sub_tit02 h3 i:nth-of-type(2):before{right:-8px; bottom:0;}

@media all and (max-width:767px){
	.sub_tit02 h3{font-size:26px;}
}

.hire_con02{background:#f9f9f9; padding:50px 0;}
.hire_con02 dl{margin:30px 0 70px;}
.hire_con02 dl:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.hire_con02 dl dd{width:100%; padding-top:0px; text-align:center; box-sizing:border-box;}
.hire_con02 dl dd h3{font-size:25px; color:#42b33f; letter-spacing:-0.045em; font-weight:bold; line-height:1; margin:0 0 20px;}
.hire_con02 dl dd p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300; line-height:28px;}
.hire_con02 .bot .box{text-align:center; background:#fff; border-radius:10px; position:relative; padding:60px 0 180px}
.hire_con02 .bot .box > span{display:block; text-align:center; width:380px; height:60px; line-height:60px; border-radius:50px; background:#66d662; font-size:25px; color:#fff; letter-spacing:0em; font-weight:500; position:absolute; left:50%; top:-30px; transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); -moz-transform:translateX(-50%);}
.hire_con02 .bot .box p{font-size:22px; color:#444444; letter-spacing:-0.045em; font-weight:300;}
.hire_con02 .bot .box p b{font-weight:500;}
.hire_con02 .bot .box p span{color:#00a8d2; font-weight:500}
.hire_con02 .bot ul{font-size:0; letter-spacing:-4px; text-align:center; margin-top:20px; position:relative; z-index:2;}
.hire_con02 .bot ul li{position:relative; width:300px; height:300px; display:inline-block; vertical-align:top; margin:0 20px; border:5px solid transparent; border-radius:50%; box-shadow:1px 1px 30px rgb(0 0 0 / 5%); box-sizing:border-box; background-origin:border-box; background-clip:content-box, border-box}
.hire_con02 .bot ul li:before{content:"+"; font-size:40px; font-weight:500; line-height:1; color:#66d662; position:absolute; right:-30px; top:50%; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); -o-transform:translateY(-50%); -moz-transform:translateY(-50%);}
.hire_con02 .bot ul li:last-child:before{display:none;}
.hire_con02 .bot ul li .center{width:100%; padding:0 20px; word-break:keep-all; box-sizing:border-box; position:absolute; left:0; top:50%; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); -o-transform:translateY(-50%); -moz-transform:translateY(-50%);}
.hire_con02 .bot ul li .center h3{font-size:22px; color:#333; letter-spacing:0em; font-weight:500;}
.hire_con02 .bot ul li .center .hr{width:29px; height:2px; margin:15px auto 5px; background:#e4e4e4;}
.hire_con02 .bot ul li .center p{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:400;}
.hire_con02 .bot ul li:nth-of-type(1){background-image:linear-gradient(#fff, #fff), linear-gradient(to right, #a3daa1, #66d662);}
.hire_con02 .bot ul li:nth-of-type(2){background-image:linear-gradient(#fff, #fff), linear-gradient(to right, #a3daa1, #66d662);}
.hire_con02 .bot ul li:nth-of-type(2):before{color:#66d662}
.hire_con02 .bot ul li:nth-of-type(2) h3{color:#333;}
.hire_con02 .bot ul li:nth-of-type(3){background-image:linear-gradient(#fff, #fff), linear-gradient(to right, #a3daa1, #66d662);}
.hire_con02 .bot ul li:nth-of-type(3) h3{color:#333;}


.hire_con03{padding:50px 0;}
.hire_con03 ul{margin:0px 0 0;}
.hire_con03 ul:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.hire_con03 ul li{width:33%; float:left; border:1px dashed #e4e4e4; box-sizing:border-box; border-left:0; border-top:0; height:175px;}
.hire_con03 ul li:nth-of-type(1){border-bottom:0;}
.hire_con03 ul li:nth-of-type(2){border-bottom:0;}
.hire_con03 ul li:nth-of-type(3){border-right:0;border-bottom:0;}
.hire_con03 ul li:nth-of-type(4){border-bottom:0;}
.hire_con03 ul li dl{padding:0 0 0 30px; box-sizing:border-box; display:table; width:100%; height:100%;}
.hire_con03 ul li:nth-of-type(2n-1) dl{padding:0 0 0 70px;}
.hire_con03 ul li dl dt{display:table-cell; vertical-align:middle; width:20%;}
.hire_con03 ul li dl dt span{display:inline-block; vertical-align:middle; font-size:75px; color:#25ce69; letter-spacing:0em; font-weight:300; line-height:1; margin:0 10px 0 0;}
.hire_con03 ul li dl dt p{display:inline-block; vertical-align:middle; font-size:22px; color:#444444; letter-spacing:-0.045em; font-weight:500; line-height:28px;}
.hire_con03 ul li dl dd{display:table-cell; vertical-align:middle; width:50%;}
.hire_con03 ul li dl dd p{ word-break:keep-all; font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:400; line-height:28px;}
.hire_con03 ul li:nth-of-type(2) dl dt span{color:#25ce88}
.hire_con03 ul li:nth-of-type(3) dl dt span{color:#25ceac}
.hire_con03 ul li:nth-of-type(4) dl dt span{color:#00de59}


.hire_con04{padding:50px 0; background:#f9f9f9;}
.hire_con04 ul{margin:20px 0 0; font-size:0; letter-spacing:-4px; text-align:center;}
.hire_con04 ul li{width:calc(25% - 26px); margin:20px 13px 0; display:inline-block; vertical-align:top; background:#fff; border-radius:10px; box-shadow:12px 0 29px rgba(0,0,0,0.07); height:200px; padding:25px 20px; box-sizing:border-box;}
.hire_con04 ul li i{display:inline-block; margin:0 0 10px;}
.hire_con04 ul li h3{font-size:20px; color:#444444; line-height:25px; letter-spacing:-0.045em; font-weight:500; word-break:keep-all;}
.hire_con04 ul li .hr{width:29px; height:2px; margin:15px auto 5px; background:#e4e4e4;}
.hire_con04 ul li p{word-break:keep-all; font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:300;}


.hire_con05{padding:50px 0;}
.hire_con05 ul{margin:30px 0 0; font-size:0; letter-spacing:-4px; text-align:center;}
.hire_con05 ul li{display:inline-block; vertical-align:top; width:calc(25% - 20px); margin:10px; height:210px; background:#f7fafb; box-sizing:border-box; border-radius:10px; padding:15px 0; }
.hire_con05 ul li i{display:inline-block; vertical-align:top;}
.hire_con05 ul li i img{max-width:100%;}
.hire_con05 ul li .tit{padding:10px 0; text-align:center; font-size:18px; color:#444444; letter-spacing:-0.045em; font-weight:400; margin:10px 0;}
.hire_con05 ul li > h4{font-size:18px; color:#666666; letter-spacing:-0.045em; font-weight:500; word-break:keep-all;}
.hire_con05 ul li .hr{width:29px; height:2px; margin:15px auto 5px; background:#e4e4e4;}
.hire_con05 ul li > p{font-size:16px; color:#888888; letter-spacing:-0.045em; font-weight:300; word-break:keep-all;}



@media all and (max-width:1200px){
	.hire_con03 ul li dl dd p br{display:none;}
	
	.hire_con04 ul li p br{display:none}

	.hire_con06 .left .w600{padding:0 20px; box-sizing:border-box;}
	.hire_con06 .right .w600{padding:0 20px; box-sizing:border-box;}

}
@media all and (max-width:1000px){
	.hire_con01{margin:50px 0;}
	.hire_con01 .box{padding:50px 20px;}
	.hire_con01 .box h3 br{display:none;}
	.hire_con01 .box p br{display:none}

	.hire_con02{padding:50px 0;}
	.hire_con02 dl dt{float:none; width:100%; text-align:left;}
	.hire_con02 dl dd{float:none; width:100%; }
	.hire_con02 dl dd h3{font-size:20px; line-height:25px;}
	.hire_con02 .bot ul li{width:240px; height:240px; margin:20px auto;}
	.hire_con02 .bot ul li:before{top:auto; right:auto; left:50%; bottom:-42px; transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); -moz-transform:translateX(-50%)}
	.hire_con02 .bot ul li .center{padding:0 10px;}
	.hire_con02 .bot ul li .center p br{display:none}

	.hire_con03{padding:50px 0;}
	.hire_con03 ul li{width:100%; float:none; height:auto; border:none; border-bottom:1px dashed #ddd; margin-bottom:0px;}
	.hire_con03 ul li dl{padding:20px !important; display:block;}
	.hire_con03 ul li dl dt{width:20%; float:left; display:inline-block;}
	.hire_con03 ul li dl dd{width:80%; display:inline-block; padding-top:20px;}
	.hire_con03 ul li:nth-of-type(1){border-bottom:1px dashed #ddd; padding-bottom:20px;}
	.hire_con03 ul li:nth-of-type(2){border-bottom:1px dashed #ddd;padding-bottom:20px;}
	.hire_con03 ul li:nth-of-type(3){border-bottom:1px dashed #ddd;}

	.hire_con04{padding:50px 0;}
	.hire_con04 ul li h3{font-size:18px; }
	.hire_con04 ul{margin:40px 0 0}
	.hire_con04 ul li{width:calc(50% - 10px); margin:5px; padding:20px;height:170px;}
	.hire_con04 ul li i img{max-width:60px;}

	.hire_con05{padding:50px 0;}
	.hire_con05 ul li{width:calc(50% - 10px); margin:5px;}
	.hire_con05 ul li > p br{display:none}
	.hire_con05 ul li .tit{ font-size:15px; }

	.hire_con06{margin:0 0 80px;}
	.hire_con06 .left{float:none; width:100%;}
	.hire_con06 .left .w600{float:none;}
	.hire_con06 .right{float:none; width:100%; margin:0;}
	.hire_con06 .right .w600{float:none;}

}



.digital_con03{background:#f9f9f9; padding:60px 0;}
.digital_con03 .w1200> p{font-size:22px; color:#666666; letter-spacing:-0.045em; font-weight:500; text-align:center; margin:30px 0 0;}
.digital_con03 .box{margin-top:40px;}
.digital_con03 .box dl + dl{margin-top:20px;}
.digital_con03 .box dl{position:relative; border-radius:13px; transition:0.3s;}
.digital_con03 .box dl dt:after{content:""; width:50px; height:100%; background:#fff; position:absolute; left:8px; bottom:0; border-radius:4% 5% 0 74%; z-index:2;  transition:0.3s}
.digital_con03 .box dl dt:before{content:""; width:40px; height:100%; background:#6dd969; position:absolute; left:0; top:0; transition:0.3s; z-index:1; transition:0.3s}
.digital_con03 .box dl:nth-of-type(2) dt:before{background:#20c857;}
.digital_con03 .box dl:nth-of-type(3) dt:before{background:#22ac66;}
.digital_con03 .box dl dt{text-align:center; border:1px solid #6dd969; box-sizing:border-box; background-size:cover; background-repeat:no-repeat; border-radius:13px 13px 13px 13px; background:#fff; width:100%; display:table; position:relative; overflow:hidden; transition:0.3s;}
.digital_con03 .box dl:nth-of-type(2) dt{border-color:#20c857;}
.digital_con03 .box dl:nth-of-type(3) dt{border-color:#22ac66;}

.digital_con03 .box dl dt p{ box-sizing:border-box; font-size:25px; color:#444; letter-spacing:-0.045em; font-weight:500; padding-top:20px; word-break:keep-all;  position:relative; z-index:3; display:block;}
.digital_con03 .box dl dt span{font-size:17px; color:#333; letter-spacing:-1px; font-weight:400; transition:0.3s; position:relative; z-index:3; padding:20px 30px; display:block;}



.location_con02{padding:0 0 50px}
.location_con02 .main_tit{margin:0 0 40px;}
.location_con02 .box dl + dl{margin-top:0px}
.location_con02 .box dl:after{clear:both; content:""; display:block; height:0; visibility:hidden}
.location_con02 .box dl{padding:40px 0; background:#f9f9f9; border-top:3px solid #4ec71e}
.location_con02 .box dl dt{width:200px; float:left; text-align:center}
.location_con02 .box dl dt i {font-size:50px;}
.location_con02 .box dl dd{width:calc(100% - 230px); float:left;}
.location_con02 .box dl dd h4{font-size:22px; color:#333333; letter-spacing:-0.045em; font-weight:500; margin:0 0 15px;}
.location_con02 .box dl dd ul{font-size:0; letter-spacing:-4px; text-align:left;}
.location_con02 .box dl dd ul li .tit{max-width:200px; width:170px; text-align:center; display:inline-block; vertical-align:top; background:#34945d; font-size:18px; color:#fff; letter-spacing:-0.045em; font-weight:300; padding:2px 5px;}
.location_con02 .box dl dd ul li .desc{padding:0 15px; box-sizing:border-box; line-height:31px; max-width:calc(100% - 110px); display:inline-block; vertical-align:top; font-size:17px; color:#666666; letter-spacing:-0.045em; font-weight:300;}
.location_con02 .box dl dd ul li .desc p {margin-left:10px;}
.location_con02 .box dl dd ul li .desc p:before {content: ""; position:absolute; width:4px; height:4px; border-radius:4px; background:#34945d; text-align:left; margin-left:-10px; margin-top:13px;}
.location_con02 .box dl dd ul li .desc span{display:inline-block; vertical-align:top; padding:0 10px; position:relative;}
.location_con02 .box dl dd ul li .desc span:before{content:""; width:1px; height:10px; background:#bfbfbf; position:absolute; right:0; top:calc(50% - 5px)}
.location_con02 .box dl dd ul li .desc span:first-child{padding-left:0;}
.location_con02 .box dl dd ul li .desc span:last-child:before{display:none}
.location_con02 .box dl dd ul li .desc p b{font-weight:500;}
.location_con02 .box dl dd ul li + li{margin:20px 0 0;}

@media all and (max-width:1000px){
	.location_con01 .box{padding:0;}
	.location_con01 .text{position:static; right:0; top:0;}
	.location_con01 .text ul{box-shadow:45px 0 51px rgb(0 0 0 / 10%)}
	.location_con02 .box dl dt{width:100%; float:none; padding:0 0 20px;}
	.location_con02 .box dl dd{width:100%; float:none; text-align:center;}
	.location_con02 .box dl dd ul li{text-align:center;}
	.location_con02 .box dl dd ul li .desc{display:block; text-align:center; max-width:100%;}
}
@media all and (max-width:767px){
	.location_con01 .box .map{height:300px;}
	.location_con01 .text ul li{width:100%}
	.location_con02 .box dl dd ul li .desc{font-size:15px; text-align:left; padding-top:16px;}
	.location_con02 .box dl dd ul li .desc p {line-height:23px; padding-bottom:7px;}
}