@charset "utf-8";

/* 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: 'Pretendard';, dotum, sans-serif; color:#222; height:100%; font-weight:300; font-size:0.85em }


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: 'Pretendard'; }
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: 'Pretendard';, 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_top{text-align:center; width:100%; height:70px; background:#eb808e;transition:.4s;}
.header_top p{cursor:pointer; font-weight:800;color:#fff; line-height:70px; font-size:23px;}

@media screen and (max-width:1150px) {
     .header_top p{ font-size:18px;}
	 .header_top p img {width:45px;}
}


#header {margin-top:70px; position:fixed;height:100px; left:0;top:0;z-index:99999;width:100%;top:0; background:#ffffff;}
#header h1 {float:left; margin-top:20px;}
#header .gnb { float:right; margin:30px 40px 0 30px;  text-align:center;}
#header .gnb .depth1 { float:left; padding:0 0px; width:150px; position:relative }
#header .gnb .depth1 > a {color:#232323; display:inline-block; height:45px; line-height:45px; font-size:20px; font-weight:600; letter-spacing:-.5px;}
#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:15px; line-height:1.4; padding:7px 0;letter-spacing:0; }
#header .btn_user { float:right; margin:35px 0 0 0; display:block; font-size:19px }
#header .user { position:absolute; right:-75px; top:38px;}
#header .user ul li {display:Inline-block; padding:0 10px;}
#header .user ul li a { color:#fff; font-size:15px;}
#header .gnb .depth1 > a:before { background:#eb808e; margin:50px auto 0; content:""; height:3px; position:absolute; text-align:center; left:50%; transform:translateX(-50%); width:0%; transition:0.3s; }
#header .gnb .depth1:hover > a:before { width:50px; }

#header.down {background:rgba(255,255,255,0.95); height:400px }
#header.down a { color:#333 }
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a { margin-bottom:25px }
#header.down .gnb .depth1:hover > a { color:#333 }
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
#header.down .gnb .depth2 > a:hover { opacity:0.5;}

#header.on {margin-top:0px;  background:rgba(255,255,255,0.95);}
#header.on a { color:#333}
#header.on h1 a { background-position:0 -42px }

#footer { padding:50px 0; margin:0px 0 0 0; background:#484848; color:#fff }
#footer h1 {margin-bottom:20px;}
#footer nav { position:absolute; right:0; top:0 }
#footer nav li { float:left; margin:0 0 0 17px; }
#footer dt, #footer dd { display:inline-block; font-size:17px; line-height:1.5; }
#footer dd { margin:0 20px 0 5px }
#footer .copyright {text-transform: uppercase; margin:10px 0 0 0; color:#c3c3c3;}
#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 { height:calc(800px); 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/n_visual01.jpg) }
#main_visual .roll02 { background-image:url(../img/n_visual02.jpg) }

#main_visual h2 {font-family: 'Hurricane', cursive;  line-height:1.2; letter-spacing:3px; margin:36vh 0 0 0; font-size:50px; 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 { text-transform: uppercase; letter-spacing:-1px; font-size:45px; font-weight:700; line-height:1.2; margin:10px 0 0 0; animation:down .5s 1.4s forwards; opacity:0 }


#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 }

.skin-airjet-need .swiper-slide01 {
    background: center / cover no-repeat url(../img/need-slide01.jpg);
}
.skin-airjet-need .swiper-slide02 {
    background: center / cover no-repeat url(../img/need-slide02.jpg);
}
.skin-airjet-need .swiper-slide03 {
    background: center / cover no-repeat url(../img/need-slide03.jpg);
}
.skin-airjet-need .swiper-slide04 {
    background: center / cover no-repeat url(../img/need-slide04.jpg);
}



.box_layout01{position:relative; width:100%; min-height:527px; background:#f7f9f9; overflow:hidden; text-align:right;}
.box_layout01 .txt_box{position:relative; display:inline-block; width:550px; padding:100px 0 100px; z-index:10;}
.box_layout01 .txt_box .text{padding:0 10px; text-align:left;}
.box_layout01 .txt_box h4 {text-align:left; letter-spacing: -3px; font-weight: 300; font-size: 50px; margin-bottom: 30px;}
.box_layout01 .txt_box h4 b {font-weight:800;}
.box_layout01 .txt_box .text h3{ font-weight: 800;    font-size: 35px;}
.box_layout01 .txt_box .text h3 b{color:#44bcbc; font-weight:500;}
.box_layout01 .txt_box .text p {position: relative;    display: inline-block;    font-weight: 800;    font-size: 35px;    margin-bottom: 15px;    color: #333;}
.box_layout01 .txt_box .text p::before {    position: absolute;    bottom: 0;    content: "";    width: 100%;    height: 1px;    background: #333;}
.box_layout01 .txt_box .text p.before-none::before {    display: none;}
.box_layout01 .txt_box .text span {  line-height: 1.5;    display: block;    font-size: 20px;	padding-top:10px;	color:#595959;}
.box_layout01 .txt_box .text p.type02,
.box_layout01 .txt_box .text > span.type02  {font-size:22px; }
.box_layout01 .txt_box .text > span b {font-weight:300; color:#10a1a1; }
.box_layout01 .txt_box .text sub {display:inline-block; vertical-align:top; width:23px; height:16px; margin:-5px 0 -5px 5px; background:url('/img/eye_v_icon.png') no-repeat center center; }
.box_layout01 .txt_box .text .img_box{margin:20px 0 0;}
.box_layout01 .txt_box .text .img_box img{display:inline-block; vertical-align:bottom}
.box_layout01 .txt_box .text .img_box span{position:relative; display:inline-block; vertical-align:bottom; padding-left:10px; font-size:16px; color:#888888; letter-spacing:-0.045em; font-weight:300; line-height:1.5; }
.box_layout01 .txt_box .text .img_box span:before {content:''; position:absolute; left:0; top:4px; width:1px; height:16px; background-color:#a4a6a7; }
.box_layout01 .inner{position:relative; min-height:527px;}
.box_layout01 .inner > .img_box{position:absolute; left:36%; bottom:0; transform:translateX(-85%); -webkit-transform:translateX(-85%); -moz-transform:translateX(-85%); -ms-transform:translateX(-85%); -o-transform:translateX(-85%);}

.box_layout01.type02{text-align:left;}
.box_layout01.type02 .inner > .img_box{ left:48.5%;transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0);}

@media all and (max-width:1200px){
	.box_layout01 .txt_box{width:600px;}

}
@media all and (max-width:1000px){
	.box_layout01{position:relative; width:100%; min-height:auto;}
	.box_layout01 .inner{position:relative; min-height:auto;}
	.box_layout01 .txt_box{width:100%; padding:30px 20px 40px;}
	.box_layout01 .txt_box .text{padding:0;}
	.box_layout01 .inner > .img_box{position:relative; left:auto; bottom:auto; transform:none; text-align:center;}
	.box_layout01 .inner > .img_box img{max-width:100%;}
	.box_layout01.type02 .inner > .img_box{left:0%; transform:none;}
	.box_layout01 .txt_box h4 { font-size:30px; }
	.box_layout01 .txt_box .text h3{  font-size: 25px;}
	.box_layout01 .txt_box .text p {   font-size: 25px;  }
	.box_layout01 .txt_box .text span {  font-size: 16px;	}
}



.sub-title {margin-bottom: 60px;}
.sub-title h3 {letter-spacing: -3px; font-weight: 300; font-size: 50px; margin-bottom: 30px;}
.sub-title h3 b {font-weight: 800;}
.sub-title p {letter-spacing: -.5px; font-weight: 300; font-size: 20px; line-height:1.5; margin-bottom: 30px;}
.sub-title p b {font-weight: 800;}

@media screen and (max-width:1150px) {
     .sub-title {margin-bottom: 30px;}
	 .sub-title h3 {letter-spacing: -1px; font-size: 30px; margin-bottom: 10px; }
	 .sub-title p { font-size: 16px; }
}

.need-slide-area {    display: flex;}
.need-slide-area .sub-title h3 {    margin-bottom: 0;}
.need-slide-area .sub-title p {    margin-top: 30px; }
.need-slide-area .swiper-container {    width: 50%;}
.need-slide-area .swiper-slide {    height: 500px;}
.need-slide-area .slide-text-area {    width: 50%;    display: flex;    flex-direction: column;    justify-content: center;    height: 500px;    padding-left: 80px;    background: #f7f9f9;}
.need-slide-area .slide-text-area p {    text-align: left;    font-size: 35px;    color: #828282;}
.need-slide-area .slide-text-area .inner-text {    display: none;    text-align: left;}
.need-slide-area .slide-text-area .inner-text.active {    display: block;}
.need-slide-area .slide-text-area .inner-text h3 {  font-weight: 800;    font-size: 35px; }
.need-slide-area .slide-text-area .inner-text p {    position: relative;    display: inline-block;    font-weight: 800;    font-size: 35px;    margin-bottom: 15px;    color: #333;}
.need-slide-area .slide-text-area .inner-text p::before {    position: absolute;    bottom: 0;    content: "";    width: 100%;    height: 1px;    background: #333;}
.need-slide-area .slide-text-area .inner-text p.before-none::before {    display: none;}
.need-slide-area .slide-text-area .inner-text span {    line-height: 1.5;    display: block;    font-size: 20px;	padding-top:10px;	color:#595959;}

.need-slide-area .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {    display: flex;    flex-direction: column;    align-items: flex-end;    top: 37%;    left: inherit;    bottom: inherit;    transform: ranslateY(-50%);}
.need-slide-area .swiper-pagination-bullet {    opacity: 1;    width: 14px;    height: 14px;    background: #fff;    transition: all .3s;}
.need-slide-area .swiper-pagination-bullet-active {    height: 47px;    background: rgb(66, 192, 191);    border-radius: 50px;}
.need-slide-area .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {    margin-bottom: 20px;    margin-right: 50px;    margin-left: 0;}
.need-slide-area .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {    margin-bottom: 0;}

@media screen and (max-width:1150px) {
     .need-slide-area {    display: block;}
	 .need-slide-area .swiper-container {    width: 100%;}
	 .need-slide-area .swiper-slide {    height: 300px;}
	 .need-slide-area .slide-text-area {    width: 100%;    display: block;   height:300px; padding-left: 30px; padding-top:30px;  }
	 .need-slide-area .slide-text-area .inner-text h3 {   font-size: 25px; }
	 .need-slide-area .slide-text-area .inner-text p {     font-size: 25px;   }
	 .need-slide-area .slide-text-area .inner-text span {    font-size: 16px;	}
	 .need-slide-area .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {    top: 30%;  }
}




.main_con01 {margin-bottom:0px; }
.main_con01 .inner {position:static; }
.main_con01 .box {overflow:hidden; position:relative; width:100%; min-height:514px; }
.main_con01 .box.type01 {background-color:#666667; }
.main_con01 .box img {display:inline-block; vertical-align:top; position:absolute; left:20%; bottom:0;}
.main_con01 .box.type01 img {-webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); transform:translateX(0); }
.main_con01 .box .left_box {position:relative; z-index:40; display:inline-block; vertical-align:top; width:800px; max-width:100%; padding:100px 0 50px; font-size:0; letter-spacing:-4px; }
.main_con01 .box .left_box .txt_box {display:inline-block; vertical-align:top; width:calc(100% - 30px); padding-left:80px; padding-right:80px; font-size:16px; box-sizing:border-box; text-align:left; }
.main_con01 .box .left_box .txt_box h4 {font-size:50px; font-weight:400; color:#fff; letter-spacing:0; line-height:1.5; }
.main_con01 .box .left_box .txt_box h4 span {font-weight:800;}
.main_con01 .box .left_box .txt_box p.desc {padding-top:40px; font-size:25px; font-weight:400; color:#fff; line-height:1; letter-spacing:-.5px; word-break:keep-all; }
.main_con01 .box .left_box .txt_box p.txt {padding-top:0px; font-size:33px; font-weight:400; color:#fff; line-height:1.5; letter-spacing:-0.025em; word-break:keep-all; }
.main_con01 .box .left_box .txt_box p.txt span {font-weight:800;}

@media all and (max-width:1200px){
	.main_con01 .box .left_box .txt_box {padding-left:100px; padding-right:180px; }
	.main_con01 .box.right .left_box .txt_box {padding-left:220px; padding-right:80px; }
}

@media all and (max-width:1000px){
	.main_con01 .box {text-align:center; min-height:auto;}
	.main_con01 .box.type01 img {position:static; width:100%; height:auto; transform:translateX(0); -webkit-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); -moz-transform:translateX(0); }
	.main_con01 .box .left_box {padding:50px 0 50px;}
	.main_con01 .box .left_box .txt_box {padding-left:30px; padding-right:20px; }
	.main_con01 .box.right .left_box .txt_box {padding-left:20px; padding-right:20px; }
	.main_con01 .box .left_box .txt_box h4 {font-size:30px; }
	.main_con01 .box .left_box .txt_box p.desc {padding-top:20px; font-size:17px;}
	.main_con01 .box .left_box .txt_box p.txt {padding-top:5px; font-size:17px;}
}

.main_con02 {margin-bottom:0px; }
.main_con02 .inner {position:static; }
.main_con02 .box {overflow:hidden; position:relative; width:100%; min-height:458px; }
.main_con02 .box.type01 {background:url(../img/brown_bg.png) center top no-repeat; }
.main_con02 .box img {display:inline-block; vertical-align:top; position:absolute; left:15%; bottom:0;}
.main_con02 .box.type01 img {-webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); transform:translateX(0); }
.main_con02 .box .left_box {position:relative; z-index:40; float:right; vertical-align:top; width:600px; max-width:100%; padding:100px 0 50px; font-size:0; letter-spacing:-4px; }
.main_con02 .box .left_box .txt_box {display:inline-block; vertical-align:top; width:calc(100% - 30px); padding-left:80px; padding-right:80px; font-size:16px; box-sizing:border-box; text-align:left; }
.main_con02 .box .left_box .txt_box h4 {font-size:45px; font-weight:400; color:#fff; letter-spacing:0; line-height:1.5; }
.main_con02 .box .left_box .txt_box h4 span {font-weight:800;}
.main_con02 .box .left_box .txt_box p.desc {padding-top:40px; font-size:20px; font-weight:400; color:#fff; line-height:1; letter-spacing:-.5px; word-break:keep-all; }
.main_con02 .box .left_box .txt_box p.txt {padding-top:20px; font-size:20px; font-weight:300; color:#fff; line-height:1.5; letter-spacing:-0.025em; word-break:keep-all; }
.main_con02 .box .left_box .txt_box p.txt span {font-weight:800;}

@media all and (max-width:1200px){
	.main_con02 .box .left_box .txt_box {padding-left:100px; padding-right:180px; }
	.main_con02 .box.right .left_box .txt_box {padding-left:220px; padding-right:80px; }
}

@media all and (max-width:1000px){
	.main_con02 .box {text-align:center; }
	.main_con02 .box.type01 img {position:static; width:100%; height:auto; transform:translateX(0); -webkit-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); -moz-transform:translateX(0); }
	.main_con02 .box .left_box {padding:50px 0 50px;}
	.main_con02 .box .left_box .txt_box {padding-left:30px; padding-right:20px; }
	.main_con02 .box .left_box .txt_box h4 {font-size:30px; }
	.main_con02 .box .left_box .txt_box p.txt {padding-top:10px; font-size:17px;}
}

.main_con03 {margin-bottom:0px; }
.main_con03 .inner {position:static; }
.main_con03 .box {overflow:hidden; position:relative; width:100%; min-height:486px; }
.main_con03 .box.type01 {background:url(../img/night_bg.png) center top no-repeat;}
.main_con03 .box img {display:inline-block; vertical-align:top; position:absolute; right:15%; bottom:0;}
.main_con03 .box.type01 img {-webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); transform:translateX(0); }
.main_con03 .box .left_box {position:relative; z-index:40; display:inline-block; vertical-align:top; width:1000px; max-width:100%; padding:100px 0 50px; font-size:0; letter-spacing:-4px; }
.main_con03 .box .left_box .txt_box {display:inline-block; vertical-align:top; width:calc(100% - 30px); padding-left:80px; padding-right:80px; font-size:16px; box-sizing:border-box; text-align:left; }
.main_con03 .box .left_box .txt_box h4 {font-size:50px; font-weight:400; color:#fff; letter-spacing:-.5px; line-height:1.5; }
.main_con03 .box .left_box .txt_box h4 span {font-weight:800;}
.main_con03 .box .left_box .txt_box p.desc {padding-top:10px; font-size:25px; font-weight:300; color:#fff; line-height:1; letter-spacing:-.5px; word-break:keep-all; }

.main_con03 dl {display:inline-block; margin-top:50px; margin-right:30px;}
.main_con03 dl dt {float:left; background:#eb808e; width:74px; height:74px; border-radius:74px; font-size:20px; text-align:center; color:#fff; font-weight:200; letter-spacing:-.5px;}
.main_con03 dl.time01 dt {line-height:74px;}
.main_con03 dl.time02 dt {padding-top:10px;}
.main_con03 dl dd {display:inline-block; font-size:22px; font-weight:600; color:#fff; letter-spacing:-.5px; line-height:74px; padding-left:20px;}

@media all and (max-width:1200px){
	.main_con03 .box .left_box .txt_box {padding-left:100px; padding-right:180px; }
	.main_con03 .box.right .left_box .txt_box {padding-left:220px; padding-right:80px; }
}

@media all and (max-width:1000px){
	.main_con03 .box {text-align:center; }
	.main_con03 .box.type01 img {position:static; width:100%; height:auto; transform:translateX(0); -webkit-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); -moz-transform:translateX(0); }
	.main_con03 .box .left_box {padding:50px 0 50px;}
	.main_con03 .box .left_box .txt_box {padding-left:30px; padding-right:20px; }
	.main_con03 .box.right .left_box .txt_box {padding-left:20px; padding-right:20px; }
	.main_con03 .box .left_box .txt_box h4 {font-size:30px; line-height:1.2;}
	.main_con03 .box .left_box .txt_box p.desc {padding-top:20px; font-size:17px; line-height:1.4;}
	.main_con03 .box .left_box .txt_box p.txt {padding-top:5px; font-size:17px;}
	.main_con03 dl {margin-top:20px; margin-right:0px;}
	.main_con03 dl.time01 dt {line-height:60px;}
	.main_con03 dl dt {width:60px; height:60px; font-size:17px;}
	.main_con03 dl dd {line-height:60px; padding-left:10px; font-size:17px;}
}

.custom-btn {width: 235px;  height: 55px;  color: #fff;  margin-top:40px; font-size:20px; letter-spacing:0px;  border-radius:0; font-weight: 800;  background: transparent;  cursor: pointer;  transition: all 0.3s ease;  position: relative; }

.btn-2 {  background: #eb808e;  width: 235px;  height: 55px;  line-height: 55px;  padding: 0;  border: none;  }
.btn-2 span {  position: relative;  display: block;  width: 100%;  height: 100%; padding-left:30px;}
.btn-2:before,
.btn-2:after {  position: absolute;  content: "";  right: 0;  top: 0;   background:#fff;  transition: all 0.3s ease;}
.btn-2:before {  height: 0%;  width: 2px;}
.btn-2:after {  width: 0%;  height: 2px;}
.btn-2:hover{   background: transparent;  box-shadow: none;}
.btn-2:hover:before {  height: 100%;}
.btn-2:hover:after {  width: 100%;}
.btn-2 span:hover{   color:#fff;}
.btn-2 span:before,
.btn-2 span:after {  position: absolute;  content: "";  left: 0;  bottom: 0;   background:#fff;  transition: all 0.3s ease;}
.btn-2 span:before {  width: 2px;  height: 0%;}
.btn-2 span:after {  width: 0%;  height: 2px;}
.btn-2 span:hover:before {  height: 100%;}
.btn-2 span:hover:after {  width: 100%;}
.btn-2 span i {float:right; padding-right:20px; font-size:40px; font-weight:100; line-height:47px; font-style:normal;}

.btn-3 {  background: #eb808e;  width: 235px;  height: 55px;  line-height: 55px;  padding: 0;  border: none;  }
.btn-3 span {  position: relative;  display: block;  width: 100%;  height: 100%; padding-left:30px;}
.btn-3:before,
.btn-3:after {  position: absolute;  content: "";  right: 0;  top: 0;   background:#eb808e;  transition: all 0.3s ease;}
.btn-3:before {  height: 0%;  width: 2px;}
.btn-3:after {  width: 0%;  height: 2px;}
.btn-3:hover{   background: transparent;  box-shadow: none;}
.btn-3:hover:before {  height: 100%;}
.btn-3:hover:after {  width: 100%;}
.btn-3 span:hover{   color:#eb808e;}
.btn-3 span:before,
.btn-3 span:after {  position: absolute;  content: "";  left: 0;  bottom: 0;   background:#eb808e;  transition: all 0.3s ease;}
.btn-3 span:before {  width: 2px;  height: 0%;}
.btn-3 span:after {  width: 0%;  height: 2px;}
.btn-3 span:hover:before {  height: 100%;}
.btn-3 span:hover:after {  width: 100%;}
.btn-3 span i {float:right; padding-right:20px; font-size:40px; font-weight:100; line-height:47px; font-style:normal;}

@media all and (max-width:1000px){
	.custom-btn {margin-top:20px; font-size:15px;}
	.btn-2 {width: 150px; height: 45px;  line-height: 45px; }
	.btn-2 span i {font-size:30px; line-height:40px; font-style:normal;}
}

.pc_ver { display:block !important }
.m_ver { display:none !important }

@media all and (max-width:800px){
	.pc_ver { display:none !important }
	.m_ver { display:block !important }
}



.main_map{padding-bottom:0px; }
.main_map .map{width:100%; height:500px; position:relative;}
.main_map .map .os_mac.root_daum_roughmap{width:100%; height:500px;}
.main_map .map .os_mac.root_daum_roughmap .wrap_map{width:100%; height:100%;}
.main_map .txt_box{position:absolute; right:300px; top:100px;  background:rgba(235,128,142,0.87); display:table; z-index:2; width:410px; box-sizing:border-box; text-align:left;}
.main_map .txt_box div{padding:50px 30px;}
.main_map .txt_box p{font-size:25px; font-weight:700; letter-spacing:-1px; color:#fff; position:relative; line-height:1.3; padding-top:10px;}
.main_map .txt_box span{display:block; font-size:20px; font-weight:700; letter-spacing:-1px; color:#fff; line-height:33px; padding:10px 0 30px;}
.main_map .txt_box ul{padding:30px 0 0;}
.main_map .txt_box i {display:block; font-style:normal; font-size:20px; font-weight:800; color:#fff; opacity:0.5;}
.main_map .txt_box ul h3 {font-size:35px; color:#fff; font-weight:700; padding-bottom:20px;}
.main_map .txt_box ul li{padding:5px 0;  font-size:20px; font-weight:600; letter-spacing:-.2px; color:#fff;  position:relative;}
.main_map .txt_box ul p {font-size:17px; font-weight:400; color:#fff; opacity:0.6;}

.root_daum_roughmap { width:100% !important; border:0 !important; padding:0 !important }
.root_daum_roughmap .wrap_map { width:100%; height:480px !important }

@media all and (max-width:1600px){	
	.main_map .txt_box{right:0px; }
}

@media all and (max-width:1000px){	
	.main_map .map{height:auto;}
	.main_map .txt_box{position:relative; right:auto; top:auto; height:auto; padding:40px 20px; width:100%; display:block; }
	.main_map .txt_box div{display:block; padding:20px;}

}
@media all and (max-width:640px){	
	.main_map .map .os_mac.root_daum_roughmap{height:280px;}
	.main_map .txt_box{padding:0px 20px;}
	.main_map .txt_box p{font-size:20px; line-height:1.5;}
	.main_map .txt_box span{font-size:16px;}
	.main_map .txt_box ul h3 {font-size:20px; }
	.main_map .txt_box ul li{ font-size:15px;}
	.main_map .txt_box ul li b{width:100px; }
	.main_map .txt_box ul p {font-size:15px;}
	.main_map .txt_box ul p.tt {font-size:15px; letter-spacing:1.7px; }
	.main_map .txt_box dl {padding:10px 20px 30px; }
	.main_map .txt_box dl dt{font-size:18px;}
	.main_map .txt_box dl dd{font-size:30px;}
}



#main_contents { position:relative; margin-top:50px; margin-bottom:50px; z-index:1 }
.main_gallery { background:#fff; margin-top:0px; margin-bottom:10px }
.main_gallery h2 { text-align:center; line-height:1; font-size:2em; font-weight:700; text-transform:uppercase; letter-spacing:-1px; padding:45px 0 30px 0 }
.main_gallery .tab_menu { text-align:center }
.main_gallery .tab_con { margin-top:40px }
.main_gallery .lt_more { display:none }
.main_gallery .prd_slider > div { width:calc(100%/5) !important }
.main_gallery .tab_menu p { padding: 12px 25px; font-size: .9rem; border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0; display: inline-block}

.pic_lt { position:relative; margin:0; padding:0 10px }
.pic_lt #touchSlider { position:relative; overflow:hidden; min-height:302px !important }
.pic_lt li { padding:0; border:0px solid #e0e0e0; }
.pic_lt li:before { content:""; box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0); position:absolute; width:100%; height:100%; z-index:-1; transition:all .3s }
.pic_lt li:hover:before { box-shadow:0 5px 16px 0 rgba(0, 0, 0, 0.2) }
.pic_lt li .lt_img { position:relative; background:#ddd }
.pic_lt li .lt_img span { position:absolute; left:50%; top:50%; line-height:1; font-weight:500; color:#fff; background:none; transform:translate(-50%); text-transform:uppercase; font-size:1.2em }
.pic_lt .lat_title { display:none }
.pic_lt .ts-controls button { position:absolute; top:50%; margin-top:-29.5px; left:-80px; background:url(../img/slide_left_b.png); width:30px; height:59px; border:0; text-indent:-9000px; font-size:0 }
.pic_lt .ts-controls button.ts-next { left:auto; right:-80px; background:url(../img/slide_right_b.png) }
.pic_lt li .lt_name { font-size:1.43em; font-weight:700 ; border-top:1px solid #e0e0e0; padding:15px 18px; letter-spacing:-1px }
.pic_lt li .lt_name a { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block; width:100% }
.pic_lt li .lt_img { margin:0; }
.pic_lt .lt_info { display:none }

.main_bbs { width:40%; float:left }
.main_bbs > section { position:relative; margin:40px 0 0 0 }
.main_bbs > section:first-child { margin:0 }
.main_bbs h2 { font-size:2em; font-weight:700; letter-spacing:-1px; line-height:1; border-bottom:1px solid #898989; padding:0 0 15px }

.pic_li_lt { float:none; padding:0; width:100%; position:static }
.pic_li_lt .lat_title { display:none }
.pic_li_lt li { position:relative; border-bottom:1px solid #e0e0e0; padding:0 3px; margin:0 }
.pic_li_lt li:first-child .lt_img { display:none }
.pic_li_lt li .pic_li_tit { font-weight:400; font-size:1.3em; vertical-align:top; width:calc(100% - 60px); padding:30px 15px; }
.pic_li_lt li .pic_li_tit:before {content: ""; position:absolute; width:6px; height:6px; background:#c1c1c1; border-radius:10px; text-align:left; margin-left:-15px; margin-top:7px;}
.pic_li_lt li .pic_li_tit:hover { padding-left:15px; color:#166eb2 }
.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 }

.w1500 {width:1500px; margin:0 auto;}
.mo_only { display:none; }

@media screen and (max-width:1500px) {
     .w1500 {width:100%;}
	 .mo_only { display:block !important }

#header { height:90px !important }
#header h1 {}
#header .btn_user { position:absolute; right:70px; top:25px; font-size:22px; z-index:8; float:none; margin:0 }
#header .btn_gnb { position:absolute; right:30px; top:30px; font-size:22px; z-index:10; }
#header .btn_gnb.on { color:#fff; transform:rotate(-90deg) }
#header .gnb {text-align:left; position:fixed; width:250px; background:#eb808e; height:100%; top:0; right:-250px; margin:0; float:none; z-index:9; padding-top:60px; transition:all .3s }
#header .gnb.on { right:0; }
#header.down .gnb a { color: #fff }
#header.down .gnb .depth1 > a { margin-bottom:0 }
#header.down .gnb .depth1:hover > a { color:#fff }
#header .gnb .depth1 ul { display:none; height:0 }
#header .gnb .depth1 > a:before { display:none }
#header .gnb .depth1 { padding-left:25px; float:none }
#header .gnb .depth1 > a {font-size:17px; text-align:left; height:50px; line-height:50px }

#header .user { right:38px; top:70px }
#header .user.on a { color:rgba(0,0,0,0.7) }

#header.on { background:#fff }
#header.on .gnb a { color:#fff }
}


.w1200 {width:1200px; margin:0 auto;}
.inner {width:1200px; margin:0 auto;}

@media screen and (max-width:1200px) {
     .w1200 {width:100%;}
	 .inner {width:100%;}
}


.pc_only { display:block !important }

/* 그누보드 수정 */
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:1% }
#bo_list {max-width:1200px; margin:0 auto 50px;}
#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/n_sub01_top.jpg) }
#sub_visual.sub20 { background-image:url(../img/n_sub02_top.jpg) }
#sub_visual.sub30 { background-image:url(../img/n_sub03_top.jpg) }
#sub_visual.sub40 { background-image:url(../img/n_sub04_top.jpg) }
#sub_visual.sub50 { background-image:url(../img/n_sub05_top.jpg) }

#sub_visual {height:350px; background-position:center; background-size:cover; background-color:#000; }
#sub_visual h2 {font-family: 'Hurricane', cursive;  text-align:center; font-size:20px;letter-spacing:2px; color:#fff; padding:170px 0 0 0; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }
#sub_visual p { text-align:center; font-weight:800; font-size:55px; 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 }

@media screen and (max-width:600px) {
	#sub_visual { height:300px }
	#sub_visual h2 { padding-top:150px;}
	#sub_visual p { font-size:30px; }
}

.sub_visual.sub40 { background-image:url(../img/n_sub04_top.jpg) }
.sub_visual.sub50 { background-image:url(../img/n_sub05_top.jpg) }

.sub_visual {height:350px; background-position:center; background-size:cover; background-color:#000; }
.sub_visual h2 {font-family: 'Hurricane', cursive;  text-align:center; font-size:20px;letter-spacing:2px; color:#fff; padding:170px 0 0 0; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }
.sub_visual p { text-align:center; font-weight:800; font-size:55px; 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 }

@media screen and (max-width:600px) {
	.sub_visual { height:300px }
	.sub_visual h2 { padding-top:150px;}
	.sub_visual p { font-size:30px; }
}

#contents { margin:0px 0 0 0 }
#contents p { word-break:keep-all }

.contents { margin:0px 0 0 0 }
.contents p { word-break:keep-all }

#left_area { float:none; width:100%; margin-top:-25px;}
.left_area { float:none; width:100%; margin-top:-25px;}
.left_snb {text-align:center; font-size:0;}
.left_snb li {background:#f1f1f1; display:inline-block; text-align:center; width:170px;}
.left_snb li a {color:#535353; display:block; padding:18px 10px; font-size:17px; font-weight:700; position:relative; letter-spacing:-.5px}
.left_snb li:hover a:after { width:10px; }
.left_snb li:hover a { background:#eb808e; color:#fff;}
.left_snb li.on a { background:#eb808e; color:#fff; font-weight:500; }



@media screen and (max-width:600px) {
	.left_snb li { margin:0 0px; width: calc(100% /2 - 10px); }
	.left_snb li a { border:0; padding:12px 5px; font-size:14px;}
}

.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:70px; }
.right_area { float:none; width:100%; margin-top:70px; }
.container_title {text-align:center;  font-size:45px; color:#292929; line-height:1; letter-spacing:-1.5px; font-weight:800; margin:5px 0 70px 0 }

@media screen and (max-width:600px) {
	#right_area { float:none; width:100%; margin-top:40px; }
	.right_area { float:none; width:100%; margin-top:40px; }
	.container_title { font-size:25px; margin:5px 0 40px 0 }
}


.sub-title-s {    text-align: center; margin-bottom:30px;}
.sub-title-s h3 {  word-break: keep-all;  letter-spacing: -2px;    font-weight: 300;    font-size: 30px;  }
.sub-title-s h3 b {    font-weight: 800;}
.sub-title-s h3:before {content: ""; display:block; margin:10px auto; width:37px; height:60px; background:url("../img/n_logo.png") center top no-repeat; }
.sub-title-s p {  margin-top:20px;  line-height: 1.5;    font-weight: 300; letter-spacing:-.5px;   font-size: 18px;    color: #828282;}
.sub-title-s p.txt {    line-height: 1.5;    font-weight: 600; letter-spacing:-.5px;   font-size: 20px;    color: #000;}

@media all and (max-width:1000px){	
    .sub-title-s h3 {  font-size: 23px;  letter-spacing: -1px;   }
	.sub-title-s p {   font-size: 15px;  }
	.sub-title-s p.txt {   font-size: 15px;  }
}

.sub-title-ss {    text-align: center; margin-bottom:20px;}
.sub-title-ss h3 {    letter-spacing: -2px;    font-weight: 300;    font-size: 30px;  }
.sub-title-ss h3 b {    font-weight: 800;}
.sub-title-ss h3:before {content: ""; display:block; margin:10px auto; width:37px; height:60px; background:url("../img/n_logo.png") center top no-repeat; }
.sub-title-ss h4 {    letter-spacing: -2px;    font-weight: 300;    font-size: 30px;  }
.sub-title-ss h4 b {    font-weight: 800;}
.sub-title-ss h4:before {content: ""; display:block; margin:10px auto; width:37px; height:60px; background:url("../img/n_logo.png") center top no-repeat; }
.sub-title-ss p {  padding-top:10px;   font-weight: 400;  color:#666; letter-spacing:-.5px; padding-bottom:20px;  font-size: 18px; line-height:1.5; }

@media all and (max-width:1000px){	
    .sub-title-ss h3 {  font-size: 23px;  letter-spacing: -1px;   }
	.sub-title-ss h4 {  font-size: 23px;  letter-spacing: -1px;   }
}

.subimg {margin:0 auto; text-align:center;}

@media all and (max-width:1000px){	
    .subimg img {width:100%; }
}

.body_con01 {padding:0px 0 80px;}
.body_con01 h3 {margin-bottom:30px;}
.body_con01 ul {margin-top:0px; font-size:0; letter-spacing:-4px; text-align:center; }
.body_con01 ul li {border:1px solid #e9e9e9; background:#fff; display:inline-block; vertical-align:top; width: calc(100% /2 - 17px); min-height:240px; margin:5px; padding-top:30px; box-sizing:border-box; letter-spacing:-0.025em; border-radius:30px;}
.body_con01 ul li i {display:block; font-style:normal;  font-size:18px; font-weight:700; transform: rotate(-0.03deg); color:#fff; background:#eb808e; border-radius:50px; width:160px; padding:5px 0; margin:0 auto;}
.body_con01 ul li h4 {font-size:18px; font-weight:800; padding-top:20px; color:#eb808e;}
.body_con01 ul li h5 {transform: rotate(-0.03deg); font-size:16px; font-weight:800; color:#444444; padding:20px 0;}
.body_con01 ul li p {font-family: 'Pretendard'; padding:0 20px; font-size:16px; font-weight:400; color:#666666; line-height:1.5; letter-spacing:-1px; word-break:keep-all; box-sizing:border-box; }
.body_con01 ul li img {width:100%;}

@media all and (max-width:1000px){
	.body_con01 {padding:30px 0;}
	.body_con01 ul li {margin:5px 0px; min-height:300px; padding-bottom:30px;}
	.body_con01 ul li h5 {font-size:18px; letter-spacing:-.5px;}
	.body_con01 ul li p {padding:0 20px; font-size:15px;}
}

@media all and (max-width:700px){
	.body_con01 {padding:0px 0;}
	.body_con01 ul li { width: 100%;  margin:5px 0px; min-height:auto; padding-bottom:30px;}
	.body_con01 ul li h5 {font-size:20px; }
	.body_con01 ul li p {padding:0 20px; font-size:15px;}
}

.body_con02 {padding:0px 0 80px;}
.body_con02 h3 {margin-bottom:30px;}
.body_con02 ul {margin-top:0px; font-size:0; letter-spacing:-4px; text-align:center; }
.body_con02 ul li {border:1px solid #e9e9e9; background:#fff; display:inline-block; vertical-align:top; width: calc(100% /5 - 17px); margin:5px; padding-top:30px; box-sizing:border-box; letter-spacing:-0.025em; border-radius:30px;}
.body_con02 ul li i {display:block; font-style:normal;  font-size:15px; font-weight:700; transform: rotate(-0.03deg); color:#fff; background:#eb808e; border-radius:50px; width:160px; padding:5px 0; margin:0 auto;}
.body_con02 ul li h5 {transform: rotate(-0.03deg); font-size:18px; font-weight:800; color:#444444; padding:20px 0;}
.body_con02 ul li p {font-family: 'Pretendard'; padding:0 20px; font-size:16px; font-weight:400; color:#666666; line-height:1.5; letter-spacing:-1px; word-break:keep-all; box-sizing:border-box; }
.body_con02 ul li img {width:100%;}

@media all and (max-width:1000px){
	.body_con02 {padding:30px 0;}
	.body_con02 ul li {margin:5px;  padding-bottom:30px;}
	.body_con02 ul li i { font-size:15px; width:130px; }
	.body_con02 ul li h5 {font-size:16px; letter-spacing:-.5px;}
	.body_con02 ul li p {padding:0 20px; font-size:15px;}
}

@media all and (max-width:800px){
	.body_con02 {padding:0px 0;}
	.body_con02 ul li { width: calc(100% /2 - 17px); margin:5px; min-height:auto; padding-bottom:10px;}
	.body_con02 ul li h5 {font-size:15px; }
	.body_con02 ul li p {padding:0 20px; font-size:15px;}
}


.process_con {width:1200px; margin:0 auto;}
.process-detail {    padding-bottom: 70px;}
.process-detail li {    display: flex;    align-items: flex-start;    margin-bottom: 100px;}
.process-detail li>p {    font-size: 50px;    font-weight: 400;    color: #d1d1d1;    margin-right: 50px;    line-height: 1;    width: 80px;}
.process-detail li div {    width: calc(100% - 100px);}
.process-detail li div p {    font-size: 24px;    font-weight: 700;    margin-bottom: 25px;    padding-bottom: 25px;    border-bottom: 1px solid #eee;    width: 100%;}
.process-detail li div span { font-weight: 400;    font-size: 18px; line-height:1.5;}
.process-detail li div dl dd {display:inline-block; text-align:center; font-size:18px; font-weight:400; width: calc(100% /4 - 10px); margin-right:5px; margin-bottom:10px;}
.process-detail li div dl dd img {width:100%; display:block; border-radius:10px;}
.process-detail li div dl dd p {margin-top:20px; font-size:17px; border-bottom:0; margin-bottom: 0px;  padding-bottom: 0px;  }

@media all and (max-width:1200px){
    .process_con {width:100%;}
	.process-detail li {        margin-bottom: 80px;    }
    .process-detail li>p {        font-size: 40px;        margin-right: 30px;    }
    .process-detail li div {        width: calc(100% - 80px);    }
    .process-detail li div p {        font-size: 22px;        margin-bottom: 20px;        padding-bottom: 20px;    }
    .process-detail li div span {        font-size: 16px;        word-break: keep-all;    }
	.process-detail li div dl dd {font-size:15px; width: calc(100% /3 - 20px); vertical-align:top; margin-bottom:10px;}
	.process-detail li div dl dd img {width:100%;}
}



@media all and (max-width:600px){
    .process-detail {    padding-top: 70px;}
	.process-detail li>p {        font-size: 30px;        margin-right: 10px;    }
    .process-detail li div {        width: calc(100% - 0px);    }
    .process-detail li div p {        font-size: 22px;        margin-bottom: 20px;        padding-bottom: 20px;    }
    .process-detail li div span {        font-size: 15px;    line-height:1.5;}
	.process-detail li div dl dd {width: 100%;  }
}

.case_con01{width:100%;padding:50px 0 80px; text-align:center; }
.case_con01 h3 { margin-bottom:50px;}
.case_con01 ul{font-size:0; display:inline-block; }
.case_con01 ul li{display:table; float:left; vertical-align:top; width:90px;height:90px;box-sizing:border-box; background:rgba(235,128,142,0.7); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);border-radius:30px;position:relative;text-align:center;}
.case_con01 ul li + li{margin-left:60px;}
.case_con01 ul li + li:before{width:8px;height:8px;content:"";background:#eb808e;box-sizing:border-box;border-radius:100%;position:absolute;left:-38%;top:50%;transform:translateY(-50%);}
.case_con01 ul li p i{font-family: 'Hurricane', cursive;  font-size:30px;color:#eb808e;font-weight:800;display:block; padding-top:40px; font-style:normal; }
.case_con01 ul li p {display:table-cell; vertical-align:middle;}
.case_con01 ul li p span{display:table-cell; vertical-align:middle; font-size:17px;color:#fff;font-weight:600; display:block; line-height:1.5; }	

@media all and (max-width:1000px){
	.case_con01{width:100%;padding:50px 0 50px;}
	.case_con01 h3 {font-size:20px;}
	.case_con01 ul li{width:150px;height:150px; margin-right:10px; margin-bottom:10px;}
	.case_con01 ul li + li{margin-left:0px;}
	.case_con01 ul li + li:before {display:none;}
	.case_con01 ul li p span{font-size:16px;}
}


@media all and (max-width:800px){
	.case_con01{width:100%; margin-top:20px; padding:50px 20px 50px;}
	.case_con01 h3 {font-size:20px; font-weight:800; margin-bottom:20px;}
	.case_con01 ul li{width:100%;height:auto; padding:10px; margin-bottom:10px;}
	.case_con01 ul li + li{margin-left:0px;}
	.case_con01 ul li + li:before {display:none;}
	.case_con01 ul li p span{font-size:15px; }
}


.case_con02{width:100%;padding:50px 0 80px; text-align:center; background:url(../img/disk_bg.jpg) center top no-repeat; }
.case_con02 h3 { margin-bottom:50px;}
.case_con02 ul{font-size:0; display:inline-block; }
.case_con02 ul li{display:table; float:left; vertical-align:top; width:150px;height:150px;box-sizing:border-box; background:rgba(235,128,142,0.7); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);border-radius:30px;position:relative;text-align:center;}
.case_con02 ul li + li{margin-left:60px;}
.case_con02 ul li + li:before{width:8px;height:8px;content:"";background:#eb808e;box-sizing:border-box;border-radius:100%;position:absolute;left:-23%;top:50%;transform:translateY(-50%);}
.case_con02 ul li p i{font-family: 'Hurricane', cursive;  font-size:30px;color:#eb808e;font-weight:800;display:block; padding-top:40px; font-style:normal; }
.case_con02 ul li p {display:table-cell; vertical-align:middle;}
.case_con02 ul li p span{word-break: keep-all; display:table-cell; vertical-align:middle; font-size:17px;color:#fff;font-weight:600; display:block; line-height:1.5; }	

@media all and (max-width:1000px){
	.case_con02{width:100%;padding:50px 0 50px;}
	.case_con02 h3 {font-size:20px;}
	.case_con02 ul li{width:150px;height:150px; margin-right:10px; margin-bottom:10px;}
	.case_con02 ul li + li{margin-left:0px;}
	.case_con02 ul li + li:before {display:none;}
	.case_con02 ul li p span{font-size:16px;}
}


@media all and (max-width:800px){
	.case_con02{width:100%; margin-top:20px; padding:50px 20px 50px;}
	.case_con02 h3 {font-size:20px; font-weight:800; margin-bottom:20px;}
	.case_con02 ul li{width:100%;height:auto; padding:10px; margin-bottom:10px;}
	.case_con02 ul li + li{margin-left:0px;}
	.case_con02 ul li + li:before {display:none;}
	.case_con02 ul li p span{font-size:15px; }
}


.case_con03{width:100%;padding:50px 0 80px; text-align:center; }
.case_con03 h3 { margin-bottom:50px;}
.case_con03 ul{font-size:0; display:inline-block; }
.case_con03 ul li{display:table; float:left; vertical-align:top; width:360px;height:150px;box-sizing:border-box; background:rgba(235,128,142,0.7); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);border-radius:30px;position:relative;text-align:center;}
.case_con03 ul li + li{margin-left:60px; margin-bottom:50px;}
.case_con03 ul li:nth-child(4) {margin-left:0;}
.case_con03 ul li:nth-child(7) {margin-left:0;}
.case_con03 ul li + li:before{width:8px;height:8px;content:"";background:#eb808e;box-sizing:border-box;border-radius:100%;position:absolute;left:-10%;top:50%;transform:translateY(-50%);}
.case_con03 ul li:nth-child(3) + li:before {display:none;}
.case_con03 ul li:nth-child(6) + li:before {display:none;}
.case_con03 ul li p i{font-family: 'Hurricane', cursive;  font-size:30px;color:#eb808e;font-weight:800;display:block; padding-top:40px; font-style:normal; }
.case_con03 ul li p {display:table-cell; vertical-align:middle;}
.case_con03 ul li p span{display:table-cell; vertical-align:middle; font-size:17px;color:#fff;font-weight:600; display:block; line-height:1.5; }	

@media all and (max-width:1000px){
	.case_con03{width:100%;padding:50px 0 50px;}
	.case_con03 h3 {font-size:20px;}
	.case_con03 ul li{width:150px;height:150px; margin-right:10px; margin-bottom:10px;}
	.case_con03 ul li + li{margin-left:0px;}
	.case_con03 ul li + li:before {display:none;}
	.case_con03 ul li p span{font-size:16px;}
}


@media all and (max-width:800px){
	.case_con03{width:100%; margin-top:20px; padding:50px 20px 50px;}
	.case_con03 h3 {font-size:20px; font-weight:800; margin-bottom:20px;}
	.case_con03 ul li{width:100%;height:auto; padding:10px; margin-bottom:10px;}
	.case_con03 ul li + li{margin-left:0px; margin-bottom:10px;}
	.case_con03 ul li + li:before {display:none;}
	.case_con03 ul li p span{font-size:15px; }
}


.case_con04{width:100%;padding:50px 0 80px; text-align:center; }
.case_con04 h3 { margin-bottom:50px;}
.case_con04 ul{font-size:0; display:inline-block; }
.case_con04 ul li{display:table; float:left; vertical-align:top; width:250px;height:150px;box-sizing:border-box; background:rgba(235,128,142,0.7); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);border-radius:30px;position:relative;text-align:center;}
.case_con04 ul li + li{margin-left:60px; margin-bottom:50px;}
.case_con04 ul li:nth-child(5) {margin-left:0;}
.case_con04 ul li + li:before{width:8px;height:8px;content:"";background:#eb808e;box-sizing:border-box;border-radius:100%;position:absolute;left:-13%;top:50%;transform:translateY(-50%);}
.case_con04 ul li:nth-child(4) + li:before {display:none;}
.case_con04 ul li p i{font-family: 'Hurricane', cursive;  font-size:30px;color:#eb808e;font-weight:800;display:block; padding-top:40px; font-style:normal; }
.case_con04 ul li p {display:table-cell; vertical-align:middle;}
.case_con04 ul li p span{display:table-cell; vertical-align:middle; font-size:17px;color:#fff;font-weight:600; display:block; line-height:1.5; }	

@media all and (max-width:1000px){
	.case_con04{width:100%;padding:50px 0 50px;}
	.case_con04 h3 {font-size:20px;}
	.case_con04 ul li{width:150px;height:150px; margin-right:10px; margin-bottom:10px;}
	.case_con04 ul li + li{margin-left:0px;}
	.case_con04 ul li + li:before {display:none;}
	.case_con04 ul li p span{font-size:16px;}
}


@media all and (max-width:800px){
	.case_con04{width:100%; margin-top:20px; padding:50px 20px 50px;}
	.case_con04 h3 {font-size:20px; font-weight:800; margin-bottom:20px;}
	.case_con04 ul li{width:100%;height:auto; padding:10px; margin-bottom:10px;}
	.case_con04 ul li + li{margin-left:0px;}
	.case_con04 ul li + li:before {display:none;}
	.case_con04 ul li p span{font-size:15px; }
}

@font-face {
    font-family: 'Danjo-bold-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Danjo-bold-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.case_con05{width:100%;padding:0px 0 80px; text-align:center; }
.case_con05 ul{background:#f0aeb8; padding:20px; font-size:0; display:inline-block; border-radius:10px;}
.case_con05 ul h3 { margin-bottom:20px; font-size:25px; color:#fff; line-height:1.3;}
.case_con05 ul h3 b {font-weight:600; font-size:30px;}
.case_con05 ul h3 i {font-style:normal; font-size:80px; font-weight:100; display:block; font-family: 'GongGothicMedium'; line-height:0.2; padding-top:50px;}
.case_con05 ul h4 {font-family: 'Danjo-bold-Regular'; margin-bottom:5px; font-size:25px; color:#000; background:#fbdee2; padding:10px 0; border-radius: 10px 10px 0 0;}
.case_con05 ul li{ display:inline-block; padding:20px; vertical-align:top; width: calc(100% /3 - 10px); margin:5px; background:#fff; text-align:center;}
.case_con05 ul li p {}
.case_con05 ul li p span{font-size:17px;color:#333;font-weight:600; display:block; line-height:1.5; }	

@media all and (max-width:1000px){
	.case_con05{width:100%;}
	.case_con05 h3 {font-size:20px;}
	.case_con05 ul li p span{font-size:16px;}
}


@media all and (max-width:800px){
	.case_con05{width:100%; }
	.case_con05 ul h3 {font-size:20px; font-weight:800; margin-bottom:20px;}
	.case_con05 ul h3 b {font-size:25px;}
	.case_con05 ul h4 {font-size:17px; }
	.case_con05 ul li{width:100%; }
	.case_con05 ul li p span{font-size:15px; }
}


.check_box{ margin-bottom:50px;}
.check_box li{display:inline-block; width: calc(100% /2 - 30px); background:#fff; margin:10px; border: 1px solid #d2d2d2; text-align: center; padding: 20px 0; box-sizing: border-box;}
.check_box li .check{width: 30px; height: 22px; margin: 0 auto 20px; background: url(../img/check_icon.png);}
.check_box li p{font-size: 18px; font-weight: 400; line-height: 1.5; letter-spacing: -0.05em; color: #222222;}
.con03 span{text-align:center; display:block; font-size: 16px; font-weight: 400; line-height: 1.5; letter-spacing: -.3px; color: #222222;}

@media all and (max-width:800px){
	.check_box li{display:block; width:100%; margin:10px 0;}
}

.check2_box{ margin-bottom:50px;}
.check2_box li{display:inline-block; width: calc(100% /5 - 30px); background:#fff; margin:10px; border: 1px solid #d2d2d2; text-align: center; padding: 20px 0; box-sizing: border-box;}
.check2_box li .check{width: 30px; height: 22px; margin: 0 auto 20px; background: url(../img/check_icon.png);}
.check2_box li p{font-size: 18px; font-weight: 400; line-height: 1.5; letter-spacing: -0.05em; color: #222222;}

@media all and (max-width:1200px){
	.check2_box li{width: calc(100% /4 - 30px);}
	.check2_box li p{font-size: 15px;}
}

@media all and (max-width:1000px){
	.check2_box li{width: calc(100% /3 - 30px);}
}

@media all and (max-width:600px){
	.check2_box li{width: 100%; margin:10px 0;}
}

.check3_box{ margin-bottom:50px;}
.check3_box li{display:inline-block; width: calc(100% /5 - 30px); background:#fff; margin:10px; border: 1px solid #d2d2d2; text-align: center; padding: 20px 0; box-sizing: border-box;}
.check3_box li .check{width: 30px; height: 22px; margin: 0 auto 20px; background: url(../img/check_icon.png);}
.check3_box li p{font-size: 17px; font-weight: 400; line-height: 1.5; letter-spacing: -0.05em; color: #222222;}

@media all and (max-width:1200px){
	.check3_box li{width: calc(100% /4 - 30px);}
	.check3_box li p{font-size: 15px;}
}

@media all and (max-width:1000px){
	.check3_box li{width: calc(100% /3 - 30px);}
}

@media all and (max-width:600px){
	.check3_box li{width: 100%; margin:10px 0;}
}

@font-face {
    font-family: 'InkLipquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.clinic_con05 {margin-bottom:50px;}
.clinic_con05 .inner {width:1200px; margin:0 auto;}
.clinic_con05 h3 {font-size:25px;}
.clinic_con05 li{overflow:hidden;}
.clinic_con05 li > div{float: left;width: 50%;height: 300px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.clinic_con05 li:nth-of-type(2n) > div{float: right;}
.clinic_con05 .img{}
.clinic_con05 .img img{width: 100%;}
.clinic_con05 .txt{padding: 20px 50px;}
.clinic_con05 .txt h4{text-align:left; transform: rotate(-0.03deg); margin-top: 10px;font-size: 25px;color: #eb808e;font-weight: 700;line-height: 30px;letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.clinic_con05 .txt p{transform: rotate(-0.03deg); margin-top: 10px;font-size: 25px;color: #eb808e;font-weight: 700;line-height: 30px;letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.clinic_con05 .txt p b {font-weight:800;}
.clinic_con05 .txt span{display:block; padding-top:10px; text-align:left; margin-top: 5px;font-size: 16px;color: #666;font-weight: 400;line-height: 1.5;  letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.clinic_con05 .txt dl {margin-top:20px;}
.clinic_con05 .txt dl dt{font-style:italic; font-family: 'InkLipquid'; text-align:left; margin-top: 5px;font-size: 52px;color: #333;font-weight: 800;line-height: 1.5;  letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.clinic_con05 .txt dl dd{ text-align:left; margin-top: 5px;font-size: 16px;color: #666;font-weight: 400;line-height: 1.5;  letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.clinic_con05 .txt dl dd b {font-weight:800; color:#000;}
.clinic_con05 .txt dl span{display:block; background:#eb808e; text-align:center; margin-top: 5px;font-size: 16px; padding:5px; color: #fff;font-weight: 400;line-height: 1.5;  letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}

@media all and (max-width:1000px){
	.clinic_con05 .inner {width:100%; margin:0 auto;}
	.clinic_con05 li + li{margin-top: 40px;}
	.clinic_con05 li > div{width: 100%;height: auto;}
	.clinic_con05 li > div,
	.clinic_con05 li:nth-of-type(2n) > div{float:none; }
	.clinic_con05 .txt{width: 100%;position:relative;}
}

@media all and (max-width:800px){
	.clinic_con05{margin-top: 9.375vw;}
	.clinic_con05 ul { padding:0 20px;}
	.clinic_con05 li + li{margin-top: 6.25vw;}
	.clinic_con05 .txt{padding: 4.5vw 6.8125vw;}
	.clinic_con05 .txt h4{font-size: 20px; text-align:left;}
	.clinic_con05 .txt p{font-size: 20px;}
	.clinic_con05 .txt dl dd{font-size: 14px; }
}

@font-face {
    font-family: 'NanumMyeongjo';
    font-weight: 500; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumMyeongjoB.woff2) format('woff2');
    font-display: swap;
}

.sap_con01 { text-align:center; font-size:0;}
.sap_con01 .inner {width:1200px; margin:0 auto;}
.sap_con01 li{overflow:hidden;}
.sap_con01 li:nth-of-type(2n) > div{float: right;}
.sap_con01 .img{}
.sap_con01 .img img{width: 100%;}
.sap_con01 .txt{padding: 20px 50px;}
.sap_con01 .txt h3{border:5px solid #edc5ca; display:inline-block; padding:20px 50px; margin-top: 10px;font-size: 28px;color: #000;font-weight: 400;line-height:1.3; letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.sap_con01 .txt h3 b {font-weight:800;}
.sap_con01 .txt h4  {font-size:17px; line-height:1.5; margin-bottom:30px;}
.sap_con01 .txt h4 span {display:block; text-align:center; font-style:italic; font-family: 'NanumMyeongjo'; font-size: 60px;color: #000;font-weight: 500;line-height: 1.5;  letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.sap_con01 .txt h4 span:before {content: ""; display:block; margin:20px auto 0; width:1px; height:40px; background:#000; }
.sap_con01 .txt h4 b {font-weight:800;}
.sap_con01 .txt dl {display:inline-block; padding:30px 30px; width:270px;}
.sap_con01 .txt dl.one {background:#f09faa;}
.sap_con01 .txt dl.two {border:5px solid #f09faa;}
.sap_con01 .txt dl dd{text-align:left; margin-top: 5px;font-size: 17px;color: #eb808e;font-weight: 400;line-height: 1.5; margin-bottom:20px; letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all; margin-left:35px;}
.sap_con01 .txt dl.one dd:before {content: ""; position:absolute; width:25px; height:25px; background:url("../img/check1.png") center top no-repeat; text-align:left; margin-left:-35px; margin-top:5px;}
.sap_con01 .txt dl.two dd:before {content: ""; position:absolute; width:25px; height:25px; background:url("../img/check2.png") center top no-repeat; text-align:left; margin-left:-35px; margin-top:5px;}
.sap_con01 .txt dl.one dd {color:#fff;}

.sap_img {text-align:center; padding:20px 20px;}

@media all and (max-width:1000px){
	.sap_con01 .inner {width:100%; margin:0 auto;}
	.sap_con01 li + li{margin-top: 40px;}
	.sap_con01 li > div{width: 100%;height: auto;}
	.sap_con01 li > div,
	.sap_con01 li:nth-of-type(2n) > div{float:none; }
	.sap_con01 .txt{width: 100%;position:relative;}
}

@media all and (max-width:800px){
	.sap_con01{margin-top: 9.375vw;}
	.sap_con01 ul { padding:0 20px;}
	.sap_con01 li + li{margin-top: 6.25vw;}
	.sap_con01 .txt{padding: 4.5vw 2.8125vw;}
	.sap_con01 .txt h3{font-size: 18px; }
	.sap_con01 .txt h4{font-size: 15px; }
	.sap_con01 .txt p{font-size: 20px;}
	.sap_con01 .txt h4 span{font-size: 40px;}
	.sap_con01 .txt dl dd{font-size: 14px; }
	.sap_img img {width:100%;}
}

.gray_bg {background:#fafafa; padding:50px 0;}


.process {    display: flex;    justify-content: center;    text-align: center;    margin: 0px 0 100px;}
.process li {    padding-top: 30px;    position: relative;    width: 200px;}
.process li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #d1d1d1;
    position: absolute;
    top: -3px;
    left: calc(50% - 4px);
    z-index: 1;
}

.process li.pi:before {    background-color: #eb808e;}
.process li:after {    content: "";    width: 170px;    height: 1px;    display: block;    background-color: #d1d1d1;    position: absolute;    top: 0;    left:85px;}
.process li:nth-child(7):after {    display: none;}
.process li span {    font-size: 18px;    font-weight: 700;    color: #bfbfbf;    display: block;}
.process li p {font-size: 18px; font-weight: 500;   margin-top: 5px;}

@media (max-width:1400px) {
    .process {margin: 120px 0 150px;}
}

@media (max-width:1024px) {
    .process {margin: 100px 0 80px;}
    .process li {width: 130px; padding-top: 20px;}
    .process li:after {width: 130px; left: 65px;}
    .process li p {font-size: 16px;}
}


@media (max-width:767px) {
    .process {margin: 0px 0 50px; flex-direction: column; align-items: center;}
    .process li {width: 90%; padding: 10px 0 10px 20px; display: flex; align-items: center;}
    .process li:before {left: 0; top: calc(50% - 3px); width: 6px; height: 6px;}
    .process li:after {display: none;}
	.process li span {    font-size: 13px;  }
    .process li p {font-size: 16px; margin-top: 0; margin-left: 10px;}
}

.patop50 {padding-top:50px;}



.process02 {    display: flex;    justify-content: center;    text-align: center;    margin: 50px 0 100px;}
.process02 li {    padding-top: 30px;    position: relative;    width: 250px;}
.process02 li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #d1d1d1;
    position: absolute;
    top: -3px;
    left: calc(50% - 4px);
    z-index: 1;
}

.process02 li.blue:before {    background-color: #eb808e;}
.process02 li:after {    content: "";    width: 250px;    height: 1px;    display: block;    background-color: #d1d1d1;    position: absolute;    top: 0;    left:125px;}
.process02 li:nth-child(4):after {    display: none;}
.process02 li span {    font-size: 18px;    font-weight: 700;    color: #bfbfbf;    display: block;}
.process02 li p {font-size: 18px; font-weight: 500;   margin-top: 5px;}


@media (max-width:1024px) {
    .process02 {margin: 10px 0 0px;}
    .process02 li {width: 130px; padding-top: 20px;}
    .process02 li:after {width: 130px; left: 65px;}
    .process02 li p {font-size: 16px;}
}


@media (max-width:767px) {
    .process02 {margin: 20px 0; flex-direction: column; align-items: center;}
    .process02 li {width: 90%; padding: 10px 0 10px 20px; display: flex; align-items: center;}
    .process02 li:before {left: 0; top: calc(50% - 3px); width: 6px; height: 6px;}
    .process02 li:after {display: none;}
	.process02 li span {    font-size: 13px;  }
    .process02 li p {font-size: 16px; margin-top: 0; margin-left: 10px;}
}



.shape-wrap {  padding:50px 0; width:1200px; text-align:center;  position: relative;    margin: 0 auto 50px;}
.shape-wrap dl {width: calc(100% /2 - 20px); background:#fff; display:inline-block; border:1px solid #ddd; padding:30px; vertical-align:top; }
.shape-wrap dl p {    font-size: 20px; text-align:center;  margin-bottom:30px; font-weight: 700; padding-top:20px; color:#fff;}
.shape-wrap dl ul {min-height:220px;}
.shape-wrap dl li {    font-size: 16px;  font-weight: 400;    line-height: 1.5;}
.shape-wrap dl dd {font-weight: 400;    font-size: 16px;    line-height: 1.5; margin-bottom:20px; color:#fff; }
.shape-wrap .pink {background:#eb808e; padding:20px; border-radius:20px;}
.shape-wrap .blue {background:#80bceb; padding:20px; border-radius:20px;}

@media (max-width:1200px) {
    .shape-wrap {  padding:50px 0; width:100%;}
}

@media (max-width:767px) {
    .shape-wrap dl {width: 100%; }
	.shape-wrap dl img {width:100%;}
}

.detail {  padding: 0px 0;  background-color: #eb808e;}
.gr-detail > li {  }
.gr-detail > li:last-child > span {  border-bottom: none;}
.gr-detail > li p { float:left; font-weight: 700;  font-size: 28px;  line-height: 1.5;  padding: 30px 0; width:300px;}

.gr-detail > li p img {width:300px; display:block;}
.gr-detail > li > span {display:inline-block; color: #fff;  font-size: 18px;  line-height: 1.5;  padding: 58px 0;  border-bottom: 1px solid #ddd;}
.gr-detail > li > p strong {  color: #fff; font-weight:800; font-size:25px; margin-bottom:10px; padding-top:20px; display:block;}

@media (max-width:1000px) {
    .detail {padding:30px;}
	.gr-detail > li p { float:none;  font-size: 20px;   padding: 0px 0; width:100%;}
	.gr-detail > li p img {text-align:center; margin:0 auto;}
	.gr-detail > li > span {display:block; font-size: 15px;  padding: 20px 0 0; }
}

.gr2-detail {padding:50px 0; text-align:center;}
.gr2-detail > li {  }
.gr2-detail > li:last-child > span {  border-bottom: none;}
.gr2-detail > li p { font-weight: 700;  font-size: 28px;  line-height: 1.5; margin-bottom:30px;}

.gr2-detail > li p img {width:300px; display:block;}
.gr2-detail > li > span {display:inline-block; color: #fff;  font-size: 18px;  line-height: 1.5;  border-bottom: 1px solid #ddd;}
.gr2-detail > li > p strong {  color: #fff; font-weight:800; font-size:25px; margin-bottom:10px; padding-top:20px; display:block;}

@media (max-width:1000px) {
	.gr2-detail > li p { float:none;  font-size: 20px;   padding: 0px 0; width:100%;}
	.gr2-detail > li p img {text-align:center; margin:0 auto;}
	.gr2-detail > li > span {display:block; font-size: 15px;  padding: 20px 0 0; }
}

.sap_visual1 {background:url("../img/sap_visual1.jpg") center top no-repeat; }
.sap_visual2 {background:url("../img/sap_visual2.jpg") center top no-repeat; }

.diet_visual1 {background:url("../img/diet_visual1.jpg") center top no-repeat; }
.diet_visual2 {background:url("../img/diet_visual2.jpg") center top no-repeat; }
.diet_visual3 {background:url("../img/diet_visual3.jpg") center top no-repeat; }
.diet_visual4 {background:url("../img/diet_visual4.jpg") no-repeat center center/cover; }
.diet_visual5 {background:url("../img/diet_visual5.jpg") center top no-repeat; }
.diet_visual6 {background:url("../img/diet_visual6.jpg") center top no-repeat; }

.common_visual2 {position:relative;display:flex;justify-content:center;align-items:center;height:700px;  background-size:cover; }
.common_visual2 .inner {display:table; height:100%; }
.common_visual2 .txt_box {display:table-cell; vertical-align:middle; }
.common_visual2 .txt_box h3 {padding-bottom:45px; padding-top:30px;  font-size:50px; font-weight:800; color:#eb808e; letter-spacing:-0.055em; word-break:keep-all; }
.common_visual2 .txt_box h3 b {font-weight:800;}
.common_visual2 .txt_box h3.b {color:#333;}
.common_visual2 .txt_box p {font-size:30px; font-weight:600; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; }
.common_visual2 .txt_box i {margin:30px 0; display:block; font-size:20px; font-weight:600; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; }
.common_visual2 .txt_box span {display:block; font-size:20px; font-weight:500; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; }
.common_visual2 .txt_box h4 {padding-bottom:15px; font-size:25px; line-height:1.5; font-weight:800; color:#eb808e; letter-spacing:-0.055em; word-break:keep-all; }
.common_visual2 .txt_box h4 span {font-family: 'InkLipquid'; font-weight:100; font-style:italic; font-size:50px; display:inline-block; padding-left:10px; color:#eb808e;}
.common_visual2 .txt_box dl {padding-top:10px;}
.common_visual2 .txt_box dl dt {font-size:50px; font-family: 'InkLipquid';}
.common_visual2 .txt_box dl dd {font-size:20px; font-weight:600; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; margin-left:45px; margin-bottom:10px;}
.common_visual2 .txt_box dl dd:before {content: ""; position:absolute; width:30px; height:22px; background:url("../img/check_icon.png") center top no-repeat; text-align:left; margin-left:-35px; margin-top:0px;}

.common_visual2 .txt_box dl.two {padding-top:10px; width:50%; }
.common_visual2 .txt_box dl.two dd {display:inline-block;width: calc(100% /2 - 50px); font-size:20px; font-weight:600; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; margin-left:45px; margin-bottom:10px;}
.common_visual2 .txt_box dl.two dd:before {content: ""; position:absolute; width:30px; height:22px; background:url("../img/check_icon.png") center top no-repeat; text-align:left; margin-left:-35px; margin-top:5px;}

.common_visual2 .txt_box h3.wh {color:#fff;}
.common_visual2 .txt_box span.wh {color:#fff;}
.wh {color:#fff;}

@media all and (max-width:1400px){
	.common_visual2 .txt_box i {margin-left:0; }
}
@media all and (max-width:1100px){
	.common_visual2 {height:550px; padding:0 20px; }
	.common_visual2 .txt_box {height:550px;}
	.common_visual2 .txt_box h3 { font-size:35px; }
	.common_visual2 .txt_box h4 { font-size:20px; }
}
@media all and (max-width:640px){
	.common_visual2 {height:450px;background-position:72% center; padding:0 10px;  }
	.common_visual2 .txt_box {background:rgba(255,255,255,0.8); padding:0 20px; height:450px;}
	.common_visual2 .txt_box i {padding-bottom:10px; }
	.common_visual2 .txt_box h3 {padding-bottom:25px; line-height:1.3; font-size:22px; }
	.common_visual2 .txt_box h3 b {display:block; }
	.common_visual2 .txt_box h4 { font-size:18px;}
	.common_visual2 .txt_box h4 span {font-size:40px; }
	.common_visual2 .txt_box p {font-size:18px; }
	.common_visual2 .txt_box span {display:block; font-size:15px;}
	.common_visual2 .txt_box dl dd {font-size:16px; }
	.common_visual2 .txt_box dl.two {padding-top:10px; width:100%; }
	.common_visual2 .txt_box dl.two dd {font-size:15px; vertical-align:top;}

}
@media all and (max-width:550px){
	.common_visual2 .txt_box p br {display:none; }
}




/* table_sap */
.table_sap {padding:50px 0; letter-spacing:-2px;}
.table_sap table {text-align:center; width:100%; max-width:1200px; margin:50px auto; box-sizing:border-box; border-spacing:0; border-collapse:separate;}
.table_sap table th {padding:3% 0; font-weight:500;}
.table_sap table th.table_left {font-size:25px; color:#fff; background:#333; border-right:0px solid #b8b8b8; border-top:1px solid #b8b8b8; border-left:1px solid #b8b8b8;}
.table_sap table th.table_right {font-size:25px; color:#fff; background:#eb808e; border-top:1px solid #eb808e; border-right:1px solid #eb808e;}

.table_sap table td {padding:2.5% 0; font-size:18px; line-height:1.35; letter-spacing:-1px; font-weight:400; background:#fff;}
.table_sap table td.table_left {border-left:1px solid #b8b8b8; border-right:0px solid #b8b8b8; border-bottom:1px solid #b8b8b8;}
.table_sap table td.table_right {border:1px solid #eb808e; border-top:none;}

.table_sap table td.table_left.img {padding:0; }
.table_sap table td.table_right.img {padding:0; background:#fff1ea;}

.table_sap table td.table_left strong {font-weight:800;}
.table_sap table td.table_right strong {font-weight:800; color:#eb808e;}


@media screen and (max-width: 1600px){

	.table_sap table {width:85%;}
	.table_sap ul {width:85%;}

}


@media screen and (max-width: 1280px){
	.table_sap table {width:75%;}
	.table_sap ul {width:75%;}
}


@media screen and (max-width: 1024px) {

	.table_sap dl dt {font-size:30px;}
	.table_sap dl dd {font-size:64px;}
	.table_sap ul li p {font-size:22px;}
	.table_sap ul li p strong {font-size:36px;}
	.table_sap table td.table_center {font-size:13px;}

}



@media screen and (max-width: 720px) {

	.table_sap {padding:11.11vw 20px; letter-spacing: -0.28vw;}
	.table_sap dl dt {font-size:4.44vw;}
	.table_sap dl dt strong {font-size:4.44vw;}
	.table_sap dl dd {font-size: 9.03vw; font-weight: 600; margin-top: 2.08vw; letter-spacing: -0.69vw;}

	.table_sap table {width:100%; margin:6.25vw auto 4.17vw;}
	.table_sap table th.table_left {font-size:3.33vw; border-top:0.42vw solid #b8b8b8; border-left:0.42vw solid #b8b8b8; border-right:0 solid #b8b8b8;}
	.table_sap table th.table_right {font-size:3.33vw; border-top:0.42vw solid #eb808e; border-right:0.42vw solid #eb808e;}
	.table_sap table th.table_center {font-size:15px; }

	.table_sap table td {font-size:12px;}
	.table_sap table td.table_left {border-left:0.42vw solid #b8b8b8; border-bottom:0.42vw solid #b8b8b8; border-right:0 solid #b8b8b8;}
	.table_sap table td.table_center {font-size:2.53vw;}
	.table_sap table td.table_right {border:0.42vw solid #eb808e; border-top:none;}

}


.subtable { width:100%; margin:20px auto; border-top:2px solid #000; border-collapse: collapse;}
.subtable tr th {border:1px solid #dbdbdb; text-align:center; background:#f6f6f6; color:#333;  font-size:16px; font-weight:500; padding:20px 0; }
.subtable tr td {border:1px solid #fff; padding:10px; line-height:22px; color:#35363a; text-align:center;font-size:16px; font-weight:400; letter-spacing:-0.03em;}

@media screen and (max-width: 720px) {
	.subtable tr th {font-size:14px; padding:10px 0; width:20%;}
	.subtable tr td {padding:10px 0;  font-size:13px; }
}

.table_pink {background:#f9eaf3;}
.table_blue {background:#d2e3f2;}
.table_green {background:#dff2d2;}
.table_yellow {background:#f2ecd2;}
.table_orange {background:#fff1e3;}
.table_red {background:#ffe3e3;}



.about_con01 ul{margin-top:60px; font-size:0; letter-spacing:-4px; text-align:center;}
.about_con01 ul li{width:310px; height:310px; padding-top:40px; display:inline-block; vertical-align:top; margin:0 -15px; position:relative; box-sizing:border-box; background:url('/img/about_con01_bg01.png') rgba(235,128,142,0.2)no-repeat center / cover; border:1px solid #e8e5df; box-sizing:border-box; border-radius:50%;}
.about_con01 ul li:nth-of-type(2n){background:url('/img/about_con01_bg01.png') rgba(235,128,142,0.1)no-repeat center / cover; border-color:#f3e6d4;}
.about_con01 ul li span{display:block; font-size:24px; color:#5a554f; letter-spacing:0em; font-weight:500;}
.about_con01 ul li .hr{width:27px; height:1px; background:#c6c0b9; margin:25px auto; transform:rotate(-45deg); -ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -moz-transform:rotate(-45deg);}
.about_con01 ul li p{font-size:18px; color:#666666; letter-spacing:-0.035em; font-weight:400;}

@media all and (max-width:1200px){
	.about_con01 ul li{width:250px; height:250px; margin:0 -20px; padding-top:50px;}
}
@media all and (max-width:1000px){
	.about_con01 ul li{width:250px; height:250px; margin:20px;  padding:20px 20px 0;}
	.about_con01 ul li p{font-size:15px; }
}
@media all and (max-width:767px){

	.about_con01 ul li{width:230px; height:230px; margin:5px;}
	.about_con01 ul li .hr{margin:5px auto 20px;}

}

.about_con02  {margin:70px 0;}
.about_con02 ul{margin-top:60px; font-size:0; letter-spacing:-4px; text-align:center;}
.about_con02 ul li{width:310px; height:310px; padding-top:40px; display:inline-block; vertical-align:top; margin:0 -15px; position:relative; box-sizing:border-box; background:url('/img/about_con02_bg01.png') rgba(235,128,142,0.2)no-repeat center / cover; border:1px solid #e8e5df; box-sizing:border-box; border-radius:50%;}
.about_con02 ul li:nth-of-type(2n){background:url('/img/about_con02_bg01.png') rgba(235,128,142,0.1)no-repeat center / cover; border-color:#f3e6d4;}
.about_con02 ul li span{display:block; font-size:24px; color:#5a554f; letter-spacing:0em; font-weight:500;}
.about_con02 ul li .hr{width:27px; height:1px; background:#c6c0b9; margin:25px auto; transform:rotate(-45deg); -ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -moz-transform:rotate(-45deg);}
.about_con02 ul li p{font-size:22px; color:#444; letter-spacing:-0.035em; font-weight:800;}
.about_con02 ul li span{display:block; font-size:18px; color:#666666; letter-spacing:-0.035em; font-weight:400; padding-top:10px; line-height:1.5;}

.about_con02 dl{margin-top:60px; font-size:0; letter-spacing:-4px; text-align:center;}
.about_con02 dl dd{width: calc(100% /3 - 0px); height:110px; padding-top:40px; display:inline-block; vertical-align:top; margin:0 -15px; position:relative; box-sizing:border-box; background:url('/img/about_con02_bg01.png') rgba(0,0,0,0.1)no-repeat center / cover; border:1px solid #e8e5df; box-sizing:border-box; border-radius:60px;}
.about_con02 dl dd:nth-of-type(3n){padding-top:35px;}
.about_con02 dl dd p{font-size:18px; color:#444; letter-spacing:-0.035em; font-weight:600;}

.about_con02 i {display:block; font-style:normal; font-size:20px; color:#444; letter-spacing:-0.035em; font-weight:400; text-align:center; padding-top:50px;}

@media all and (max-width:1000px){
	.about_con02 ul li p{font-size:18px; }
	.about_con02 ul li span{font-size:15px; }
	.about_con02 dl dd p{font-size:15px; }
}
@media all and (max-width:767px){
	.about_con02 ul li{width:330px; height:330px; margin:5px;}
	.about_con02 ul li .hr{margin:5px auto 20px;}

	.about_con02 dl dd{width: 100%; margin-bottom:10px; height:70px; padding-top:30px; }
	.about_con02 dl dd:nth-of-type(3n){padding-top:15px;}

	.about_con02 i {font-size:15px; }

}

.sap_program ul {margin-bottom:50px;}
.sap_program ul .title {background:#f2a6b0; padding:10px 20px; min-height:80px;}
.sap_program ul .title h3 {float:left; color:#fff; font-size:30px; font-family: 'SCoreDream'; padding-right:50px; padding-top:8px;}
.sap_program ul .title dl {display:inline-block; color:#fff; font-family: 'SCoreDream'; font-size:18px; font-weight:500; }
.sap_program ul .title dl dd {padding-bottom:5px;}
.sap_program ul li {background:#fff; padding:20px;}

.sap_program ul li .txt {float:left; padding-right:50px; width:25%;   }
.sap_program ul li .txt h3 {float:left; font-weight:100; font-size:40px; margin-right:20px; padding-top:5px;}
.sap_program ul li .txt p {display:inline-block; color:#000; font-size:20px; font-family: 'SCoreDream'; font-weight:700; }
.pa {padding-top:15px;}
.pa2 {padding-top:35px;}
.sap_program ul li .txt2 {display:inline-block; width:65%;}
.sap_program ul li .txt2 dl.one {border-bottom:1px solid #ddd;}
.sap_program ul li .txt2 dl.one dt {width:100px; display:inline-block; background:#f9eff0; color:#333; font-size:15px; font-weight:400; padding:5px; border-radius: 5px 5px 0 0; margin-right:30px;}
.sap_program ul li .txt2 dl.one dd {display:inline-block; font-size:17px; color:#333;  font-weight:400; padding-top:10px;}
.sap_program ul li .txt2 dl.one dd span {font-size:25px; color:#ea7488;  font-weight:400; padding-top:10px; font-family: 'SCoreDream'; font-weight:700; }
.sap_program ul li .txt2 dl.two dd {font-size:16px; color:#333;  font-weight:400; padding-top:10px;}

@media all and (max-width:767px){
	.sap_program ul .title h3 {float:none;  font-size:25px; padding-right:0px; padding-bottom:10px;}
	.sap_program ul .title dl {display:block;  font-size:15px;}
	.sap_program ul li .txt {float:none; padding-right:0px; width:100%;   }
	.sap_program ul li .txt2 {display:block; width:100%;}
	.sap_program ul li .txt h3 {padding-top:0px;}
	.sap_program ul li .txt p {font-size:18px;}
}

.sap2_program ul li {min-height:95px; border-radius:30px;  box-shadow:3px 3px 10px rgba(0,0,0,0.1); margin-bottom:20px;}
.sap2_program ul li .txt {float:left; padding-right:50px; width:25%;   }
.sap2_program ul li .txt p {min-height:95px; border-radius:30px;  display:inline-block; color:#000; font-size:20px; font-family: 'SCoreDream'; font-weight:700; width:100%; text-align:center; }

.sap2_program ul li .txt2 {display:inline-block; width:65%;}
.sap2_program ul li .txt2 dl.one {border-bottom:1px solid #ddd;}
.sap2_program ul li .txt2 dl.one dt {width:100px; display:inline-block;  color:#333; font-size:15px; font-weight:400; padding:5px; border-radius: 5px 5px 0 0; margin-right:30px;}
.sap2_program ul li .txt2 dl.one dd {display:inline-block; font-size:17px; color:#333;  font-weight:400; padding-top:10px;}
.sap2_program ul li .txt2 dl.one dd span {font-size:25px; color:#000;  font-weight:400; padding-top:10px; font-family: 'SCoreDream'; font-weight:700; }
.sap2_program ul li .txt2 dl.two dd {font-size:16px; color:#333;  font-weight:400; padding-top:10px;}

@media all and (max-width:767px){
	.sap2_program {text-align:center; padding:0 10px;}
	.sap2_program ul li .txt {float:none; padding-right:0px; width:100%;}
	.sap2_program ul li .txt2 {display:block; width:100%;}
	.sap2_program ul li .txt p { font-size:18px;}
	.sap2_program ul li {min-height:200px; }
}

.pa20 {padding-top:20px;}
.pink {background:#f5dce2;}
.yellow {background:#f3f5ce;}
.mint {background:#cce6e7;}
.blue {background:#ceeafa;}
.purple {background:#e4d2ea;}
.red {background:#f5dce2;}


.treat_con {padding:0px 0 80px;}
.treat_con h3 {margin-bottom:30px;}
.treat_con ul {margin-top:0px; font-size:0; letter-spacing:-4px; text-align:center; }
.treat_con ul li {border:1px solid #e9e9e9; background:#fff; display:inline-block; vertical-align:top; width: calc(100% /2 - 17px); min-height:240px; margin:5px; box-sizing:border-box; letter-spacing:-0.025em; border-radius:30px;}
.treat_con ul li img {border-radius: 30px 30px 0 0px;margin-bottom:20px;}
.treat_con ul li i {display:block; font-style:normal;  font-size:18px; font-weight:700; transform: rotate(-0.03deg); color:#fff; background:#eb808e; border-radius:50px; width:160px; padding:5px 0; margin:0 auto;}
.treat_con ul li h4 {font-size:18px; font-weight:800; padding-top:20px; color:#eb808e;}
.treat_con ul li h5 { font-size:17px; font-weight:800; color:#444444; padding:20px 0;}
.treat_con ul li p {font-family: 'Pretendard'; padding:0 20px; font-size:16px; font-weight:400; color:#666666; line-height:1.5; letter-spacing:-1px; word-break:keep-all; box-sizing:border-box; }
.treat_con ul li img {width:100%;}

@media all and (max-width:1000px){
	.treat_con {padding:30px 0;}
	.treat_con ul li {margin:5px 0px; min-height:300px; padding-bottom:30px;}
	.treat_con ul li h5 {font-size:18px; letter-spacing:-.5px;}
	.treat_con ul li p {padding:0 20px; font-size:15px;}
}

@media all and (max-width:700px){
	.treat_con {padding:0px 0;}
	.treat_con ul li { width: 100%;  margin:5px 0px; min-height:auto; padding-bottom:30px;}
	.treat_con ul li h5 {font-size:16px; line-height:1.5;}
	.treat_con ul li p {padding:0 20px; font-size:15px;}
}


.diet_con01 {padding:0px 0;}
.diet_con01 h3 {font-size:30px; font-weight:800; margin-bottom:30px;}
.diet_con01 ul {margin-top:0px; font-size:0; letter-spacing:-4px;}
.diet_con01 ul li { text-align:center;  border:1px solid #e9e9e9; background:#fff; width:60%; display:inline-block; vertical-align:top;  margin:5px; padding:30px 0; box-sizing:border-box; letter-spacing:-0.025em; border-radius:30px;}
.diet_con01 ul li i {display:block; font-style:normal;  font-size:20px; font-weight:700; transform: rotate(-0.03deg); color:#fff; background:#eb808e; border-radius:50px; width:200px; padding:5px 0; margin:0 auto;}
.diet_con01 ul li h5 {transform: rotate(-0.03deg); font-size:20px; font-weight:800; color:#444444; padding:20px 0;}
.diet_con01 ul li p {font-family: 'Pretendard'; padding:0 20px; font-size:16px; font-weight:400; color:#666666; line-height:1.5; letter-spacing:-1px; word-break:keep-all; box-sizing:border-box; }

@media all and (max-width:1000px){
	.diet_con01 {padding:30px 0;}
	.diet_con01 ul li {margin:5px 0px; min-height:300px; padding-bottom:30px;}
	.diet_con01 ul li h5 {font-size:18px; letter-spacing:-.5px;}
	.diet_con01 ul li p {padding:0 20px; font-size:15px;}
}

@media all and (max-width:700px){
	.diet_con01 {padding:0px 0;}
	.diet_con01 h3 {font-size:25px;text-align:center; }
	.diet_con01 ul li { width: 100%;  margin:5px 0px; min-height:auto; padding:20px;}
	.diet_con01 ul li h5 {font-size:17px; line-height:1.5;}
	.diet_con01 ul li p {padding:0 20px; font-size:15px;}
}

.common_visual {width:100%; height:750px; background-repeat:no-repeat; background-position:center center; background-size:cover; }
.common_visual .inner {display:table; height:100%; }
.common_visual .txt_box {display:table-cell; vertical-align:middle; }
.common_visual .txt_box i {position:relative; display:inline-block; padding-bottom:25px; margin-left:-150px; font-size:16px; color:#98a2ad; letter-spacing:0.5em; font-style:normal; }
.common_visual .txt_box h3 {padding-bottom:45px; padding-top:30px;  font-size:50px; font-weight:800; color:#eb808e; letter-spacing:-0.055em; word-break:keep-all; }
.common_visual .txt_box p {font-size:30px; font-weight:600; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; }
.common_visual .txt_box span {display:block; font-size:18px; font-weight:500; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; margin-bottom:20px;}
.common_visual .txt_box h4 {padding-bottom:15px; padding-top:30px;  font-size:30px; font-weight:800; color:#eb808e; letter-spacing:-0.055em; word-break:keep-all; }
.common_visual .txt_box h4 span {font-family: 'InkLipquid'; font-weight:100; font-style:italic; font-size:50px; color:#eb808e;  display:inline-block; padding-left:10px;}
.common_visual .txt_box dl {padding-top:10px;}
.common_visual .txt_box dl dd {font-size:20px; font-weight:600; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; margin-left:45px; margin-bottom:10px;}
.common_visual .txt_box dl dd:before {content: ""; position:absolute; width:30px; height:22px; background:url("../img/check.png") center top no-repeat; text-align:left; margin-left:-35px; margin-top:0px;}

.common_visual .txt_box dl.two {padding-top:10px; width:50%; }
.common_visual .txt_box dl.two dd {display:inline-block;width: calc(100% /2 - 50px); font-size:20px; font-weight:600; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; margin-left:45px; margin-bottom:10px;}
.common_visual .txt_box dl.two dd:before {content: ""; position:absolute; width:30px; height:22px; background:url("../img/check.png") center top no-repeat; text-align:left; margin-left:-35px; margin-top:5px;}


@media all and (max-width:1400px){
	.common_visual .txt_box i {margin-left:0; }
}
@media all and (max-width:1000px){
	.common_visual {height:550px; }
}
@media all and (max-width:640px){
	.common_visual {height:600px; padding:0 20px;  }
	.common_visual .txt_box {background:rgba(255,255,255,0.8); padding:0 20px;}
	.common_visual .txt_box i {padding-bottom:10px; }
	.common_visual .txt_box h3 {padding-bottom:25px; line-height:1; font-size:30px; }
	.common_visual .txt_box h3 b {display:block; }
	.common_visual .txt_box h4 { font-size:20px;}
	.common_visual .txt_box h4 span {font-size:40px; }
	.common_visual .txt_box p {font-size:18px; }
	.common_visual .txt_box span {display:block; font-size:15px;}
	.common_visual .txt_box dl dd {font-size:16px; }
	.common_visual .txt_box dl.two {padding-top:10px; width:100%; }
	.common_visual .txt_box dl.two dd {font-size:15px; vertical-align:top;}
}
@media all and (max-width:550px){
	.common_visual .txt_box p br {display:none; }
}

.diet_visual {background-image:url('../img/diet_visual.jpg'); }

@media all and (max-width:767px){
	.diet_visual {background-image:url('../img/diet_visual_m.jpg'); }

}



.box_layout02{position:relative; width:100%; overflow:hidden; text-align:right; padding:50px 0; background:#f7f7f7;}
.box_layout02 .txt_box{position:relative; display:inline-block; width:800px; padding:70px 0 0px; }
.box_layout02 .txt_box .text{ text-align:left;}
.box_layout02 .txt_box .text h3{ font-size:30px; color:#222222; letter-spacing:-0.045em; font-weight:500; line-height:1.2; }
.box_layout02 .txt_box .text h3 span {color:#00a3e0; }
.box_layout02 .txt_box .text h5{ font-size:40px; color:#eb808e; letter-spacing:-0.045em; font-weight:800; line-height:1.2; margin:0; padding:5px 0;}
.box_layout02 .txt_box .text h6{ font-size:22px; color:#eb808e; letter-spacing:-0.045em; font-weight:800; line-height:1.2; margin:0; padding:15px 0;}
.box_layout02 .txt_box .text p{ font-size:16px; color:#666; letter-spacing:-0.045em; font-weight:500; line-height:1.5; margin:0; padding:10px 0;}

.box_layout02 .txt_box .text .img_box{margin:20px 0 0;}
.box_layout02 .txt_box .text .img_box img{display:inline-block; vertical-align:bottom}

.box_layout02 .inner{position:relative; min-height:600px;}
.box_layout02 .inner > .img_box{position:absolute; left:50%; top:0px; transform:translateX(-85%); -webkit-transform:translateX(-85%); -moz-transform:translateX(-85%); -ms-transform:translateX(-85%); -o-transform:translateX(-85%);}

.box_layout02.type02{text-align:left;}
.box_layout02.type02 .inner > .img_box{ transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0);}

@media all and (max-width:1200px){
	.box_layout02 .txt_box{width:600px;}
}
@media all and (max-width:1000px){
	.box_layout02 .txt_box{width:100%; padding:80px 50px 40px;}
	.box_layout02 .txt_box.w800 {width:100%; padding:80px 0 40px;}
	.box_layout02 .txt_box .text{padding:0;}
	.box_layout02 .inner > .img_box{position:relative; left:auto; bottom:auto; transform:none; text-align:center;}
	.box_layout02 .inner > .img_box img{max-width:100%;}
	.box_layout02.type02 .inner > .img_box{transform:none;}

}

@media all and (max-width:800px){
	.box_layout02{ padding:50px 0 0;}
	.box_layout02 .txt_box{position:relative; display:inline-block; width:100%; padding:30px 20px 0px; }
	.box_layout02 .txt_box .text h3{  font-size:25px; text-align:center; margin-left:0px;}
	.box_layout02 .txt_box .text h5{ font-size:25px; text-align:center;}
	.box_layout02 .txt_box .text h6{ font-size:20px;}
	.box_layout02 .txt_box .text h3:before {background-size:50%;}
	.box_layout02 .inner > .img_box{ top:0px;}

}



.point_con01 {padding:50px 0;}
.point_con01 h3 {text-align:center; font-size:30px; font-weight:800; margin-bottom:30px;}
.point_con01 ul {margin-top:0px; font-size:0; letter-spacing:-4px;}
.point_con01 ul li { width: calc(100% /3 - 10px); text-align:center;  border:1px solid #e9e9e9; background:#fff; display:inline-block; margin:5px; min-height:170px; vertical-align:top;  padding:30px 0; box-sizing:border-box; letter-spacing:-0.025em; border-radius:30px;}
.point_con01 ul li span {display:block; font-style:normal;  font-size:20px; font-weight:700; transform: rotate(-0.03deg); color:#eb808e; padding:0 0 10px; margin:0 auto;}
.point_con01 ul li i {display:block; font-style:normal;  font-size:20px; font-weight:700; transform: rotate(-0.03deg); color:#fff; background:#eb808e; border-radius:50px; width:300px; padding:5px 0; margin:0 auto;}
.point_con01 ul li h5 {transform: rotate(-0.03deg); font-size:20px; font-weight:800; color:#444444; padding:20px 0;}
.point_con01 ul li p {word-break: keep-all; padding:20px 20px 0; font-size:16px; font-weight:400; color:#666666; line-height:1.5; letter-spacing:-1px; word-break:keep-all; box-sizing:border-box; }

@media all and (max-width:1000px){
	.point_con01 {padding:30px 0;}
	.point_con01 ul li {margin:5px 0px; min-height:300px; padding-bottom:30px;}
	.point_con01 ul li h5 {font-size:18px; letter-spacing:-.5px;}
	.point_con01 ul li p {padding:0 20px; font-size:15px;}
}

@media all and (max-width:700px){
	.point_con01 {padding:0px 0;}
	.point_con01 h3 {font-size:25px;text-align:center; }
	.point_con01 ul li { width: 100%;  margin:5px 0px; min-height:auto; padding:20px;}
	.point_con01 ul li h5 {font-size:17px; line-height:1.5;}
	.point_con01 ul li i {margin-bottom:10px; font-size:15px;}
	.point_con01 ul li p {padding:0 20px; font-size:15px;}
}

.point_con02 {padding:50px 0;}
.point_con02 h3 {text-align:center; font-size:30px; font-weight:800; margin-bottom:30px;}
.point_con02 ul {display:grid;grid-template-columns: repeat(2, 1fr);gap:20px; margin-top:0px; font-size:0; letter-spacing:-4px;}
.point_con02 ul li { display:flex;align-items:center;justify-content:center;flex-direction:column; text-align:center;  border:1px solid #e9e9e9; background:#fff; vertical-align:top;  padding:30px 0; box-sizing:border-box; letter-spacing:-0.025em; border-radius:30px;}
.point_con02 ul li span {display:block; font-style:normal;  font-size:20px; font-weight:700; transform: rotate(-0.03deg); color:#eb808e; padding:0 0 10px; margin:0 auto;}
.point_con02 ul li i {display:block; font-style:normal;  font-size:20px; font-weight:700; transform: rotate(-0.03deg); color:#fff; background:#eb808e; border-radius:50px; width:380px; padding:5px 0; margin:0 auto;}
.point_con02 ul li h5 {transform: rotate(-0.03deg); font-size:20px; font-weight:800; color:#444444; padding:20px 0;}
.point_con02 ul li p {word-break: keep-all; padding:20px 20px 0; font-size:16px; font-weight:400; color:#666666; line-height:1.5; letter-spacing:-1px; word-break:keep-all; box-sizing:border-box; }
.point_con02 ul li dl {margin-top:20px;}
.point_con02 ul li dd {word-break: keep-all; margin-bottom:10px; font-size:16px; font-weight:400; color:#666666; line-height:1.5; letter-spacing:-1px; word-break:keep-all; box-sizing:border-box; }
.point_con02 ul li dd:before {content: ""; position:absolute; width:3px; height:3px; background:#7e665a; text-align:left; margin-left:-10px; border-radius:5px; margin-top:9px;}

@media all and (max-width:1000px){
	.point_con02 {padding:30px 0;}
	.point_con02 ul li {margin:5px 0px; }
	.point_con02 ul li h5 {font-size:18px; letter-spacing:-.5px;}
	.point_con02 ul li p {padding:0 20px; font-size:15px;}
}

@media all and (max-width:700px){
	.point_con02 {padding:0px 0;}
	.point_con02 h3 {font-size:25px;text-align:center; }
	.point_con02 ul { display:grid;grid-template-columns: repeat(1, 1fr);}
	.point_con02 ul li {margin:5px 0px; padding:20px;}
	.point_con02 ul li h5 {font-size:17px; line-height:1.5;}
	.point_con02 ul li i {margin-bottom:10px; font-size:15px; }
	.point_con02 ul li p {padding:0 20px; font-size:15px;}
}

@media all and (max-width:400px){
	.point_con02 ul li i {width:100%; }
}


.point_con03 {padding:50px 0;}
.point_con03 h3 {text-align:center; font-size:30px; font-weight:800; margin-bottom:30px;}
.point_con03 ul {display:grid;grid-template-columns: repeat(3, 1fr);gap:20px; margin-top:0px; font-size:0; letter-spacing:-4px;}
.point_con03 ul li { display:flex;align-items:center;flex-direction:column; text-align:center;  border:1px solid #e9e9e9; background:#fff; vertical-align:top;  padding:30px 0; box-sizing:border-box; letter-spacing:-0.025em; border-radius:30px;}
.point_con03 ul li span {display:block; font-style:normal;  font-size:20px; font-weight:700; transform: rotate(-0.03deg); color:#eb808e; padding:0 0 10px; margin:0 auto;}
.point_con03 ul li i {display:block; font-style:normal;  font-size:20px; font-weight:700; transform: rotate(-0.03deg); color:#fff; background:#eb808e; border-radius:50px; width:350px; padding:5px 0; margin:0 auto;}
.point_con03 ul li h5 {transform: rotate(-0.03deg); font-size:20px; font-weight:800; color:#444444; padding:20px 0;}
.point_con03 ul li p {word-break: keep-all; padding:20px 20px 0; font-size:16px; font-weight:400; color:#666666; line-height:1.5; letter-spacing:-1px; word-break:keep-all; box-sizing:border-box; }
.point_con03 ul li dl {margin-top:20px;}
.point_con03 ul li dd {word-break: keep-all; margin-bottom:10px; font-size:16px; font-weight:400; color:#666666; line-height:1.5; letter-spacing:-1px; word-break:keep-all; box-sizing:border-box; }
.point_con03 ul li dd:before {content: ""; position:absolute; width:3px; height:3px; background:#7e665a; text-align:left; margin-left:-10px; border-radius:5px; margin-top:9px;}

@media all and (max-width:1000px){
	.point_con03 {padding:30px 0;}
	.point_con03 ul li {margin:5px 0px; }
	.point_con03 ul li h5 {font-size:18px; letter-spacing:-.5px;}
	.point_con03 ul li p {padding:0 20px; font-size:15px;}
}

@media all and (max-width:700px){
	.point_con03 {padding:0px 0;}
	.point_con03 h3 {font-size:25px;text-align:center; }
	.point_con03 ul { display:grid;grid-template-columns: repeat(1, 1fr);}
	.point_con03 ul li {margin:5px 0px; padding:20px;}
	.point_con03 ul li h5 {font-size:17px; line-height:1.5;}
	.point_con03 ul li i {margin-bottom:10px; font-size:15px; }
	.point_con03 ul li p {padding:0 20px; font-size:15px;}
}

@media all and (max-width:400px){
	.point_con03 ul li i {width:100%; }
}

.clinic_con01 {margin-bottom:0px;}
.clinic_con01 .inner {width:1200px; margin:0 auto;}
.clinic_con01 li{overflow:hidden;}
.clinic_con01 li > div{float: left;width: 50%;height: 300px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.clinic_con01 li:nth-of-type(2n) > div{float: right;}
.clinic_con01 .img{}
.clinic_con01 .img img{width: 100%;}
.clinic_con01 .txt{padding: 0px 50px;}
.clinic_con01 .txt h4{text-align:left; transform: rotate(-0.03deg); margin-top: 10px;font-size: 25px;color: #eb808e;font-weight: 700;line-height: 30px;letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.clinic_con01 .txt p{transform: rotate(-0.03deg); margin-top: 10px;font-size: 17px;color: #333;font-weight:500;line-height: 1.5;letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.clinic_con01 .txt p b { font-weight:800; }
.clinic_con01 .txt p span {font-size:22px; color:#333; font-weight:800; display:block; margin:20px 0; }
.clinic_con01 .txt span{display:block; padding-top:10px; text-align:left; margin-top: 5px;font-size: 16px;color: #666;font-weight: 400;line-height: 1.5;  letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.clinic_con01 .txt dl {margin-top:20px;}
.clinic_con01 .txt dl dd{ text-align:left; margin-top: 5px;font-size: 16px;color: #666;font-weight: 400;line-height: 1.5; margin-left:10px; letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.clinic_con01 .txt dl dd:before {content: ""; position:absolute; width:4px; height:4px; background:#7e665a; text-align:left; margin-left:-10px; border-radius:5px; margin-top:10px;}
.clinic_con01 .txt dl dd b {font-weight:800; color::#333;}

.clinic_con01 .txt dl.one {margin-top:20px;}
.clinic_con01 .txt dl.one dd{display:block; width:100%; text-align:left; margin-top: 5px;font-size: 16px;color: #666;font-weight: 400;line-height: 1.5; margin-left:10px; letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.clinic_con01 .txt dl.one dd:before {content: ""; position:absolute; width:4px; height:4px; background:#7e665a; text-align:left; margin-left:-10px; border-radius:5px; margin-top:10px;}



@media all and (max-width:1100px){
	.clinic_con01 .inner {width:100%; margin:0 auto;}

	.clinic_con01 li > div{width: 100%;height: auto;}
	.clinic_con01 li > div,
	.clinic_con01 li:nth-of-type(2n) > div{float:none; }
	.clinic_con01 .txt{width: 100%;position:relative;background-color: #fff; padding:50px 20px; }
}

@media all and (max-width:800px){
	.clinic_con01{margin-top: 9.375vw;}
	.clinic_con01 li + li{margin-top: 6.25vw;}
	.clinic_con01 .txt{padding: 4.5vw 0.8125vw;}
	.clinic_con01 .txt h4{font-size: 20px; text-align:left;}
	.clinic_con01 .txt p{font-size: 15px;}
	.clinic_con01 .txt p span {font-size:18px;}
}




.recommend_con03{width:100%;padding:50px 0 80px; background:url(../img/body01_bg.jpg) center top no-repeat; text-align:center;}
.recommend_con03 h3 {font-size:30px; font-weight:800; margin-bottom:50px;}
.recommend_con03 ul{font-size:0;}
.recommend_con03 ul li{display:inline-block;vertical-align:top; padding:0 20px; width:320px;height:200px;box-sizing:border-box; background:rgba(17,167,137,0.7); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);border-radius:50px;position:relative;text-align:center;}
.recommend_con03 ul li + li{margin-left:60px;}
.recommend_con03 ul li + li:before{width:8px;height:8px;content:"";background:#56cbcd;box-sizing:border-box;border-radius:100%;position:absolute;left:-12%;top:50%;transform:translateY(-50%);}
.recommend_con03 ul li p i{font-family: 'Hurricane', cursive;  font-size:20px;color:#fff;font-weight:800;display:block; padding-top:20px; font-style:normal; }
.recommend_con03 ul li p u{font-size:20px;color:#fff;font-weight:600; display:block; line-height:1.5; padding-top:10px; text-transform: uppercase; text-decoration:none;}	
.recommend_con03 ul li p span{word-break: keep-all; font-size:17px;color:#fff;font-weight:600; display:block; line-height:1.5; padding-top:10px; }	

@media all and (max-width:1000px){
	.recommend_con03{width:100%;padding:50px 0 50px;}
	.recommend_con03 ul li{width:150px;height:150px; margin-right:10px; margin-bottom:10px;}
	.recommend_con03 ul li:last-child {margin-right:0;}
	.recommend_con03 ul li + li{margin-left:0px;}
	.recommend_con03 ul li + li:before {display:none;}
	.recommend_con03 ul li p span{font-size:16px;}
	.recommend_con03 ul li p i{padding-top:25px; font-size:25px;}
}

@media all and (max-width:800px){
	.recommend_con03{width:100%;padding:50px 0 50px;}
	.recommend_con03 ul li{width:170px;height:170px; margin-right:20px; margin-bottom:10px;}
	.recommend_con03 ul li:nth-child(3) {margin-right:0;}
	.recommend_con03 ul li + li{margin-left:0px;}
	.recommend_con03 ul li + li:before {display:none;}
	.recommend_con03 ul li p span{font-size:16px;}
	.recommend_con03 ul li p i{padding-top:25px; font-size:25px;}
}

@media all and (max-width:500px){
	.recommend_con03{width:100%;padding:50px 0 50px;}
	.recommend_con03 ul li{width:150px;height:150px; margin-right:10px; margin-bottom:10px;}
	.recommend_con03 ul li:nth-child(3) {margin-right:10px;}
	.recommend_con03 ul li:nth-child(2),.recommend_con03 ul li:nth-child(4) {margin-right:0;}
	.recommend_con03 ul li + li{margin-left:0px;}
	.recommend_con03 ul li + li:before {display:none;}
	.recommend_con03 ul li p span{font-size:16px; padding-top:40px;}
	.recommend_con03 ul li p i{padding-top:25px; font-size:25px;}
}


.box_txt {padding:50px 0;}
.box_txt h4 {font-size:25px; font-weight:800; padding-bottom:15px; color:#eb808e; }
.box_txt p {font-size:18px; font-weight:500; color:#555; line-height:1.5;}

@media all and (max-width:500px){
	.box_txt h4 {font-size:23px; }
	.box_txt p {font-size:16px;}
}




.sec01{background:#fbf6f2;}
.sec01 .con{display:flex;flex-direction:row-reverse;justify-content:center;align-items: center;gap:8%;}
.sec01 .con .icon{display:flex;flex-direction:column;gap:40px;}
.sec01 .con .icon h3{font-size:20px;font-weight:800;color:#fff; background:#333; border-radius:100px; padding:5px 10px; width:250px; text-align:center;}
.sec01 .con .icon li h4{display:block;padding-top:14px;font-size:20px;font-weight:800;color:#333; margin-left:35px;}
.sec01 .con .icon li h4:before {content: ""; position:absolute; width:30px; height:22px; background:url("../img/check_icon.png") center top no-repeat; text-align:left; margin-left:-35px; margin-top:0px;}
.sec01 .con .icon li span{display:block;padding-top:14px;font-size:16px;font-weight:400;color:#333; line-height:1.5; }


@media all and (max-width: 1100px) {
    
    .sec01 .con{display:block;}
    .sec01 .con .txt{text-align:center;}
    .sec01 .con .icon{padding:0 10px;justify-content:center;gap:20px;}
    .sec01 .con .icon li{width:100%;}
    .sec01 .con .icon li img{display:block;width:100%;max-width:100px;margin:0 auto;}
	.sec01 .con .icon h3{ margin:0 auto; }
    .sec01 .con .pic img{display:block;width:70%;max-width:280px;margin:40px auto 0;}
}

.bg01 {background:#fbf6f2;}
.sec_medicine{}
.sec_medicine .con{display:flex;flex-direction:row-reverse;justify-content:center;align-items: center;gap:5%;}
.sec_medicine .con h5{font-size:30px;font-weight:800;padding:5px 10px; }
.sec_medicine .con p{font-size:20px;font-weight:800; color:#000;}
.sec_medicine .con span{font-size:16px;font-weight:500;}
.sec_medicine .con .icon{display:flex;flex-direction:column;gap:10px;}
.sec_medicine .con h3{font-size:20px;font-weight:800;color:#fff; background:#333; border-radius:100px; padding:5px 10px; width:250px; text-align:center;}
.sec_medicine .con .icon li h4{display:block;padding-top:14px;font-size:20px;font-weight:600;color:#333; margin-left:35px;}
.sec_medicine .con .icon li h4:before {content: ""; position:absolute; width:30px; height:22px; background:url("../img/check_icon.png") center top no-repeat; text-align:left; margin-left:-35px; margin-top:0px;}
.sec_medicine .con .icon li span{display:block;padding-top:14px;font-size:16px;font-weight:400;color:#333; line-height:1.5; }


@media all and (max-width: 1100px) {
    
    .sec_medicine .con{display:block;}
    .sec_medicine .con .txt{text-align:center;}
    .sec_medicine .con .icon{padding:0 10px;justify-content:center;gap:20px;}
    .sec_medicine .con .icon li{width:100%;}
    .sec_medicine .con .icon li img{display:block;width:100%;max-width:100px;margin:0 auto;}
	.sec_medicine .con .icon h3{ margin:0 auto; }
    .sec_medicine .con .pic img{display:block;width:70%;max-width:280px;margin:40px auto 0;}
}

.sub_con{padding:120px 0;}
.sub_con *{font-family:'pretendard',sans-serif;font-size:20px;font-weight:300;letter-spacing:-0.0455em;color:#303030;word-break:keep-all;}
.sub_con .wrap{max-width:73%;margin:0 auto;}
.sub_con .tt{padding-bottom:64px;}
.sub_con .tt em{display:block;padding-bottom:20px;font-size:0.75em;font-family:'Noto Serif KR', serif;font-weight:600;letter-spacing:0.25em;color:#1aabc7;}
.sub_con .tt h3{font-size:30px; font-weight:800; line-height:120%;letter-spacing:0;overflow:hidden;}

.sub_con .tt p{padding-top:26px;line-height:160%;color:#606060;}
.sub_con .tt p.bold{font-size:1.2em;font-weight:600;color:#6e5539;}
.sub_con p{line-height:150%;}
.sub_con .flc{font-family:'FLC';font-size:inherit;color:inherit;}

.sub_con .taC{text-align:center;}
.sub_con .wht *{color:#fff !important;}
.sub_con .monly{display:none;}
.sub_con b{font-weight:700;}

@media all and (max-width: 1024px) {
    
    .sub_con{padding:70px 20px;}
    .sub_con *{font-size:16px;}
    .sub_con .wrap{max-width:100%;}
    .sub_con .tt{padding-bottom:36px;}
    .sub_con .tt h3{font-size:25px;}
    .sub_con .tt p{padding-top:18px;font-size:0.9em;}
    .sub_con .tt p.bold{font-size:1em;}
    .sub_con .tt p br{display:none;}
    
    .sub_con .monly{display:block !important;}
    .sub_con br.m{display:block !important;}
}
@media all and (max-width: 375px) {
    
    .sub_con *{font-size:15px;}   
}



.con02 .steps{padding:20px 0;}
.con02 .steps ul{display:flex;flex-wrap:wrap;justify-content:center;gap:30px 60px;}
.con02 .steps li{position:relative;width:calc(20% - 55px);height:170px;display:flex;justify-content:center;align-items:center;background:#f8eef0;border-radius:20px; text-align:center;}
.con02 .steps li:after{content:'';position:absolute;top:80px;right:-36px;display:block;width:14px;height:23px;background:url(../img/arr2.png) no-repeat center center/contain;}
.con02 .steps li:nth-child(5):after,
.con02 .steps li:last-child:after{display:none;}
.con02 .steps dt{font-size:13px;font-weight:700;letter-spacing:0.3em; color:#eb808e;}
.con02 .steps dd{word-break: keep-all; padding-top:14px;font-size:18px;line-height:130%;font-weight:700;}

@media all and (max-width: 1240px) {
    
    .con02 .steps ul{gap:10px;}
    .con02 .steps li{width:100%;height:70px;justify-content:left;padding-left:10%;border-radius:10px;}
    .con02 .steps li:after{display:none;}
    .con02 .steps dl{display:flex;justify-content:left;align-items:center;gap:20px;}
    .con02 .steps dd{padding-top:0;font-size:0.95em;text-align:left;}
    .con02 .steps dd span{padding-top:2px;}
}
@media all and (max-width: 1024px) {
    .con02 .steps li{height:60px;padding-left:5%;}
    .con02 .steps dl{gap:12px;}
    .con02 .steps dd{padding-top:0;font-size:15px;}
    
}

.all_visual {background-image:url('../img/all_visual.jpg'); }
.all_visual1 {background-image:url('../img/all_visual1.jpg'); }
.all_visual2 {background-image:url('../img/all_visual2.jpg'); }
.all_visual3 {background-image:url('../img/all_visual3.jpg'); }
.all_visual4 {background-image:url('../img/all_visual4.jpg'); }
.all_visual5 {background-image:url('../img/all_visual5.jpg'); }
.all_visual6 {background-image:url('../img/all_visual6.jpg'); }

.all_con01 {width:100%; height:550px; background-repeat:no-repeat; background-position:center center; background-size:cover; }
.all_con01 .inner {display:table; height:100%; }
.all_con01 .txt_box {display:table-cell; vertical-align:middle; text-align:center;}
.all_con01 .txt_box i {position:relative; display:inline-block; padding-bottom:25px; margin-left:-150px; font-size:16px; color:#98a2ad; letter-spacing:0.5em; font-style:normal; }
.all_con01 .txt_box h3 {padding-bottom:45px; padding-top:30px;  font-size:35px; font-weight:800; color:#333; letter-spacing:-0.055em; word-break:keep-all; }
.all_con01 .txt_box h3:before {content: ""; display:block; margin:10px auto; width:37px; height:60px; background:url("../img/n_logo.png") center top no-repeat; }
.all_con01 .txt_box p {font-size:20px; font-weight:600; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; }
.all_con01 .txt_box p b {font-weight:800;}
.all_con01 .txt_box span {display:block; font-size:18px; font-weight:500; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; margin-bottom:20px;}
.all_con01 .txt_box h4 {padding-bottom:15px; padding-top:30px;  font-size:30px; font-weight:800; color:#eb808e; letter-spacing:-0.055em; word-break:keep-all; }
.all_con01 .txt_box h4 span {font-family: 'InkLipquid'; font-weight:100; font-style:italic; font-size:50px; display:inline-block; padding-left:10px;}
.all_con01 .txt_box dl {padding-top:10px;}
.all_con01 .txt_box dl dd {font-size:20px; font-weight:600; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; margin-left:45px; margin-bottom:10px;}
.all_con01 .txt_box dl dd:before {content: ""; position:absolute; width:30px; height:22px; background:url("../img/check.png") center top no-repeat; text-align:left; margin-left:-35px; margin-top:0px;}

.all_con01 .txt_box dl.two {padding-top:10px; width:50%; }
.all_con01 .txt_box dl.two dd {display:inline-block;width: calc(100% /2 - 50px); font-size:20px; font-weight:600; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; margin-left:45px; margin-bottom:10px;}
.all_con01 .txt_box dl.two dd:before {content: ""; position:absolute; width:30px; height:22px; background:url("../img/check.png") center top no-repeat; text-align:left; margin-left:-35px; margin-top:5px;}


@media all and (max-width:1400px){
	.all_con01 .txt_box i {margin-left:0; }
}
@media all and (max-width:1000px){
	.all_con01 {height:550px; }
}
@media all and (max-width:640px){
	.all_con01 {height:400px; padding:0 10px;  }
	.all_con01 .txt_box {padding:0 10px;}
	.all_con01 .txt_box i {padding-bottom:10px; }
	.all_con01 .txt_box h3 {padding-bottom:25px; line-height:1.3; font-size:20px; }
	.all_con01 .txt_box p {font-size:18px; }
	.all_con01 .txt_box span {display:block; font-size:15px;}
}


.review_con {width:100%; padding:100px 0; background:url("../img/review_bg.jpg") center top no-repeat; }
.review_con .inner {display:table; height:100%; }
.review_con .txt_box {display:table-cell; vertical-align:middle; text-align:center;}
.review_con .txt_box i {position:relative; display:block; padding-top:25px;  font-size:18px; color:#333; letter-spacing:-0.5px; }
.review_con .txt_box h3 {padding-bottom:45px; font-size:35px; font-weight:800; color:#333; letter-spacing:-0.055em; word-break:keep-all; }
.review_con .txt_box h3:before {content: ""; display:block; margin:10px auto; width:37px; height:60px; background:url("../img/n_logo.png") center top no-repeat; }
.review_con .txt_box span {font-size:20px; font-weight:600; color:#333; letter-spacing:-0.055em; line-height:1.5; word-break:keep-all; }

@media all and (max-width:640px){
	.review_con .txt_box h3 { font-size:20px;}
	.review_con .txt_box span {font-size:16px; }
}


.sec_recommend{background:#f9f0f1; padding:70px 0;}
.sec_recommend p {text-align:center; font-size:20px; font-weight:500; margin-top:30px; letter-spacing:-.5px; line-height:1.5; }
.sec_recommend ul{display:flex;flex-wrap:wrap;justify-content:center;gap:20px 30px;}
.sec_recommend li{width:calc(33.33% - 20px);height:220px; padding:0 10px; display:flex;justify-content:center;align-items:center;border-radius:10px;text-align:center;background:#eb808e;}
.sec_recommend dt img{width:40px;}
.sec_recommend dt b{display:block;padding-top:18px;font-size:16px;font-weight:700;letter-spacing:0; color:#fff;}
.sec_recommend dd{font-size:20px; font-weight:600; padding-top:10px;line-height:150%;color:#fff; letter-spacing:-.5px; }

@media (max-width: 1023px) {
    
    .sec_recommend{background:#ecf5fb;}
	.sec_recommend p {font-size:16px;}
    .sec_recommend ul{gap:6px;}
    .sec_recommend li{width:calc(50% - 3px);height:auto;padding:18px 5px;border-radius:6px;}
    .sec_recommend dt img{width:26px;}
    .sec_recommend dt b{padding-top:10px;font-size:1.2em;}
    .sec_recommend dd{padding-top:8px;font-size:0.9em;}
}  



.sec_recommend2{background:#f9f0f1; padding:70px 0;}
.sec_recommend2 p {text-align:center; font-size:20px; font-weight:500; margin-top:30px; letter-spacing:-.5px; line-height:1.5; }
.sec_recommend2 ul{display:flex;flex-wrap:wrap;justify-content:center;gap:20px 30px;}
.sec_recommend2 li{width:calc(25% - 30px);height:220px; padding:0 10px; display:flex;justify-content:center;align-items:center;border-radius:10px;text-align:center;background:#eb808e;}
.sec_recommend2 dt img{width:40px;}
.sec_recommend2 dt b{display:block;padding-top:18px;font-size:16px;font-weight:700;letter-spacing:0; color:#fff;}
.sec_recommend2 dd{font-size:20px; font-weight:600; padding-top:10px;line-height:150%;color:#fff; letter-spacing:-.5px; }

@media (max-width: 1023px) {
    
    .sec_recommend2{background:#ecf5fb;}
	.sec_recommend2 p {font-size:16px;}
    .sec_recommend2 ul{gap:6px;}
    .sec_recommend2 li{width:calc(50% - 3px);height:auto;padding:18px 5px;border-radius:6px;}
    .sec_recommend2 dt img{width:26px;}
    .sec_recommend2 dt b{padding-top:10px;font-size:1.2em;}
    .sec_recommend2 dd{padding-top:8px;font-size:0.9em;}
}  

.text-center {text-align:center;}
.sub3_4 {padding:70px 0;}
.sub3_4 .area_01{background: url(../img/sub/sub03_04_sec01_bg.jpg) no-repeat center / cover; padding: 200px 0 !important;}
.sub3_4 .area_02{background: url(../img/sub/sub03_04_sec02_bg.jpg) no-repeat center / cover;}
.sub3_4 .area_11 {margin-top:80px;}
.sub3_4 .area_11 .box{position: relative;border: 1px solid #918f8f; padding: 50px 30px;}
.sub3_4 .area_11 .box .num{font-size:20px; color:#ffffff; width: 80px; height: 80px; border-radius: 50%; background-color: #eb808e; line-height: 80px; font-weight:800; position: absolute; top: -40px; left: 50%; transform: translateX(-50%); }
.sub3_4 .area_11 .box .txt .line{width: 100%; height: 1px; background-color: #272727; margin:20px 0; }
.sub3_4 .area_11 .box .txt img{margin-top: 30px; margin-bottom: 30px;}
.sub3_4 .area_11 .box .txt h3 {font-size:25px; font-weight:800;}
.sub3_4 .area_11 .box .txt p {word-break: keep-all; font-size:17px; font-weight:400; line-height:1.5; }

.flexList { --x-gap:1.500rem; --y-gap:1.500rem;  display:flex;  flex-wrap:wrap;  gap:var(--y-gap) var(--x-gap);}
.flexList > .box{width:calc(100% / var(--count) - (var(--x-gap) * (var(--count) - 1)) / var(--count)); }
[boxCount="2"]{ --count:2; }
[boxCount="3"]{ --count:3; }
[boxCount="4"]{ --count:4; }
[boxCount="5"]{ --count:5; }
[boxCount="6"]{ --count:6; }



@media(max-width: 800px){
    [boxCount="3"]{ --count:1; }
	.sub3_4 .area_11 .box .txt img {width:70px;}
	.sub3_4 .area_11 .box .txt h3 {font-size:20px;}
	.sub3_4 .area_11 .box .txt p {font-size:15px; }
}

.sec_sub{background:#f9f9f9; padding:50px 0;}
.sec_sub .con{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;gap:8%;}
.sec_sub .con h3{text-align:left; transform: rotate(-0.03deg); margin-bottom: 20px; font-size: 25px;color: #eb808e;font-weight: 700;line-height: 30px;letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.sec_sub .con p{transform: rotate(-0.03deg); margin-top: 10px;font-size: 17px; color: #333;font-weight:500;line-height: 1.5;letter-spacing: -0.025em;-ms-word-break: keep-all;word-break: keep-all;}
.sec_sub .con p b { font-weight:800; }
.sec_sub .con p span {font-size:22px; color:#333; font-weight:800; display:block; margin:20px 0; }

.sec_sub .con .icon{display:flex;flex-direction:column; gap:0px;}
.sec_sub .con .icon li span{word-break: keep-all; display:block;padding-top:14px;font-size:16px;font-weight:500;color:#333; margin-left:10px;}
.sec_sub .con .icon li span:before {content: ""; position:absolute; width:3px; height:3px; background:#7e665a; text-align:left; margin-left:-10px; border-radius:5px; margin-top:9px;}
.sec_sub .con .icon li span b {font-weight:800; color:#000;}

@media all and (max-width: 1280px) {
    
    .sec_sub .con{display:block;}
    .sec_sub .con .txt{text-align:center;}
    .sec_sub .con .icon{padding:0 10px;}
    .sec_sub .con .icon li img{display:block;width:100%;max-width:100px;margin:0 auto;}
    .sec_sub .con .pic img{display:block;width:100%;margin:40px auto 0;}
	.sec_sub .con h3{text-align:center;  font-size: 22px;}
	.sec_sub .con p{font-size: 15px;}
	.sec_sub .con .icon li span{font-size: 15px;}
}

.marb10 {margin-bottom:10px;}
.marb30 {margin-bottom:30px;}



.sec_key{padding:50px 0;}
.sec_key .boxes {max-width:1200px; margin:0 auto;}
.sec_key .boxes .tt h4{padding-bottom:22px;font-size:18px;font-weight:800;text-transform:uppercase;letter-spacing:0.15em;color:#eb808e;}
.sec_key .boxes .tt h3{margin-bottom:20px;font-size:30px;font-weight:800;line-height:140%;}
.sec_key .boxes .tt h3 span {color:#eb808e;}
.sec_key .boxes .box{display:flex;align-items:center;padding-bottom:0px;}
.sec_key .boxes .box:nth-child(even){flex-direction:row-reverse;}
.sec_key .boxes .box .txt{width:50%;display:flex;justify-content:right;}
.sec_key .boxes .box .txt .tt{padding-bottom:0;}
.sec_key .boxes .box .txt .tt p{font-size:20px;line-height:160%; font-weight:600; margin-bottom:20px; letter-spacing:-.5px; word-break: keep-all;}
.sec_key .boxes .box .txt .tt p span {color:#eb808e;}
.sec_key .boxes .box .txt .tt dl dd {font-size:17px;line-height:170%; margin-left:10px; font-weight:500; margin-bottom:5px; letter-spacing:-.5px; word-break: keep-all;}
.sec_key .boxes .box .txt .tt dl dd:before {content: ""; position:absolute; width:4px; height:4px; background:#eb808e; text-align:left; margin-left:-10px; border-radius:5px; margin-top:11px;}
.sec_key .boxes .box .txt .tt dl dd strike {color:#888; font-size:16px; display:inline-block; margin:0 10px; }
.sec_key .boxes .box .txt .tt dl dd span {color:#df0000;}
.sec_key .boxes .box .txt .tt dl.price {margin-top:30px;}
.sec_key .boxes .box .txt .tt dl.price dd {padding:5px 20px; font-size:18px;line-height:170%; margin-left:0px; font-weight:800; margin-bottom:5px; letter-spacing:-.5px; word-break: keep-all; background:#f6e8ea; border-radius:50px; }
.sec_key .boxes .box .txt .tt dl.price dd:before {display:none;}

.sec_key .boxes .box:nth-child(even) .txt{justify-content:left;}
.sec_key .boxes .box .tt{margin-right:20%;}
.sec_key .boxes .box:nth-child(even) .tt{margin-right:0;margin-left:20%;}
.sec_key .boxes .box .pic{width:50%;}
.sec_key .boxes .box .pic img{width:100%;display:block;}
.sec_key .boxes .box:last-child{padding-bottom:0;}

@media all and (max-width: 1024px) {
    
    .sec_key .boxes .tt h4{padding-bottom:18px;}
    .sec_key .boxes .tt h3{font-size:25px;}
    .sec_key .boxes .tt h3 span{font-size:0.8em;}
    .sec_key .boxes .box{flex-direction:column-reverse;padding:30px 10px; gap:30px;}
    .sec_key .boxes .box:nth-child(even){flex-direction:column-reverse;}
    .sec_key .boxes .box .txt{width:100%;display:block;}
    .sec_key .boxes .box .tt{margin-right:0;}
    .sec_key .boxes .box .txt .tt p{font-size:17px;}
	.sec_key .boxes .box .txt .tt dl dd {font-size:16px;}
	.sec_key .boxes .box .txt .tt dl.price dd {font-size:16px;}
    .sec_key .boxes .box:nth-child(even) .tt{margin-left:0;}
    .sec_key .boxes .box .pic{width:100%;}
}



.intro_con{padding-bottom: 50px;overflow:hidden;  }
.intro_con ul{margin:0px 0 0;}
.intro_con li{margin-top: 0px; margin-bottom:50px; position:relative;}
.intro_con li:after{content:'';display: block;clear:both;}
.intro_con li > div{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.intro_con li .img{float:left; width: 450px;}
.intro_con li .txt{float:right; width:686px; padding-top: 30px;}
.intro_con li dl {margin-bottom:60px;}
.intro_con li dl h4{margin: 0;padding-bottom:10px; font-size: 30px;line-height: 1.4;color: #333; letter-spacing:-.5px; font-weight: 800;-ms-word-break: keep-all;word-break: keep-all;transform: rotate(-0.03deg);}
.intro_con li dl p{margin-top: 20px;font-size: 18px;line-height: 1.6;color: #666; letter-spacing:-.5px; font-weight: 400;-ms-word-break: keep-all;word-break: keep-all;}
.intro_con li dl dd{margin-top: 5px;font-size: 18px;line-height: 1.6;color: #666; letter-spacing:-.5px; font-weight: 400;-ms-word-break: keep-all;word-break: keep-all; margin-left:10px;}
.intro_con li dl dd:before {content: ""; position:absolute; width:4px; height:4px; background:#ddd; text-align:left; margin-left:-10px; border-radius:5px; margin-top:10px;}

.intro_con li:nth-of-type(2n) .img{float:right; width: 450px; margin-right:50px;}
.intro_con li:nth-of-type(2n) .txt{float:left; width:686px; padding-top: 30px;}



@media all and (max-width:1000px){
	.intro_con li > div{width: 100%;}
	.intro_con li:nth-of-type(odd) > div,
	.intro_con li:nth-of-type(even) > div{float: none;padding: 0;}
	.intro_con li .img {text-align:center; width:100%;}
	.intro_con li .img:after{display: none;}
	.intro_con li .txt{margin-top: 0px; width:100%;}

	.intro_con li:nth-of-type(2n) .img {text-align:center; width:100%;}
	.intro_con li:nth-of-type(2n) .txt{margin-top: 0px; width:100%;}
}

@media all and (max-width:640px){
	.intro_con{padding-bottom: 0px;}
	.intro_con ul{margin: 0px 0 0;}
	.intro_con li{ width:100%;}
	.intro_con li img {width:80%;}
	.intro_con li:nth-of-type(2n) .img {margin:0 auto;}
	.intro_con li dl {padding:0 20px;}
	.intro_con li dl h4{font-size:22px;line-height: 1.3; margin-top:30px; margin-left:20px; padding-bottom:20px;}
	.intro_con li dl p{margin-top: 2.34375vw;font-size: 17px;line-height: 1.5;}
	.intro_con li dl i{display:block; font-style:normal; padding-right:0px; text-align:right; margin-top: 60px;font-size: 18px;line-height: 1.7;color: #333; letter-spacing:-.5px; font-weight: 600;-ms-word-break: keep-all;word-break: keep-all;}

}



.explanation-area-n {  margin-bottom:50px; }
.explanation-area-n .cont {font-size:0;}
.explanation-area-n .cont .item {    display:inline-block; width: calc(100% /4 - 20px);  vertical-align:top; margin-right:20px;  margin-bottom:20px;border: 1px solid #ebebeb;    height: auto;}
.explanation-area-n .cont .item.he10 { min-height:510px; }
.explanation-area-n .cont img {    width: 100%;}
.explanation-area-n .cont .is-text {    text-align: center;    padding: 25px 15px;}
.explanation-area-n .cont .is-text sup {    letter-spacing: 2px;    font-size: 14px;    display: inline-block;    margin-bottom: 15px;    color: #ddd;}
.explanation-area-n .cont .is-text h5 {    font-weight: 800;    font-size: 25px;    margin-bottom: 15px;    color: #333;}
.explanation-area-n .cont .is-text h5 span {    color: #61c6c4;}
.explanation-area-n .cont .is-text p {   line-height:1.5;     letter-spacing: -.5px;    font-weight: 300;    font-size: 16px;    color: #828282;}

@media all and (max-width:1000px){	
    .explanation-area-n .cont .is-text h5 {        font-size: 20px;        margin-bottom: 10px;    }
    .explanation-area-n .cont .is-text p {        font-size: 16px;    }
}

@media all and (max-width:640px){	
    .explanation-area-n .cont-lifting .item p {        font-size: 18px;    }
    .explanation-area-n .cont {         }
	.explanation-area-n .cont .item {    display:inline-block; min-height:auto; width:100%; margin-right:0px;  }
    .explanation-area-n .cont .is-text {        padding: 4.5573vw 3.9063vw;    }
    .explanation-area-n .cont .is-text sup {        letter-spacing: 0.2604vw;        font-size: 3.2646vw;        margin-bottom: 1.9531vw;    }
    .explanation-area-n .cont .is-text h5 {        font-size: 23px;      padding-bottom:10px;    }
    .explanation-area-n .cont .is-text p {        font-size: 15px;  line-height:1.5;  }
    .explanation-area-n .cont .item+.item {        margin-left: 0;        margin-top: 3.9063vw;    }

}

.explanation-area-n2 {  margin-bottom:50px; }
.explanation-area-n2 .cont {font-size:0;}
.explanation-area-n2 .cont .item {    display:inline-block; min-height:510px; width: calc(100% /3 - 20px);  vertical-align:top; margin-right:20px;  margin-bottom:20px;border: 1px solid #ebebeb;    height: auto;}
.explanation-area-n2 .cont .item.he10 { min-height:510px; }
.explanation-area-n2 .cont .item.he20 { min-height:550px; }
.explanation-area-n2 .cont img {    width: 100%;}
.explanation-area-n2 .cont .is-text {    text-align: center;    padding: 25px 15px;}
.explanation-area-n2 .cont .is-text sup {    letter-spacing: 2px;    font-size: 14px;    display: inline-block;    margin-bottom: 15px;    color: #ddd;}
.explanation-area-n2 .cont .is-text h5 {    font-weight: 800;    font-size: 25px;    margin-bottom: 15px;    color: #333;}
.explanation-area-n2 .cont .is-text h5 span {    color: #61c6c4;}
.explanation-area-n2 .cont .is-text h5 i { font-size:15px; font-style:normal;}
.explanation-area-n2 .cont .is-text p {   line-height:1.5;     letter-spacing: -.5px;    font-weight: 300;    font-size: 16px;    color: #828282;}

@media all and (max-width:1000px){	
    .explanation-area-n2 .cont .is-text h5 {        font-size: 20px;        margin-bottom: 10px;    }
    .explanation-area-n2 .cont .is-text p {        font-size: 16px;    }
}

@media all and (max-width:640px){	
    .explanation-area-n2 .cont-lifting .item p {        font-size: 18px;    }
    .explanation-area-n2 .cont {    }
	.explanation-area-n2 .cont .item {    display:inline-block; min-height:auto; width:100%; margin-right:0px;  }
    .explanation-area-n2 .cont .is-text {        padding: 4.5573vw 3.9063vw;    }
    .explanation-area-n2 .cont .is-text sup {        letter-spacing: 0.2604vw;        font-size: 3.2646vw;        margin-bottom: 1.9531vw;    }
    .explanation-area-n2 .cont .is-text h5 {        font-size: 23px;      padding-bottom:10px;    }
    .explanation-area-n2 .cont .is-text p {        font-size: 15px;  line-height:1.5;  }
    .explanation-area-n2 .cont .item+.item {        margin-left: 0;        margin-top: 3.9063vw;    }
	.explanation-area-n2 .cont .item.he20 { min-height:auto; }

}


.tab-menu {text-align:center; margin-top:30px; margin-bottom:0px; font-size:0; }
.tab-menu li {vertical-align:top;  position:relative; color:#797979;   display:inline-block; text-align:center; margin-left:-1px; margin-top:-1px; width:230px; height:50px; line-height:50px; padding:0px 20px;  cursor:pointer;  z-index:0;  border:1px solid #666;  font-size:16px;  font-weight:500;  letter-spacing:-.5px; }
.tab-menu li:after {content: ""; position:absolute; width:20px; height:20px; background:url("../img/tab_arr_off.png") center top no-repeat; text-align:right; left:85%; margin-top:-35px;}
.tab-menu li span {float:left;}
.tab-menu li i {float:right; vertical-align:top;}
.tab-menu li:hover {  color:#eb808e;}
.tab-menu li.active {  color:#eb808e;  border:3px solid #eb808e; line-height:45px; }
.tab-menu li.active:after {content: ""; position:absolute; width:20px; height:20px; background:url("../img/tab_arr_on.png") center top no-repeat; text-align:right; left:85%; margin-top:-33px;}
.tab-menu li.active:hover {  color:#eb808e;  border:3px solid #eb808e;}
.tab-content>div {  width: 100%;  padding: 0px;     min-height:80px;}

.tab_con h3 {font-size:20px; font-weight:600; letter-spacing:-.5px; color:#eb808e; margin-left:20px;}
.tab_con h3 span {color:#3a3a3a;}
.tab_con h3:before {content: ""; position:absolute; width:20px; height:20px; background:url("../img/tab_arr_on.png") center top no-repeat; margin-left:-25px; margin-top:5px;}

@media all and (max-width:1000px){
     .tab-menu li { padding: 0px 15px; font-size:16px;  width: calc(100% /3 - 17px);}
}

@media all and (max-width:800px){
     .tab-menu li { font-size:15px; padding:0 0; width: calc(100% /2 - 0px); }
}


.subtable2 { max-width:1200px; margin:20px auto;  border-collapse: collapse; border-top:2px solid #eb808e;}
.subtable2 tr th {text-align:center;border:1px solid #dbdbdb; background:#f7f7f7; color:#333;  font-size:15px; font-weight:700; padding:10px 0; width:33% }
.subtable2 tr td {border:1px solid #dbdbdb; padding:10px; line-height:22px; color:#35363a; text-align:center;font-size:15px; font-weight:400; letter-spacing:-0.03em;}
.subtable2 img {width:100%;}

@media all and (max-width:700px){
	.subtable2 tr th {width:auto; }
	.subtable2 tr td { line-height:1.5; font-size:14px;}
}