﻿@charset "utf-8";

/* 페이지 공통 */
h2.eng_title {text-align: center;     text-transform: uppercase;
        padding: 0 2em 2em 2em;
    font-weight: bold;}
h3.a {padding-left:1em; position: relative; clear:both; margin-bottom:1em;}
h3.a:after {
        content: "";
    display: block;
    width: 60px;
    height: 39px;
    border-left: 6px solid #ff0000;
    margin: 0px 0px 0px 0;
    position: absolute;
    top: 2px;
    left: 2px;
      }
h3.b {
        text-align: center;
      }
h3.b:after {
        content: "";
        display: block;
        width: 60px;
        border-bottom: 5px solid #bcbcbc;
        margin: 20px auto;
      }
ul.a li {    font-size: 1.2em;
    font-weight: 300;
    color: black;
    position: relative;
    padding-left: 1.5em;
    display: table;
    margin-bottom: 0.5em; }    
ul.a li:after {
            content: "";
    display: block;
    width: 10px;
    height: 10px;
    /* border-left: 6px solid #ff0000; */
    margin: 0px 0px 0px 0;
    position: absolute;
    top: 5px;
    left: 2px;
    /* background-color: red; */
    border-radius: 2em;
    border: 4px solid red;
      }
a.btn1 {padding: 0.5em 3em;
    border: 1px solid #ccc;
    display: table;
    color: #424242;
    font-size: 1.5em;
    font-weight: 600; }
a.btn2 {    padding: 0.5em 3em;
    border: 1px solid #ccc;
    display: table;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 400;
    background-color: #f53400;     margin: 0 auto;}
a.btn_reser {padding: 0.5em 3em;
    border: 1px solid #ccc;
    display: table;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 400;
    background-color: #f53400; margin:0 auto;}
    
.sub_all {clear: both;
    width: 100%;
    display: table;
    padding-top: 5em;}

ul.map {clear: both; display: table;     width: 100%;}
ul.map li{    font-size: 1.5em;
    float: left;
    width: 50%;
    padding-bottom: 1em;}
ul.map li span{    display: table;}
ul.map li i{color: #f53400;     float: left;
    margin-top: 0.3em; }
ul.map li p{float: left;     display: table;
    margin-left: 1em;}
    


.mBox{width:290px; height:290px; float:left; margin:0 10px 10px 0; border-radius:10px; overflow:hidden;}
/* 공지사항 */
.m-notice{width:527px!important; padding:30px; background:#f1f1f1;}
.m-gallery {float:right;}
.more_noti{background:url('./../img/m_more_noti.gif') no-repeat 50% 50%;}
/*tab연결후 변경css*/
.notice_tab{margin-bottom:15px;     position: relative;}
.notice_tab:after{content:''; display:block; clear:both;}
.notice_tab li{float:left;width:160px;text-align:center;height:40px;}
.notice_tab li:nth-child(3){/*width:106px;*/}
.notice_tab li:nth-child(4){width:100px;}
.notice_tab li a{font-size:25px; color:#333; font-weight:600;line-height: 40px;display: block;}
.notice_tab li.on{border-bottom: solid 2px #b51d23;}
.notice_tab li.on a{color:#b51d23;}
.notice_con{position:relative;}
a.more_notice{display:block; position:absolute; right:10px; top:-45px; width:20px; height:20px; text-indent:-9999px;background: url(./../img/m_more_cal2.gif) no-repeat 50% 50%;}
a.more_notice2{display:block; position:absolute; right:10px; top:14px; width:20px; height:20px; text-indent:-9999px;background: url(./../img/m_more_cal2.gif) no-repeat 50% 50%;}

.m-list li{position:relative; line-height:30px; margin-bottom:5px;}
.m-list li:before{content:''; display:block; width:3px; height:3px; background:#009199; position:absolute; left:0; top:13px;}
.m-list li a.m-noti{padding-left:12px; display:block; width:420px; font-size:17px; font-weight:600; color:#555; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;}
.m-list li .m-noti-date{display:block; width:120px; position:absolute; right:0; top:0; text-align:right; color:#888;}

.m-list-img li{            position: relative;
    /* line-height: 30px; */
    margin-bottom: 5px;
    float: left;
    width: 12em;
    height: 16em;
    margin-right: 0.5em;
    margin-top: 2em;
}
.m-list-img li:before{content:''; display:block; width:3px; height:3px; background:#009199; position:absolute; left:0; top:13px;}
.m-list-img li:nth-last-child(1) {margin-right:0; }
.m-list-img li a.m-noti{padding-left:12px; display:block; width:420px; font-size:17px; font-weight:600; color:#555; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal;}
.m-list-img li a img {height: 12em;     width: 100%;
}
.m-list-img li .m-noti-date{display:block; width:120px; position:absolute; right:0; top:0; text-align:right; color:#888;}

ul.tab1 {display: table;
    width: 100%;
    margin: 0;
    padding: 0;     box-sizing: border-box;}	
ul.tab1 > li {    display: table;
    padding: 0;
    margin: 0;
    float: left;
    width: 50%;     box-sizing: border-box;
}	
ul.tab1 > li > a{    background-color: gray;
    padding: 1em 3em;
    color: #fff;
    display: table;
    width: 100%;
    text-align: center;
    font-size: 1.4em;     box-sizing: border-box;
}
ul.tab1 > li > a.on {background-color: black;}
ul.tab1 > li:nth-of-type(1) {}
ul.tab1 > li:nth-last-child(1) {float: right;}

ul.s1 {display: table;
    margin: 0 1em;
    }
ul.s1> li{
	    position: relative;
    padding: 0 0 0.5em 1em;
}
ul.s1> li::before{
	content: "";
    width: 4px;
    height: 4px;
    background-color: #80b517;
    margin: 8px 30px 0 0;
    position: absolute;
    left: 0px;    top: 3px;
}

ul.s2 {display: table;
    margin: 0 1em;
    font-size: 1.2em;
}
ul.s2> li{
	    position: relative;
    padding: 0 0 0.5em 1em;    text-align: left;
}
ul.s2> li::before{
	    content: "";
    width: 4px;
    height: 4px;
    background-color: #80b517;
    margin: 8px 30px 0 0;
    position: absolute;
    left: 0px;
    top: 3px;
}
ul.photo {    display: table;
    width: 100%; margin-top: 1em;}
ul.photo li{    display: table;
    width: 32%;
    height: 270px;
    border-radius: 1em;
    background-size: cover;
    float: left;
    margin-right: 1.2em;
    margin-bottom: 1em;}
    
ul.photo li:nth-child(3){margin-right:0;}
ul.photo li:nth-child(6){margin-right:0;}
ul.photo li:nth-child(9){margin-right:0;}
ul.photo li:nth-child(12){margin-right:0;}

ul.g1 {}
ul.g1 > li{
        float: left;
    width: 32%;
    margin-right: 0.9em;
}
ul.g1 > li:nth-last-child(1){    margin-right: 0;
    float: right;}
ul.g1 > li > a {}
ul.g1 > li > a img{    width: 100%;}

h2.title {padding: 0 5em 5em 5em;
    display: table;
    margin: 0 auto;}
p.center {text-align:center; padding: 1em 0; }
p.s1 {padding:1em;}
p.s1 span {color:red;     font-weight: 500;}

ul.flow1 {display: table;
    margin-bottom: 6em;}
ul.flow1 > li{display: table;
    background-repeat: no-repeat;
    height: 100px;
    float: left;
    width: 102px;
    background-color: #e8e8e8;
    margin-right: 3em;
    border-radius: 4em;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background-position-x: center;
    background-position-y: center;}
ul.flow1 > li::after {        content: ">";
    display: block;
    width: 60px;
    height: 39px;
    position: absolute;
    top: 34%;
    right: -54px;
    font-weight: bold;
    font-family: serif;
    font-size: 1.5em;
    /* background-color: #ccc; */
    color: #ccc;
}
ul.flow1 > li:nth-last-child(1)::after {content: "";}

ul.flow1 > li p {position: absolute;
    /* bottom: -2em; */
    text-align: center;
    width: 130px;
    letter-spacing: -1px;
    margin-left: -22px;
    color: black;
    font-weight: 400;
    top: 7em;
    letter-spacing: 0px;
    line-height: 1em;
    word-break: keep-all;
}

ul.flow2 {display: table;
    margin-bottom: 10em;
    margin-left: 3em;}
ul.flow2 > li{    display: table;
    background-repeat: no-repeat;
    height: 100px;
    float: left;
    width: 102px;
    background-color: #e8e8e8;
    margin-right: 7em;
    border-radius: 4em;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background-position-x: center;
    background-position-y: center; }
ul.flow2 > li::after {            content: ">";
    display: block;
    width: 60px;
    height: 39px;
    position: absolute;
    top: 34%;
    right: -85px;
    font-weight: bold;
    font-family: serif;
    font-size: 1.5em;
    /* background-color: #ccc; */
    color: #ccc;
}
ul.flow2 > li:nth-last-child(1)::after {content: "";}

ul.flow2 > li p {position: absolute;
    /* bottom: -3em; */
    text-align: center;
    width: 200px;
    letter-spacing: -1px;
    margin-left: -45px;
    color: black;
    font-weight: 400;
    top: 7em;}

ul.flow3 {display: table;
    margin-bottom: 6em;}
ul.flow3 > li{        display: table;
    background-repeat: no-repeat;
    height: 144px;
    float: left;
    width: 192px;
    background-color: #e8e8e8;
    margin-right: 3em;
    border-radius: 1em;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background-position-x: 5em;
    background-position-y: 2em;
    margin-bottom: 4em;
}
ul.flow3 > li::after {        content: ">";
    display: block;
    width: 60px;
    height: 39px;
    position: absolute;
    top: 34%;
    right: -54px;
    font-weight: bold;
    font-family: serif;
    font-size: 1.5em;
    /* background-color: #ccc; */
    color: #ccc;
}
ul.flow3 > li:nth-last-child(1)::after {content: "";}
ul.flow3 > li span {color: red;
    text-align: left;
    width: 80%;
    display: table;
    padding: 0.5em 1em;
    font-weight: 600;}
ul.flow3 > li p {position: absolute;
    /* bottom: -2em; */
    text-align: center;
    width: 192px;
    letter-spacing: -1px;
    /* margin-left: -22px; */
    color: black;
    font-weight: 400;
    top: 10em;
    letter-spacing: 0px;
    line-height: 1em;
    word-break: keep-all;
    text-align: center;
    left: 0em;
}
@media screen and (max-width: 1000px) { 
	ul.tab1 > li > a {    padding: 1em 0;}
	ul.flow3 > li {    width: 160px;}
	ul.flow3 > li:nth-child(3) {
    background-position-x: 3em;
	}
}

.transform-cell-wrap{width:100%;padding: 10px 9px;height:60px;}
li.list{    background: #ef7800;
    width: 12em;
    text-align: center;
    height: 5em;
    vertical-align: middle;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 2em;}

.transform-list-wrap{height:100%;}
.transform-list{float:left;width:24%}
.transform-list + .transform-list{margin-left:0px}
.transform-list{
        position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translate(0, -50%);
    margin-right: 2.6em;
}
.transform-list > p {
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
}
li.transform-list::after {        content: ">";
    display: block;
    width: 60px;
    height: 39px;
    position: absolute;
    top: 34%;
    right: -54px;
    font-weight: bold;
    font-family: serif;
    font-size: 1.5em;
    /* background-color: #ccc; */
    color: #ccc;
}
li.transform-list:nth-last-child(1)::after {  
    display: none;}
img.right {      float: left;
    margin: 0 5em 5em 0;}
.sub_all h3.title {    margin-top: 3em; display:table;
    clear: both; position: relative;     text-transform: capitalize;}
.sub_all h3.title::after{        content: "";
    display: block;
    width: 65px;
    height: 4px;
    /* border-left: 15px solid #90cc1b; */
    margin: 0px 0px 0px 0;
    position: absolute;
    right: -80px;
    /* left: 0px; */
    top: 50%;
    background-color: #ff0000;
    /* border-radius: 1em;*/
    }
    
ul.title_info {    display: table; margin-bottom: 5em;}
ul.title_info > li{    display: table;}
ul.title_info > li:nth-child(1){    float: left;
    width: 60%;}
ul.title_info > li:nth-child(2){    float: right;
    /* display: table; */
    width: 400px;
    height: 250px;
    /* width: 100%; */
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 8px 8px 5px #a5a5a5;}
ul.title_info > li:nth-child(1) h4 {    font-size: 1.8em;     word-break: keep-all;}
ul.title_info > li:nth-child(1) p {font-size: 1.4em;
    font-weight: 400;
    margin-top: 1em; }
ul.title_info > li:nth-child(1) p:nth-last-child(1) {padding-bottom:1em;}
.detail_top{
width: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #bfbfbf;
    overflow: hidden;
    background: #f7f7f7;
}

ul.profile {}
ul.profile > li {background-size: cover;
    background-repeat: no-repeat;}
ul.profile > li:nth-child(1){width: 38%;
        height: 33em;
    float: left;}
ul.profile > li:nth-child(2) {float: right;     width: 50%;}
ul.profile > li > h2 {font-size:2em; }
ul.profile > li > h3 {margin-top: 1em; display:table;
    clear: both; position: relative;     text-transform: capitalize;}
ul.profile > li > h3:after {content: "";
    display: block;
    width: 65px;
    height: 4px;
    /* border-left: 15px solid #90cc1b; */
    margin: 0px 0px 0px 0;
    position: absolute;
    right: -80px;
    /* left: 0px; */
    top: 50%;
    background-color: #ff0000;
    /* border-radius: 1em;*/}
ul.profile > li > ul {}
ul.profile > li > ul li{}
ul.profile > li > ul li span{    font-weight: 600;
    padding-right: 1em;
}
.p_point {padding:0.5em 0}
.p_point span{color:black; font-weight:600; padding:0.5em 0}
.f_left {float:left;}    
.f_right {float:right;}    
.txt_right {text-align:right !important;}
.txt_left {text-align:left !important;}
.txt_center {text-align:center !important;}


.f_12 {font-size:1.2em !important;}
.f_14 {font-size:1.4em !important;}
.f_16 {font-size:1.6em !important;}
.f_18 {font-size:1.8em !important;}
.f_20 {font-size:2em !important;}
.f_30 {font-size:3em !important;}
.f_40 {font-size:4em !important;}
.f_50 {font-size:5em !important;}

.mt10 {margin-top:1em !important}
.ml10 {margin-left:1em !important}
.mt20 {margin-top:2em !important}
.ml20 {margin-left:2em !important}
.mt30 {margin-top:3em !important}
.ml30 {margin-left:3em !important}
.mt40 {margin-top:4em !important}
.ml40 {margin-left:4em !important}
.mt50 {margin-top:5em !important}
.ml50 {margin-left:5em !important}


@media screen and (max-width: 1000px) { 
	.sub_all h3.title::after {display:none;}
	/*.sub_all img{    width: 100%;} */
	h3.a:after {height: 18px;}
	ul.a li:after {    content: "";
    display: block;
    width: 10px;
    height: 9px;
    /* border-left: 6px solid #ff0000; */
    margin: 0px 0px 0px 0;
    position: absolute;
    top: 0px;
    left: 0px;
    /* background-color: red; */
    border-radius: 2em;
    border: 4px solid red;}
    a.btn1 {    margin: 0 auto;}
    ul.map li {
    font-size: 1.5em;
    float: none;
    width: 100%;
    padding-bottom: 1em;
	}
	    ul.map li i {
	    color: #f53400;
	    float: left;
	    /* margin-top: 0.3em; */
	    display: table;
	}
	    ul.map li p {
	       float: none;
	    display: table;
	    margin-left: 2em;
	    font-size: 0.8em;
	}
	ul.map li span {
	    display: table;
	    font-weight: 600;
	}
	a.btn_reser {
    padding: 0.5em 3em;
    border: 1px solid #ccc;
    display: table;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 400;
    background-color: #f53400;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1em;
	}
	
	ul.flow1 {}
	ul.flow1 > li {    margin-bottom: 4em;}
	ul.flow1 > li p {    width: 100px;
    margin-left: 7px;}
    
    ul.flow2 > li {    margin-right: 4em;     margin-bottom: 4em;}
    ul.flow2 > li::after {    right: -62px;}
    ul.photo li {width:100%;}
    li.list{    
    width: 10em;
    }
}

.big_w {
    font-size: 2.5em;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.que {
    text-align: center;
    margin: 1em 0;
}
.que h3 {
    font-size: 3em;
    font-weight: 900;
    margin: 2em 0 1em;
    position: relative;
}
.que h3.v2 {
    color: #f81b2e;
}
.que .sub_ti {
    font-size: 24px;
    padding-bottom: 2em;
}
.que h3:after {
	content:"Q";
	position: absolute;
	font-size: 4em;
	font-weight: 600;
	color: #eee;
	z-index: -1;
	right: 14%;
	top: -144%;
}
.que h3.exc_mark:after{
	content:"!";
	top: -68%;
	transform: rotate(15deg);
	right: 12%;
}
.que h3.exc_mark.v2:after {top: -150%;right: 9%;}
.que h3.exc_mark.v2:before {
	content:"\f309";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: -87%;
}
.que strong {color:#f81b2e;}
.que ul {
    border: 1px solid #ccc;
    padding: 2em;
}
.que ul li{
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    padding: .5em 0;
}
.que ul li span {
    background-color: #f81b2e;
    display: inline-flex;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
}
.que ul li p {
    font-size: 18px;
    font-weight: 400;
    padding-left: 70px;
    line-height: 1.6;
}
.que ul li p strong {
	color:#000000;
	background-color:#fff310;
	font-size:19px;
	padding: 0 .2rem;
	}

.que .nomal {}
.que .nomal h3 {}
.que .nomal h3:after {display:none;}
.que .nomal h3:before {
	content:"\f309";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;position: absolute;
	left: 50%;top: -87%;
}
.que .nomal span {
    background-color: #000;
    width: 38px;
    height: 38px;
    font-size: 16px;
    margin-right: 10px;
}
.que .nomal ul {}
.que .nomal ul li {
    font-size: 20px;
    padding: .2em 0;
    font-weight: 500;
}

@media screen and (max-width: 1000px){
	.big_w {font-size: 1.5rem;}
	.que h3 {
    font-size: 2em;
}
	.que .sub_ti {
    font-size: 1.2em;
}
	.que ul {
    padding: .5em;
}
	.que ul li {
    font-size: 1.4rem;
}
	.que ul li span {
    width: 30px;
    height: 30px;
    font-size: 1rem;
    margin-right: .5em;
    margin-bottom: .5em;
}
	.que ul li p {padding-left: 0;font-size: 1rem;}
	.que ul li p strong {font-size:1rem}
	.que .nomal ul li {
    font-size: 1rem;
}
	.que .nomal span {
    width: 30px;
    height: 30px;
    font-size: .8rem;
}
	.que h3:after {
    top: -56%;
}
	.que h3.exc_mark:after {
    top: -40%;
    /* right: 0; */
}
	.que h3.exc_mark.v2:after {
    top: -50%;
    right: 4%;
}
	.que .nomal h3:before {
    top: -36%;
}
	.que h3.exc_mark.v2:before {
    top: -54%;
}
}
