@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 }
img { max-width:100% }

ul, ol { list-style:none }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { border:0 }
h1, h2, h3, h4, h5, h6 { font-weight:500; font-size:1em; font-family: '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 {margin-top:-100px; height:100px; position:fixed; width:100%; z-index:100; color:#fff; background:#fff; transition:all .3s }
#header a {  }
#header h1 { float:left; margin-top:0px;}
#header .gnb { float:right; margin:25px 40px 0 30px }
#header .gnb .depth1 { float:left; padding:0 0px; width:180px; position:relative }
#header .gnb .depth1:nth-child(2) {width:210px; }
#header .gnb .depth1:nth-child(3) {width:190px; }
#header .gnb .depth1 > a {color:#1b1b1b; 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:500; font-size:15px; line-height:1.4; padding:7px 0;letter-spacing:0px; }
#header .gnb ul li:nth-child(1) ul li:nth-child(4) {width:130px;}
#header .btn_user { float:right; background:#181433; border-radius:50px; padding:10px 20px; margin:30px 0 0 0; display:block; font-size:15px; color:#fff; font-weight:700; }

#header .user { position:absolute; right:-35px; top:80px; width:80px; opacity:0; transition:all .3s }
#header .user a { border:1px solid #ddd; display:block; height:0; line-height:37px; font-size:0.9em; padding:0 12px; text-transform:uppercase; letter-spacing:.5px; margin-left:-1px; text-align:center; margin-top:-1px; color:rgba(0,0,0,0.5); background:#fff }
#header .user a:hover { color:#222 }
#header .user.on { opacity:1 }
#header .user.on a { height:40px }
#header .gnb .depth1 > a:before { background:#ff8a00; margin-top:50px; content:""; height:3px; left:0px; position: absolute; width:0%; transition:0.3s; }
#header .gnb .depth1:hover > a:before { width:50px; }

#header.down { background:#fff; height:330px }
#header.down a { color:rgba(0,0,0,0.7) }
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a { margin-bottom:25px }
#header.down .gnb .depth1:hover > a { color:rgba(0,0,0,1) }
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#ff8a00 }

#header.on { background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.2) }
#header.on a { color:rgba(0,0,0,0.7) }
#header.on h1 a { background-position:0 -42px }

#header.down .btn_user { color:#fff;}
#header.on .btn_user { color:#fff;}

@media (max-width:1000px) {
     #header .btn_user { position:absolute; left:10px; top:15px; z-index:8; float:none; margin-top:0px; }
     #header .btn_user li {display:block;}
     #header .btn_user a { color:#fff;  font-size:16px;}
}

#footer { padding:20px 0; margin:0px 0 0 0; background:#282828; color:#fff }
#footer h1 {font-size:25px; color:#e3e2e2; font-weight:600; padding-bottom:20px;}
#footer h1 a {color:#e3e2e2;}
#footer nav {font-size:0; margin-bottom:20px;}
#footer nav li {font-size:14px; display:inline-block; border:1px solid #4a4a4a; font-weight:500; padding:8px 20px; margin-left:-1px; }
#footer nav li a {color:#e3e2e2;}

#footer .foot_cus { position:absolute; right:0; top:0px }

#footer .foot_cus i img {width:200px; border-radius:10px;}
#footer .foot_cus h3 {font-family: 'ONE-Mobile-Regular'; font-weight:600; font-size:20px; color:#cacaca;}
#footer .foot_cus h4 {font-size:15px; color:#b7b7b7; padding:10px 0 5px; line-height:1.3;}
#footer .foot_cus p { color:#ff8a00; font-size:35px; font-weight:600; padding:0px 0;}

#footer .foot_left { float:left; margin:0 0 0 0px; }
#footer .foot_center {display:inline-block; margin-left:50px; margin-top:-110px;}
#footer .foot_center i {display:block; margin-bottom:10px; }
#footer dt, #footer dd { display:inline-block }
#footer dt {font-size:15px; color:#e3e2e2; line-height:1.7; font-weight:400; margin-right:10px;}
#footer dd { margin:0 20px 0 5px }
#footer .copyright { margin:10px 0 0 0; color:#e3e2e2; font-size:12px; opacity:0.49;}
#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 }

@media (max-width:1000px) {
     #footer nav {text-align:center; margin-bottom:0px}
	 #footer nav li {font-size:13px; padding:8px 10px; }
	 #footer dt {font-size:13px;}
	 #footer .foot_cus { position:relative; right:0; top:20px; margin-bottom:30px; background:rgba(0,0,0,0.5); padding:20px; border-radius:10px;}
	 #footer .foot_cus h3 { font-size:16px; }
	 #footer .foot_cus h4 {font-size:14px;}
	 #footer .foot_cus p { font-size:22px; padding:6px 0 0;}
	 #footer .foot_left { float:none; margin:0 0 0 0px; }
	 #footer .foot_center {display:block; margin-left:0px; margin-top:30px;}
}

#main_visual {margin-top:100px; height:calc(435px); text-align:center; color:#fff; position:relative; z-index:1 }
#main_visual .bx-wrapper { border:0; box-shadow:none; background:transparent; height:100%; margin-bottom:0 }
#main_visual .bx-viewport { height:100% !important }
#main_visual .bx-pager {  }
#main_visual .slider { height:100% }
#main_visual .roll { background-size:cover; height:100%; background-position:center; }
#main_visual .roll_txt {width:1200px; margin:0 auto; text-align:left;}

#main_visual .roll01 { background-image:url(../img/visual01.jpg) }
#main_visual .roll02 { background-image:url(../img/visual02.jpg) }
#main_visual .roll03 { background-image:url(../img/visual03.jpg) }

#main_visual h2 {font-family: 'ONE-Mobile-Regular'; position: relative; color:#2d2d2d; margin-top:100px; line-height: 1.2; font-size:45px; letter-spacing:-1px; font-weight:700;  }
#main_visual h2 span {color:#ff8a00;}
#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 {font-size:22px; color:#6c6c6c; line-height:1.5; font-weight:500; letter-spacing:-1px; margin-top:20px;  }


#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 }



      /* Scroll Animation (sa, 스크롤 애니메이션) */
      .sa {
        opacity: 0;
        transition: all .5s ease;
      }

      /* 아래에서 위로 페이드 인 */
      .sa-up {
        transform: translate(0, 100px);
      }
      /* 위에서 아래로 페이드 인 */
      .sa-down {
        transform: translate(0, -100px);
      }
      /* 왼쪽에서 오른쪽으로 페이드 인 */
      .sa-right {
        transform: translate(-100px, 0);
      }
      /* 오른쪽에서 왼쪽으로 페이드 인 */
      .sa-left {
        transform: translate(100px, 0);
      }
      /* 왼쪽으로 회전하면서 페이드 인 */
      .sa-rotateL {
        transform: rotate(180deg);
      }
      /* 오른쪽으로 회전하면서 페이드 인 */
      .sa-rotateR {
        transform: rotate(-180deg);
      }
      /* 작아진 상태에서 커지면서 페이드 인 */
      .sa-scaleUp {
        transform: scale(.5);
      }
      /* 커진 상태에서 작아지면서 페이드 인 */
      .sa-scaleDown {
        transform: scale(1.5);
      }

      .sa.show {
        opacity: 1;
        transform: none;
      }


.pc_ver { display:block !important }
.m_ver { display:none !important }

.pc_v { display:block !important }
.mo_v { display:none !important }

@media all and (max-width:1030px){
	.pc_v { display:none !important }
	.mo_v { display:block !important }
}

@media all and (max-width:800px){
	.pc_ver { display:none !important }
	.m_ver { display:block !important }
}

.main_banner { position:relative; padding:10px 0; font-size:0; }
.main_banner ul li {padding:10px 20px; display:inline-block; border-radius:20px; width: calc(100% /3 - 10px); color:#fff; vertical-align:top; margin-right:10px; margin-bottom:10px;}
.main_banner ul li:last-child {margin-right:0;}
.main_banner ul li a {color:#fff;}
.main_banner ul li i {float:left;}
.main_banner ul li dl {display:inline-block;}
.main_banner ul li dt {font-size:25px; font-family: 'ONE-Mobile-Regular'; font-weight:600; padding:30px 0 0; min-height:110px;}
.main_banner ul li dd {background:#fff; font-size:13px; font-family: 'ONE-Mobile-Regular';font-weight:700; text-align:center; width:80px; padding:5px 0; border-radius:50px; line-height:1.5;}

.main_banner ul li:nth-child(1) {background:#ff961c; }
.main_banner ul li:nth-child(1) dd {color:#ff961c; }
.main_banner ul li:nth-child(2) {background:#ff7e72; }
.main_banner ul li:nth-child(2) dd {color:#ff7e72; }
.main_banner ul li:nth-child(3) {background:#8bc4d8; }
.main_banner ul li:nth-child(3) dd {color:#8bc4d8; }
.main_banner ul li:nth-child(4) {background:#6dd297; }
.main_banner ul li:nth-child(4) dd {color:#6dd297; }
.main_banner ul li:nth-child(5) {background:#b3a0e1; }
.main_banner ul li:nth-child(5) dd {color:#b3a0e1; }
.main_banner ul li:nth-child(6) {background:#a3bdea; }
.main_banner ul li:nth-child(6) dd {color:#a3bdea; }


@media screen and (max-width:1000px){
	.main_banner {text-align:center;}
	.main_banner ul li {padding:10px 20px; width: calc(100% /2 - 10px);}
	.main_banner ul li i {float:none;}
	.main_banner ul li dl {display:block;}
	.main_banner ul li dt {font-size:16px; text-align:center; line-height:1.3; padding:0px 0 0; min-height:50px;}
	.main_banner ul li dd {margin:0 auto;}

	.main_banner ul li:nth-child(2),.main_banner ul li:nth-child(4) { margin-right:0;}
}

.wrapper {position:relative; overflow:hidden; }
.size {width:100%; max-width:1280px; height:auto; margin:0 auto; box-sizing: border-box;}

.section3 {padding: 50px 0 50px;}
.section3 .txt {position: absolute; padding: 16px 30px; bottom: 0; left: 0; width: 100%; background: rgba(8,8,8,.5); box-sizing: border-box;}
.section3 .txt span {display: block; line-height: 1.5; font-family: 'SCoreDream'; font-size:18px; font-weight:600; color: #fff;}

@media screen and (max-width: 1366px){
	.size {padding:0 20px;}
}

@media screen and (max-width: 800px){
	.section3 {padding: 30px 0;}
	.section3 .txt span {; font-size:15px;}
}


.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:260px !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 {position:absolute; left:50%; transform:translateX(-50%); width:100%; margin-top:-55px; font-family: 'SCoreDream'; font-size:18px; font-weight:600; color:#fff; padding:15px 18px; letter-spacing:-1px; background:rgba(0,0,0,0.8);}
.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_contents { position:relative; background: url('../img/bg.jpg') center top no-repeat; overflow:hidden; padding:50px 0;}
.main_bbs {position:relative;  width: calc(100% /3 - 20px); float:left; background:#fff; padding:40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); min-height:237px;}
.main_bbs h2 { font-size:20px; font-weight:500; letter-spacing:-1px; font-family: 'SCoreDream'; line-height:1; color:#252525;  }

.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:0px 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:17px; vertical-align:top; color:#585858; 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:30px; right:3px;  text-align:right }
.pic_li_lt .lt_more { position:absolute; top:40px; right:40px; text-decoration: underline; font-size:12px; color:#252525; display:block; font-family: 'SCoreDream';  font-weight:500;}
.pic_li_lt .empty_li { line-height:100px }

.main_cus { width: calc(100% /3 - 20px); float:left; background:#fff; padding:40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); margin:0 20px; min-height:237px;}
.main_cus h2 { font-size:20px; font-weight:500; letter-spacing:-1px; font-family: 'SCoreDream'; line-height:1; color:#252525;  }
.main_cus h3 { position:relative; font-size:35px; font-weight:700; letter-spacing:-1px; font-family: 'SCoreDream'; line-height:1; color:#2b619d; margin:20px 0; }
.main_cus h3 i {position:absolute; right:40px; top:-40px; background:#2b619d; color:#fff; font-style:normal; font-size:12px; border-radius:50px; width:111px; padding:10px 0px; text-align:center; }
.main_cus p { font-size:18px; font-weight:500; letter-spacing:-1px; font-family: 'SCoreDream'; line-height:1; color:#585858; line-height:1.5;}
.main_cus p span {color:#2b619d;}

.main_cs { width: calc(100% /3 - 20px); float:left; background:#fff; padding:40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); min-height:237px; background: url('../img/banner_bg.jpg') center top no-repeat; }
.main_cs h2 { font-size:30px; font-weight:500; letter-spacing:-1px; font-family: 'SCoreDream'; line-height:1; color:#252525;  line-height:1.2; margin-bottom:20px; }
.main_cs h2 span {color:#2b619d;}
.main_cs p { font-size:18px; font-weight:500; letter-spacing:-1px; font-family: 'SCoreDream'; line-height:1; color:#585858; line-height:1.5;}


@media (max-width:1000px) {
     #main_contents { padding:10px 10px;}
	 .main_bbs { width: 100%; float:none; min-height:auto; }

	 .main_cus { width: 100%; float:none; margin:10px 0px; min-height:auto;}
	 .main_cus h2 { font-size:25px;}
	 .main_cus h3 { font-size:30px;}
	 .main_cus h3 i {position:absolute; right:25px; top:-40px; background:#2b619d; color:#fff; font-style:normal; font-size:12px; border-radius:50px; width:111px; padding:10px 0px; text-align:center; }
	 .main_cus p { font-size:16px;}

	 .main_cs { width: 100%; float:none; min-height:auto; background:#fff url('../img/banner_bg.jpg') right top no-repeat; }
	 .main_cs h2 { font-size:25px;}
	 .main_cs p { font-size:16px;}
}


.inner {width:1200px; margin:0 auto;}

@media screen and (max-width:1200px) {
     .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 .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%; }


#ctt_con.sub01_01 {text-align:center; margin-top:70px; background:url(../img/intro_bg.jpg) no-repeat top center;}
#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-family: 'InkLipquid'; font-size:40px; color:#073f8b; line-height:1; font-weight:300; letter-spacing:-1px;}
#ctt_con.sub01_01 .sec01 h2 span {font-size:70px; display:block; line-height:0;}
#ctt_con.sub01_01 .sec01 h3 { font-size:20px; margin:30px 0 35px 0; font-weight:800; color:#073f8b; letter-spacing:-1px}
#ctt_con.sub01_01 .sec01 p {font-size:17px; font-weight:400; color:#494949; letter-spacing:-1px; line-height:1.7;}

@media all and (max-width:800px){
	#ctt_con.sub01_01 .sec01 h2 { font-size:35px;}
	#ctt_con.sub01_01 .sec01 h2 span {margin-top:30px; }
	#ctt_con.sub01_01 .sec01 h3 { font-size:17px;}
	#ctt_con.sub01_01 .sec01 p {font-size:15px;}
}

/* 서브 상단 이미지 */
#sub_visual.sub10 { background-image:url(../img/sub01_top.png) }
#sub_visual.sub20 { background-image:url(../img/sub02_top.png) }
#sub_visual.sub30 { background-image:url(../img/sub03_top.png) }
#sub_visual.sub40 { background-image:url(../img/sub04_top.png) }
#sub_visual.sub50 { background-image:url(../img/sub05_top.png) }
#sub_visual.sub60 { background-image:url(../img/sub06_top.png) }
#sub_visual.sub70 { background-image:url(../img/sub07_top.png) }

#sub_visual {position:relative; margin-top:100px; height:397px; background-position:center; background-size:cover; }
#sub_visual h2 { text-align:center; font-size:35px; font-weight:700; letter-spacing:-1px; font-family: 'ONE-Mobile-Regular'; color:#171717; padding:100px 0 0 0; text-transform:uppercase; position:relative; line-height:1;  }

#contents { margin:0px 0 0 0 }
#contents p { word-break:keep-all }



#left_area {position:absolute; left:50%; width:100%; transform:translateX(-50%); bottom:100px;}

.left_snb {width:1200px; margin:0 auto;}
.left_snb h2 {background:#4cc4cd; color:#fff; font-size:1.7em; text-align:center; line-height:1;  text-transform:uppercase; font-weight:600; position:relative; padding:60px 0; border-bottom:0px solid #5ac9d1; }
.left_snb li { display:inline-block; text-align:center; margin:0 5px;}
.left_snb li a {font-family: 'ONE-Mobile-Regular'; color:#171717; display:block; padding:18px 5px; font-size:17px; font-weight:600; position:relative; letter-spacing:0px}
.left_snb li:hover a:after { width:10px; }
.left_snb li.on a {border-bottom:5px solid #ff8a00; }

@media all and (max-width:1200px){
	#left_area {position:relative; float:none; width:100%; bottom:0; top:100px; z-index:10;}
	.left_snb {width:100%; margin:0 auto;}
	.left_snb li a { border:0; padding:12px 5px; font-size:15px;  }
}


@media all and (max-width:800px){
	#left_area {position:relative; float:none; width:100%; bottom:0; top:50px; z-index:10;}
	.left_snb { border-bottom:0px solid #e0e0e0 }
	.left_snb h2 { display:none }
	.left_snb ul { margin:0 }
	.left_snb li { display:inline-block; margin:0 0px }
	.left_snb li a { border:0; padding:12px 15px; font-size:15px;  }
	.left_snb li a:after { width:100%;  right:0; top:auto; transform:none; bottom:0 }
	.left_snb li:hover a { }
	.left_snb li.on a:after { width:100% }
}


.dropdown {position:relative;  z-index:10;}
.dropdown ul { position:absolute; width:100%;}
.dropdown a {  text-decoration: none;}
.dropdown [data-toggle="dropdown"] {
  display: block;
  color: white;
  background: #ff971c;
  padding: 10px;
  font-family: 'ONE-Mobile-Regular';
}
.dropdown [data-toggle="dropdown"]:hover {
  background: #cd3d2e;
}
.dropdown [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: '\25BC';
  font-size: 0.7em;
  color: #fff;
  top: 13px;
  right: 10px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown > .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
}
.dropdown > .dropdown-menu li {
  padding: 0;
}
.dropdown > .dropdown-menu li a {
  display: block;
  color: #6f6f6f;
  font-size:13px;
  font-weight:500;
  background: #f9f9f9;
  -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  padding: 10px 10px;
}
.dropdown > .dropdown-menu li a:hover {
  background: #f6f6f6;
}
.dropdown > input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dropdown > input[type="checkbox"]:checked ~ .dropdown-menu {
  max-height: 9999px;
  display: block;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 2s ease-in-out;
  -o-transition: max-height 2s ease-in-out;
  -webkit-transition: max-height 2s ease-in-out;
  transition: max-height 2s ease-in-out;
}
.dropdown > input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}



.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:0px;}
.container_title {font-family: 'ONE-Mobile-Regular'; text-align:center; color:#171717;  font-size:35px; line-height:1.5; letter-spacing:-1px; font-weight:700;}



.intro_con01 {margin-top: 50px; margin-bottom:50px;}
.intro_con01 .inner {width:1200px; margin:0 auto;}
.intro_con01 li{overflow:hidden;}
.intro_con01 li > div{float: right;width: 50%; height: 427px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.intro_con01 li:nth-of-type(2n) > div{float: left; height: 367px;}

.intro_con01 .img{padding:0px 0;}
.intro_con01 .img img{width: 100%;}

.intro_con01 li:nth-of-type(2n) .txt{padding: 50px 50px; text-align:left;}

.intro_con01 .txt{padding: 40px 50px; text-align:left;}
.intro_con01 .txt h4{font-family: 'ONE-Mobile-Regular'; font-size:30px;color: #008cc7;line-height: 1.2;font-weight: 600; margin-bottom:20px;}
.intro_con01 .txt h4 span {color:#ff7200; font-size:27px; padding-top:10px; display:block;}
.intro_con01 .txt h3{font-family: 'ONE-Mobile-Regular'; font-size: 22px;color: #2c2c2c;line-height: 1.2;font-weight: 600; margin-bottom:20px;}
.intro_con01 .txt h3 span { font-size: 25px;}
.intro_con01 .txt p{ font-size: 18px; color: #5f5f5f; font-weight: 400; line-height: 1.5; letter-spacing: -.5px;}
.intro_con01 .txt dl dd {display:block; margin-bottom: 6px;font-size: 18px;color: #5f5f5f;font-weight: 400;line-height: 1.5; letter-spacing: -.5px;}

@media all and (max-width:1000px){
	.intro_con01 .inner {width:100%; margin:0 auto;}
	.intro_con01 li + li{margin-top: 40px;}
	.intro_con01 li > div{width: 100%;height: auto;}
	.intro_con01 li > div,
	.intro_con01 li:nth-of-type(2n) > div{float:none; height: auto;}
	.intro_con01 .txt{width: 100%;position:relative;background-color: #fff;}
}

@media all and (max-width:800px){
	.intro_con01 li + li{margin-top: 0vw;}
	.intro_con01 li:nth-of-type(2n) .txt{padding: 12.5vw 3.8125vw;}
	.intro_con01 .txt{padding: 12.5vw 3.8125vw;}
	.intro_con01 .txt h4{font-size: 18px;}
	.intro_con01 .txt h4 span { font-size:16px; padding-top:5px;}
	.intro_con01 .txt p{font-size: 15px;}

	.intro_con01 .txt h3{ font-size: 16px;}
	.intro_con01 .txt h3 span { font-size: 20px;}
	.intro_con01 .txt dl dd {font-size: 15px;}
}




.organization_con_s {margin:30px 0;}
.organization_con_s h4 {font-family: 'ONE-Mobile-Regular'; font-size:18px; font-weight:600; color:#444; text-align:center; margin-bottom:50px;}
.organization_con_s .con .top{padding-bottom:80px}
.organization_con_s .con .top .main{width:880px; margin:0 auto;position:relative; padding-bottom:30px}
.organization_con_s .con .top .main .circle{z-index:19; position:relative; line-height:1.5; box-sizing:border-box; margin:0 auto; background:#fff; text-align:center;}
.organization_con_s .con .top .main .circle p{font-size:20px; color:#ff8400; letter-spacing:-.5px; font-weight:700; line-height:1.3; width:500px; padding:10px 0; border:7px solid #ff8400; margin:0 auto;}
.organization_con_s .con .top .main .circle p span {display:block; font-size:16px;font-weight:600;}
.organization_con_s .con .top .main .line{position:absolute; display:block; left:50%; top:16px; width:1px; height:207px; border-left:1px dotted #d3d3d3;}
.organization_con_s .con .top .main .line i{position:absolute; left:-4px; bottom:100px; display:block; width:6px; height:6px; border-radius:6px; background:#ff8400;}

.organization_con_s .con .top .main2{width:600px; margin:0 auto;position:relative; border-bottom:1px dotted #d3d3d3; padding-bottom:30px; }
.organization_con_s .con .top .main2 .circle{z-index:19; position:relative; line-height:1.5; box-sizing:border-box; margin:0 auto; background:#fff; text-align:center;}
.organization_con_s .con .top .main2 .circle p{font-family: 'ONE-Mobile-Regular'; font-size:18px; color:#333; letter-spacing:-.5px; font-weight:700; line-height:1.3; width:500px; padding:10px 0; border:7px solid #333; margin:0 auto; border-radius:10px;}
.organization_con_s .con .top .main2 .circle p span {display:block; font-size:16px;font-weight:500;}
.organization_con_s .con .top .main2 .line i{position:absolute; left:-4px; bottom:100px; display:block; width:6px; height:6px; border-radius:6px; background:#ff8400;}


.organization_con_s .con .bot .sub_four{ text-align:center; font-size:0; margin-top:-17px;}
.organization_con_s .con .bot .sub_four .box{position:relative; vertical-align:top; background:#fff; width:277px; margin-right:20px; box-sizing:border-box; display:inline-block; font-size:0; }
.organization_con_s .con .bot .sub_four .box:last-child{margin-right:0;}
.organization_con_s .con .bot .sub_four .box .line{position:absolute; display:block; left:50%; top:-64px; width:1px; height:60px; border-left:1px dotted #d3d3d3;}
.organization_con_s .con .bot .sub_four .box .line i{position:absolute; left:-4px; top:-3px; display:block; width:6px; height:6px; border-radius:6px; background:#ff8400;}

.organization_con_s .con .bot .sub_four .box h3{font-family: 'ONE-Mobile-Regular'; font-weight:600; width:100%; height:50px; background:#ff8400; position:relative; line-height:50px; border-radius:10px;}
.organization_con_s .con .bot .sub_four .box h3 span{font-size:18px; color:#fff; letter-spacing:-.5px; position:absolute; width:100%; left:0; top:0px;}
.organization_con_s .con .bot .sub_four .box h3 span i {font-size:15px; font-style:normal;}
.organization_con_s .con .bot .sub_four .box p{line-height:1.5; font-size:17px; color:#ff8400; font-weight:500; letter-spacing:-.5px; text-align:center; border:1px solid #d6dae1; padding:10px 0;  margin-top:10px; border-radius:10px;}


@media all and (max-width:1000px){
	.organization_con_s h4 {font-size:15px; line-height:1.5;}
	.organization_con_s .con .top{width:100%; margin:0 auto;}
	.organization_con_s .con .top .main{width:100%; padding-bottom:10px}
	.organization_con_s .con .top .main .circle p{font-size:18px; width:100%;}
	.organization_con_s .con .top .main .circle p span {font-size:13px;}
	.organization_con_s .con .top .main .line{ top:10px;}

	.organization_con_s .con .top .main2{width:100%; }
	.organization_con_s .con .top .main2 .circle p{font-size:18px; width:100%;}
	.organization_con_s .con .top .main2 .circle p span {font-size:13px;}
	
	.organization_con_s .con .bot .sub_four{width:100%; margin-top:-100px;}
	.organization_con_s .con .bot .sub_four .box{margin-left:0; width:100%; margin-right:0px; margin-bottom:20px; min-height:auto;}
	.organization_con_s .con .bot .sub_four .box:last-child{margin-left:0;}
	.organization_con_s .con .bot .sub_four .box .line{top:-20px; width:1px; height:20px; border-left:1px dotted #d3d3d3;}
}

.company {margin-top:50px;}
.company .img {margin-bottom:20px;}
.company .con_box {display:table;width:100%;border-collapse: collapse;margin-bottom:100px;}
.company .con_box div.con_box_row {display: table-row;}
.company .con_box div.box {display:table-cell;vertical-align: middle;width:350px;height:300px;border: solid #ddd; border-width:1px;text-align:center;}
.company .con_box div.box.first {background:#f6f6f6;} 
.company .con_box div.box div.bg {margin-bottom:20px;}
.company .con_box div.box div.con h4 {margin-bottom:10px;color:#303434;font-size:15px;line-height:1.5;font-weight:700;}
.company .con_box div.box div.con p {color:#666666;font-size:17px;line-height:1.5;font-weight:400; letter-spacing:-.5px;}



@media( max-width:1024px) {
	.company .con_txt {padding:20px 0}
	.company .con_txt h3 {font-size:1.5em;}
	.company .con_txt p {font-size:0.8em;padding:0 10px;}

	.company .con_box div.box {display:inline-block;width:50%;height:auto;min-height:180px;margin-top:-1px;margin-left:-1px;padding:20px 0;}
	.company .con_box div.box.first {padding:50px 0}
	.company .con_box div.box div.bg {margin-bottom:5px;}
	.company .con_box div.box div.con h4 {font-size:13px;margin-bottom:5px;}
	.company .con_box div.box div.con p {font-size:15px;}
	

}

@media( max-width:640px) {
	
	.company .con_box div.box {width:100%;min-height:auto;}

}


.story {margin-top:50px;}
.story .img {margin-bottom:20px;}
.story .con_box {display:table;width:100%;border-collapse: collapse;margin-bottom:100px;}
.story .con_box div.con_box_row {display: table-row;}
.story .con_box div.box {display:inline-block;vertical-align: middle; padding:20px; width: calc(100% /2 - 10px); border-radius:10px; margin:5px; border:5px solid #ff7015; text-align:center;}
.story .con_box div.box:nth-child(2) {border:5px solid #8bc4d8;}
.story .con_box div.box:nth-child(3) {border:5px solid #b3a0e1;}
.story .con_box div.box:nth-child(4) {border:5px solid #ff7e72;}
.story .con_box div.box.first {background:#f6f6f6;} 
.story .con_box div.box div.bg {margin-bottom:20px;}
.story .con_box div.box div.con h4 {margin-bottom:10px;color:#303434; font-family: 'ONE-Mobile-Regular';  font-size:20px;line-height:1.5;font-weight:600;}
.story .con_box div.box div.con p {color:#666666;font-size:17px;line-height:1.5;font-weight:400; letter-spacing:-.5px;}


@media( max-width:1200px) {
	.story .con_txt {padding:20px 0}
	.story .con_txt h3 {font-size:1.5em;}
	.story .con_txt p {font-size:0.8em;padding:0 10px;}

	.story .con_box div.box {display:inline-block;height:auto;min-height:180px;margin-top:-1px;margin-left:-1px;padding:20px 0;}
	.story .con_box div.box.first {padding:50px 0}
	.story .con_box div.box div.bg {margin-bottom:5px;}
	.story .con_box div.box div.con h4 {font-size:20px;margin-bottom:5px;}
	.story .con_box div.box div.con p {font-size:15px;}
	

}

@media( max-width:640px) {
	.story .con_box div.box {width:100%;min-height:auto;}
}


.title {text-align:center; font-size:25px; font-weight:600; font-family: 'ONE-Mobile-Regular'; margin-bottom:30px;}
.title:before {content: ""; display:block; margin:10px auto; width:50px; height:50px; background: url('../img/title_logo.png') center top no-repeat; }


.massage_con01 .massage_con_bg01{background: url(../img/massage_bg.jpg) center top no-repeat; background-position: center center;width:100%;height:700px;margin-top:50px;background-size:contain;position:relative;}
.massage_con01 .massage_con_bg01 .txt {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%); color:#fff; text-align:center;width:100%; padding:20px;}
.massage_con01 .massage_con_bg01 .txt h3 {font-family: 'ONE-Mobile-Regular'; font-size:25px; margin-bottom:30px; font-weight:600;}
.massage_con01 .massage_con_bg01 .txt p {font-size:17px; line-height:1.5;}

@media all and (max-width:1400px){
.massage_con01 .massage_con_bg01{background-size:cover}
}


@media all and (max-width:768px){
.massage_con01 .massage_con_bg01{background:#09c5b9 url(../img/massage_bg_m.jpg) no-repeat; height:600px; background-size:100%;}
.massage_con01 .massage_con_bg01 .txt { padding:0 30px;}
.massage_con01 .massage_con_bg01 .txt h3 { font-size:20px; }
.massage_con01 .massage_con_bg01 .txt p {font-size:15px; }

}


.sub_tit {text-align:center; }
.sub_tit .hr {width:1px; height:50px; margin:0 auto 20px; background-color:#d7d7d7; }
.sub_tit h4 {font-family: 'ONE-Mobile-Regular'; font-size:25px; letter-spacing:-.5px; line-height:1.5; font-weight:600; color:#000000; }
.sub_tit i {font-size:14px; color:#d1d1d1; letter-spacing:0.5em; font-style:normal; }
.sub_tit p{font-size:18px; color:#666666; letter-spacing:-0.025em; line-height:1.5; font-weight:400; margin-top:25px; word-break:keep-all;}

@media all and (max-width:1000px){
	.sub_tit h4 {font-size:20px; }
	.sub_tit p{font-size:15px; }
	.sub_tit img {width:230px;}
}

.massage_con02 {padding:0px 0 50px; }
.massage_con02 ul {margin-top:40px; font-size:0; letter-spacing:-4px; text-align:center; }
.massage_con02 ul li {background:#fff; display:inline-block; vertical-align:top; width:220px; height:220px; margin:5px; border:5px solid #ff7e72; box-sizing:border-box; border-radius:50%; }
.massage_con02 ul li:nth-of-type(even) {border-color:#b3a0e1; }
.massage_con02 ul li span {position:relative; z-index:2; display:block; margin-top:60px; font-size:16px; font-weight:700; color:#484848; letter-spacing:-0.025em; text-align:center; }
.massage_con02 ul li span:before {content:''; z-index:-1; position:absolute; left:50%; bottom:-3px; width:32px; height:14px; background-color:#ececec; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.massage_con02 ul li p {font-family: 'ONE-Mobile-Regular'; padding:15px 10px 0; font-size:18px; font-weight:600; color:#484848; letter-spacing:-0.025em; line-height:28px; word-break:keep-all; box-sizing:border-box; }

@media all and (max-width:800px){
	.massage_con02 ul li {width:150px; height:150px; }
	.massage_con02 ul li span {margin-top:30px; }
	.massage_con02 ul li p {font-size:15px; padding:10px 5px 0; }
}

.gray_bg {background:#f7f7f7;}

.vision_con01 {padding:0px 0 50px; }
.vision_con01 ul {margin-top:40px; font-size:0; letter-spacing:-4px; text-align:center; }
.vision_con01 ul li {background:#fff; display:inline-block; vertical-align:top; width:250px; height:120px; margin:5px; border:5px solid #ff7015; box-sizing:border-box; border-radius:20px; }
.vision_con01 ul li span {position:relative; z-index:2; display:block; margin-top:20px; font-size:16px; font-weight:700; color:#484848; letter-spacing:-0.025em; text-align:center; }
.vision_con01 ul li span:before {content:''; z-index:-1; position:absolute; left:50%; bottom:-3px; width:32px; height:14px; background-color:#ececec; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.vision_con01 ul li p {font-family: 'ONE-Mobile-Regular'; padding:15px 10px 0; font-size:18px; font-weight:600; color:#484848; letter-spacing:-0.025em; line-height:28px; word-break:keep-all; box-sizing:border-box; }

@media all and (max-width:800px){
	.vision_con01 ul li {width:100%; margin:0px 0 10px;}
	.vision_con01 ul li span {margin-top:25px; }
	.vision_con01 ul li p {font-size:15px; padding:10px 5px 0; }
}


.vision_con02 {padding:0px 0 50px; }
.vision_con02 ul {margin-top:40px; font-size:0; letter-spacing:-4px; text-align:center; }
.vision_con02 ul li {background:#fff; display:inline-block; vertical-align:top; width:220px; height:220px; margin:5px; border:5px solid #ff7015; box-sizing:border-box; border-radius:50%; }
.vision_con02 ul li:nth-of-type(even) {border-color:#00d7ca; }
.vision_con02 ul li span {position:relative; z-index:2; display:block; margin-top:60px; font-size:16px; font-weight:700; color:#484848; letter-spacing:-0.025em; text-align:center; }
.vision_con02 ul li span:before {content:''; z-index:-1; position:absolute; left:50%; bottom:-3px; width:32px; height:14px; background-color:#ececec; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.vision_con02 ul li p {font-family: 'ONE-Mobile-Regular'; padding:15px 10px 0; font-size:18px; font-weight:600; color:#484848; letter-spacing:-0.025em; line-height:1.5; word-break:keep-all; box-sizing:border-box; }

@media all and (max-width:800px){
	.vision_con02 ul li {width:150px; height:150px; }
	.vision_con02 ul li span {margin-top:35px; }
	.vision_con02 ul li p {font-size:15px; padding:10px 5px 0; }
}



.vision_con03 {padding:0px 0 30px; font-size:0; letter-spacing:-4px; text-align:center; }
.vision_con03 .txt_box {padding:10px 0 0px; text-align:center; }
.vision_con03 .txt_box p {font-size:18px; color:#666666; letter-spacing:-0.025em; font-weight:400; margin-top:25px; line-height:1.5; word-break:keep-all;}
.vision_con03 .box {position:relative; display:inline-block; vertical-align:top; width:30%; padding-bottom:34.858%; background:url('../img/vision_bg.png') no-repeat center center / contain; }
.vision_con03 .box > div {position:absolute; left:0; top:0; display:table; width:100%; height:100%; }
.vision_con03 .box > div > div {display:table-cell; vertical-align:middle; padding:0 15%; }
.vision_con03 .box i {display:block; width:132px; height:43px; margin:0 auto 2.49%; font-size:16px; color:#fff; letter-spacing:-0.025em; font-weight:600; line-height:43px; background-color:#ff7015; border-radius:30px; font-style:normal; text-align:center; }
.vision_con03 .box:nth-of-type(even) i {background-color:#00d7ca; }
.vision_con03 .box h5 {font-family: 'ONE-Mobile-Regular';position:relative; margin:0; padding-bottom:10%; font-size:20px; font-weight:600; color:#444444; letter-spacing:-0.025em; }
.vision_con03 .box h5:before {content:''; position:absolute; left:50%; bottom:0; width:1px; height:11px; background-color:#6f7071; -webkit-transform:rotate(45deg) translateX(-50%); -moz-transform:rotate(45deg) translateX(-50%); -ms-transform:rotate(45deg) translateX(-50%); -o-transform:rotate(45deg) translateX(-50%); transform:rotate(45deg) translateX(-50%); }
.vision_con03 .box p {padding-top:2.5%; font-size:17px; font-weight:400; color:#666666; letter-spacing:-0.025em; line-height:28px; word-break:keep-all; }
.vision_con03 .box.type02 {margin-top:2.4%; margin-right:-1.0%; margin-left:-1.0%; background:url('../img/vision_bg.png') no-repeat center center / contain; }
.vision_con03 .box.type03 {background:url('/img/vision_con03_box03.png') no-repeat center center / contain; }

@media all and (max-width:1150px){
	.vision_con03 .box {width:48%; padding-bottom:41.6%; }
	.vision_con03 .box.type02 {margin-top:20.7%; margin-left:-12.3%; }
	.vision_con03 .box.type03 {margin-top:-20.8%; margin-right:25.7%;  }
	.vision_con03 .box h5 {font-size:22px; }
	.vision_con03 .box p {font-size:18px; line-height:24px; }
}

@media all and (max-width:800px){
	.vision_con03 .txt_box p {font-size:15px; line-height:1.5; }
	.vision_con03 .box {width:95%; padding-bottom:83%; }
	.vision_con03 .box.type02 {margin-top:10px; margin-left:0; margin-right:0; }
	.vision_con03 .box i {display:block; width:100px; height:30px; margin:0 auto 2.49%; font-size:15px; color:#fff; letter-spacing:-0.025em; font-weight:600; line-height:30px; background-color:#ff7015; border-radius:30px; font-style:normal; text-align:center; }
	.vision_con03 .box h5 {font-size:17px; margin-top:10px;}
	.vision_con03 .box p {padding-top:2.5%; font-size:15px;}
}



.sub_bg {width:100%; background: url(../img/line_bg.png) center top no-repeat; }

@media all and (max-width:768px){
     .sub_bg {width:100%; background: url(../img/line_bg.png) center top; background-size:100%;}
}

.research_con01 .txt {color:#333; text-align:center; padding:20px; margin-top:30px;}
.research_con01 .txt dl {font-size:0; margin-bottom:20px; margin-top:20px;}
.research_con01 .txt dl dd {font-size:17px; line-height:1.5; font-family: 'ONE-Mobile-Regular'; font-weight:600; letter-spacing:-.5px; display:inline-block; border-radius:20px; width: calc(100% /3 - 10px); margin:0 5px; border:5px solid #ddd; padding:20px;}
.research_con01 .txt h3 {font-family: 'ONE-Mobile-Regular'; font-size:25px; margin-bottom:30px; font-weight:600;}
.research_con01 .txt h4 {font-family: 'ONE-Mobile-Regular'; font-size:20px; margin-bottom:30px; font-weight:600; background:#1bc8bd; border-radius:20px; color:#fff; padding:20px;}
.research_con01 .txt p {font-size:17px; line-height:1.5; font-weight:400; letter-spacing:-.5px;}

@media all and (max-width:768px){
     .research_con01 .txt { padding:0 30px;}
     .research_con01 .txt h3 { font-size:20px; }
     .research_con01 .txt p {font-size:15px; }
	 .research_con01 .txt dl dd {font-size:15px; display:block; width: 100%; margin:5px 0px; padding:5px;}
	 .research_con01 .txt h4 {font-size:15px; padding:10px; line-height:1.5;}
}


.research_con02 .txt {color:#333; text-align:center; padding:20px;}
.research_con02 .txt dl {font-size:0; margin-bottom:20px; margin-top:20px;}
.research_con02 .txt dl dd {width:100%; font-size:17px; line-height:1.5; font-weight:400; letter-spacing:-.5px; margin-bottom:10px; border-radius:20px; border:5px solid #ddd; padding:20px;}

@media all and (max-width:768px){
     .research_con02 .txt { padding:0 30px;}
     .research_con02 .txt dl dd { font-size:15px; }
}

.margin50 {margin-bottom:50px;}


.open_con01{padding-bottom:50px; font-size:0; letter-spacing:-4px;}
.open_con01 .img_box{text-align:center; padding-top:40px;}
.open_con01 .img_box img{max-width:100%;}
.open_con01 .txt_box{padding-top:60px;}
.open_con01 .txt_box .box{display:inline-block; vertical-align:top; padding:20px 30px; box-sizing:border-box; width:25%; border-left:1px solid #ddd}
.open_con01 .txt_box .box:nth-of-type(n+5){margin-top:60px;}
.open_con01 .txt_box .box p{display:inline-block; font-size:18px; padding:10px 20px; letter-spacing:0; color:#fff; background:#ff7015; text-align:center; border-radius:50px; font-family: 'ONE-Mobile-Regular'; font-weight:600; word-break:keep-all;}
.open_con01 .txt_box .box dl {width:100%;}
.open_con01 .txt_box .box dt { display:inline-block; padding-top:15px; font-size:18px; letter-spacing:-0.045em; color:#333; font-weight:600;word-break:keep-all; margin-right:10px;}
.open_con01 .txt_box .box dd {display:inline-block; padding-top:15px; font-size:18px; letter-spacing:-0.045em; color:#666666; font-weight:300;word-break:keep-all;}


@media all and (max-width:1000px){
	.open_con01 .txt_box .box{width:50%; padding:20px 10px;}
	.open_con01 .txt_box .box:nth-of-type(n+3){margin-top:0px;}
	.open_con01 .txt_box .box p{ width:100%; font-size:14px;}
	.open_con01 .txt_box .box dt { display:block; font-size:16px;}
	.open_con01 .txt_box .box dd {display:block; font-size:16px;}
}

.img_txt_layout01 {margin:30px 0;}
.img_txt_layout01 .img_box {font-size:0;}
.img_txt_layout01 .img_box li {display:inline-block; width: calc(100% /2 - 0px);}
.img_txt_layout01 .img_box img {max-width: 100%;}

.img_txt_layout01 .txt_box {position: relative; z-index: 1; margin: -65px auto 0; width: calc(100% - 128px); background: #fff; border-bottom: 1px solid #faac56; padding: 40px 0 40px 80px; box-sizing: border-box;}
.img_txt_layout01 .txt_box dl {font-size: 0; letter-spacing: -4px;}
.img_txt_layout01 .txt_box dl dt {display: inline-block; vertical-align: top; width: 273px; padding: 20px 20px 20px 0; box-sizing: border-box;}
.img_txt_layout01 .txt_box dl dt h4 {font-family: 'ONE-Mobile-Regular'; color: #666; font-weight: 600; font-size: 16px; letter-spacing: 0.02em;}
.img_txt_layout01 .txt_box dl dt h5 {word-break: keep-all; font-family: 'ONE-Mobile-Regular';  color: #ff8a00; font-weight: 600; font-size: 30px; letter-spacing: -0.04em; line-height: 1.1; margin: 0; margin-top: 10px;}
.img_txt_layout01 .txt_box dl dt h5 span {font-size:20px; display:block; margin-top:20px; line-height:1.5;}
.img_txt_layout01 .txt_box dl dd {display: inline-block; vertical-align: top; width: calc(100% - 273px); padding: 0 48px; box-sizing: border-box; border-left: 1px solid #e5e5e5;}
.img_txt_layout01 .txt_box dl dd .t_box {display: table; width: 100%; height: 129px;}
.img_txt_layout01 .txt_box dl dd .t_box .tc_box {display: table-cell; vertical-align: middle; text-align: center;}
.img_txt_layout01 .txt_box dl dd .t_box .tc_box .txt_wrap {display: inline-block; text-align: left;}
.img_txt_layout01 .txt_box dl dd p {word-break: keep-all; color: #666666; font-weight: 400; font-size: 17px; letter-spacing: -0.04em; line-height: 1.6; word-break: keep-all; margin-top:20px;}
.img_txt_layout01 .txt_box dl dd p span {font-family: 'ONE-Mobile-Regular';  color: #333333; font-weight: 600; font-size:18px;}
.img_txt_layout01 .txt_box dl dd p.no {color: #666666; font-weight: 400; font-size: 17px; letter-spacing: -0.04em; line-height: 1.6; word-break: keep-all; margin-top:0px;}
.img_txt_layout01 .txt_box dl dd p i {font-style:normal; display:block;}
.img_txt_layout01 .txt_box dl dd p i:before {content: ""; position:absolute; width:4px; height:4px; background:#ddd; text-align:left; margin-left:-10px; border-radius:5px; margin-top:11px;}

.stitle {font-family: 'ONE-Mobile-Regular'; text-align:center; font-size:20px; font-weight:600; margin-bottom:30px;}

.info {text-align:center; display:inline-block; width: calc(100% /3 - 10px); vertical-align:top; margin:0 5px; border-bottom:1px solid #ddd; min-height:100px;}
.info h3 {color: #4bbcb5; font-weight: 700; font-size: 17px; letter-spacing: -0.04em; line-height: 1.6; border-left: 0px solid #e5e5e5; word-break: keep-all; border-radius:30px; border:4px solid #00d7ca; margin-bottom:10px;}
.info span {display:block; color: #666666; font-weight: 400; font-size: 16px; letter-spacing: -0.04em; line-height: 1.3; }


@media all and (max-width: 1200px) {
	.img_txt_layout01 .txt_box {width: calc(100% - 80px);}
	.img_txt_layout01 .txt_box {padding: 30px 0 30px 40px;}
	.img_txt_layout01 .txt_box dl dt { width: 200px; padding: 20px 20px 20px 0; box-sizing: border-box;}
	.img_txt_layout01 .txt_box dl dd {padding: 0 30px;}
}
@media all and (max-width: 1000px) {
	.img_txt_layout01 .txt_box {padding: 20px 0 20px 20px;}
	.img_txt_layout01 .txt_box {width: 100%; margin-top: 0;}
	.img_txt_layout01 .txt_box dl dt {display:block; width: 250px;}
	.img_txt_layout01 .txt_box dl dt h5 {font-size: 25px;}
	.img_txt_layout01 .txt_box dl dd {display:block; border-left: none;padding: 0 20px; width: calc(100% - 0px);}
	.img_txt_layout01 .txt_box dl dd p {font-size: 15px;}
}
@media all and (max-width: 767px) {
	.stitle { font-size:16px; line-height:1.5;}
	
	.img_txt_layout01 .img_box li {display:block; width: 100%; margin-bottom:1px; }
	.img_txt_layout01 .txt_box {padding: 0px;}
	.img_txt_layout01 .txt_box dl dt {width: 100%; padding: 30px 0;}
	.img_txt_layout01 .txt_box dl dd {width: 100%; border-left: none; border-top: 1px solid #e5e5e5; padding: 0;}
	.img_txt_layout01 .txt_box dl dd .t_box {display: block; padding: 30px 0 10px; box-sizing: border-box; height: initial; min-height: 129px;}
	.img_txt_layout01 .txt_box dl dd .t_box .tc_box {display: block; text-align: left;}

	.info {text-align:left; display:block; width: 100%; vertical-align:top; margin:10px 0; min-height:40px; border-bottom:0px solid #ddd; }
	.info h3 {float:left; padding:0px 5px; margin-right:10px; font-size: 14px; }
	.info span {display:inline-block; color: #666666; font-weight: 400; font-size: 15px; letter-spacing: -0.04em; line-height: 1.3; padding-top:8px;}
}



.img_txt_layout02 {font-size: 0; letter-spacing: -4px; text-align: center; margin-top:50px;}
.img_txt_layout02 .img_box {display: inline-block; vertical-align: top; width: calc(50% - 5px); max-width: 500px; border: 2px solid #faac56; box-sizing: border-box;}
.img_txt_layout02 .img_box img {max-width: 100%;}
.img_txt_layout02 .txt_box {position: relative; z-index: 1; display: inline-block; vertical-align: top; margin-top: 45px; margin-left: -20px; width: calc(50% + 25px); max-width: 547px; padding: 50px 70px; box-sizing: border-box; text-align: left; min-height: 400px; background: #ffffff url('/img/department_deco02.png') no-repeat right -77px bottom -25px; box-shadow: 22px 22px 70px rgb(33 60 73 / 5%);}
.img_txt_layout02 .txt_box .tit span {font-family: 'ONE-Mobile-Regular'; color: #666666; font-weight: 600; font-size: 18px; letter-spacing: -.5px; margin-bottom:10px; display:block;}
.img_txt_layout02 .txt_box .tit h5 {font-family: 'ONE-Mobile-Regular'; color: #ff8a00; font-weight: 600; font-size: 30px; letter-spacing: -.5px; margin: 0;}
.img_txt_layout02 .txt_box .tit h5 b {position: relative;}
.img_txt_layout02 .txt_box .tit h5 b:after {position: absolute; right: 0; bottom: -10px; display: block; width: 212px; height: 2px; background: #faac56; content: '';}
.img_txt_layout02 .txt_box .desc {margin-top: 60px;}
.img_txt_layout02 .txt_box .desc h6 {color: #faac56; font-weight: 700; font-size: 20px; letter-spacing: 0.1em; margin: 0; margin-bottom: 15px;}
.img_txt_layout02 .txt_box .desc p {position: relative; color: #666666; font-weight: 400; font-size: 17px; letter-spacing: -.5px; line-height: 1.6; box-sizing: border-box;}
.img_txt_layout02 .txt_box .desc p + p {margin-top: 5px;}
.img_txt_layout02 + .img_txt_layout02 {margin-top: 60px;}

@media all and (max-width: 1200px) {
	.img_txt_layout02 .txt_box {width: calc(50% + 45px); margin-left: -40px;}
}

@media all and (max-width: 767px) {
	.img_txt_layout02 .img_box {width: 100%; max-width: 500px; margin: 0 auto;}
	.img_txt_layout02 .txt_box {width: 100%; max-width: 500px; margin: 0 auto; padding: 50px 20px;}
	.img_txt_layout02 .txt_box .tit h5 {font-size: 25px;}
}



.clinic_con01 {margin-top: 50px;}
.clinic_con01 h3 {transform: rotate(-0.03deg); font-size: 17px;color: #222;line-height: 1.2;font-weight: 700; margin-bottom:20px;}
.clinic_con01 .inner {width:1200px; margin:0 auto;}
.clinic_con01 li{overflow:hidden;}
.clinic_con01 li > div{float: left;width: 50%;height: 800px;-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{padding:50px 0;}
.clinic_con01 .img img{width: 100%;}
.clinic_con01 .txt{padding: 60px 50px; text-align:left;}
.clinic_con01 .txt h4{transform: rotate(-0.03deg); font-size: 15px;color: #222;line-height: 1.2;font-weight: 700;-ms-word-break: keep-all;word-break: keep-all;}
.clinic_con01 .txt p{font-size:17px; line-height:1.5; font-weight:400; letter-spacing:-.5px;}

@media all and (max-width:1000px){
	.clinic_con01 .inner {width:100%; margin:0 auto;}
	.clinic_con01 li + li{margin-top: 40px;}
	.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;}
}

@media all and (max-width:800px){
	.clinic_con01{margin-top: 9.375vw;}
	.clinic_con01 h3 {transform: rotate(-0.03deg); font-size: 15px;color: #222;line-height: 1.2;font-weight: 700; margin-bottom:20px;}
	.clinic_con01 li + li{margin-top: 6.25vw;}
	.clinic_con01 .txt{padding: 2.5vw 7.8125vw;}
	.clinic_con01 .txt h4{font-size: 15px;}
	.clinic_con01 .txt p{font-size:15px;}
}


.clinic_con02 {margin-top: 50px;}
.clinic_con02 .inner {width:1200px; margin:0 auto;}
.clinic_con02 li{overflow:hidden;}
.clinic_con02 li:nth-of-type(2n) > div{float: right;}
.clinic_con02 .img{float:left; padding:50px 0; width:40%;}
.clinic_con02 .img img{width: 100%;}
.clinic_con02 .txt{display:inline-block; width:60%; padding: 60px 50px; text-align:left;}
.clinic_con02 .txt h3{font-size: 20px;color: #222;line-height: 1.2;font-weight: 700; margin-bottom:20px;}
.clinic_con02 .txt h3 span {color:#ff961c; font-size:22px;}
.clinic_con02 .txt h4{font-size: 15px;color: #222;line-height: 1.2;font-weight: 700;}
.clinic_con02 .txt p{font-size:17px; line-height:1.5; font-weight:400; letter-spacing:-.5px;}
.clinic_con02 .txt dl {margin-top:20px;}
.clinic_con02 .txt dl dt {float:left; width:150px; border-radius:10px; text-align:center; color:#fff; margin-right:10px;  font-size:16px; font-weight:600; padding:10px 0; background:#ff8400; }
.clinic_con02 .txt dl dd {display:inline-block; width:400px; font-size:16px; letter-spacing:-.5px; font-weight:400; line-height:1.4;}

.clinic_con02 li:nth-child(2) h3 span {color:#ff7e72;}
.clinic_con02 li:nth-child(2) dl dt { background:#ff7e72; }

.clinic_con02 li:nth-child(3) h3 span {color:#8bc4d8;}
.clinic_con02 li:nth-child(3) dl dt { background:#8bc4d8; }

.clinic_con02 li:nth-child(4) h3 span {color:#6dd297;}
.clinic_con02 li:nth-child(4) dl dt { background:#6dd297; }

@media all and (max-width:1000px){
	.clinic_con02 .inner {width:100%; margin:0 auto;}
	.clinic_con02 li + li{margin-top: 40px;}
	.clinic_con02 li > div{width: 100%;height: auto;}
	.clinic_con02 li > div,
	.clinic_con02 li:nth-of-type(2n) > div{float:none; }
	.clinic_con02 .img{float:none; padding:50px 0; width:100%;}
	.clinic_con02 .txt{display:block;width: 100%; padding: 60px 20px; position:relative;background-color: #fff;}
}

@media all and (max-width:800px){
	.clinic_con02{margin-top: 9.375vw; margin-bottom:50px;}
	.clinic_con02 .txt h3{font-size: 18px;}
	.clinic_con02 .txt h3 span {display:block; font-size:22px;}
	.clinic_con02 li + li{margin-top: 6.25vw;}
	.clinic_con02 .txt{padding: 2.5vw 2.8125vw;}
	.clinic_con02 .txt h4{font-size: 15px;}
	.clinic_con02 .txt p{font-size:15px;}
	.clinic_con02 .txt dl dt {float:left; width:100%; margin-bottom:10px;}
	.clinic_con02 .txt dl dd {display:block; width:100%; }
}


.story_con01 {padding:0px 0 50px; font-size:0;}
.story_con01 h4 {color:#ff8a00;}
.story_con01 dl {margin-top:20px;}
.story_con01 dl dd {display:inline-block; width: calc(100% /4 - 0px); margin-bottom:1px;}

@media all and (max-width:800px){
	.story_con01 dl dd {width: calc(100% /2 - 2px); margin:1px;}
}

.mar50 {margin-bottom:50px;}


.story_sub .story_sub_bg01{text-align:center; background: #e8e8e8 url(../img/story_sub_bg.jpg) center top no-repeat; background-position: center center;width:100%;height:750px;margin-top:50px;background-size:contain;position:relative;}
.story_sub .story_sub_bg01 i {position:absolute; text-align:center; left:50%; transform:translateX(-50%);}
.story_sub .story_sub_bg01 .txt {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%); color:#333; text-align:center;width:100%; padding:20px;}
.story_sub .story_sub_bg01 .txt h3 {font-family: 'ONE-Mobile-Regular'; font-size:25px; margin-bottom:30px; font-weight:600;}
.story_sub .story_sub_bg01 .txt p {font-size:17px; line-height:1.5;}
.story_sub .story_sub_bg01 .txt span {display:block; margin-top:100px;}

.story_sub .story_sub_bg01 dl {position:absolute;bottom:0;left:50%;transform:translate(-50%,-50%); color:#333; text-align:center;width:100%; padding:20px;}
.story_sub .story_sub_bg01 dl dd {font-size:15px; display:inline-block; background:#4692bc; color:#fff; border-radius:50px; padding:10px; font-weight:600;}

@media all and (max-width:1400px){
.story_sub .story_sub_bg01{background-size:cover}
}


@media all and (max-width:768px){
.story_sub .story_sub_bg01{background:#e8e8e8 url(../img/story_sub_bg_m.jpg) no-repeat; height:700px; background-size:100%;}
.story_sub .story_sub_bg01 i {position:relative; margin:0 auto;left:0; text-align:center;}
.story_sub .story_sub_bg01 .txt {position:relative; padding:0 30px; top:0%;left:0%;transform:translate(0%,0%);}
.story_sub .story_sub_bg01 .txt h3 { font-size:20px; }
.story_sub .story_sub_bg01 .txt p {font-size:15px; }
.story_sub .story_sub_bg01 dl {position:relative;bottom:0;left:0%;transform:translate(0%,0%); color:#333; text-align:center;width:100%; padding:20px;}
.story_sub .story_sub_bg01 dl dd {margin-bottom:5px; display:block;}

}
