@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

::-webkit-scrollbar {

display:none;

} 


article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
body{line-height:1.5;font-family:'Dotum';font-size:16px;color:#333;background:#fff;-ms-overflow-style: none; } 
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0;}
ul,ol,li{list-style:none}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
fieldset,img{border:0}
hr{height:0;}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
address,caption,em,var{font-style:normal;font-weight:normal}
a{text-decoration:none;cursor:pointer;color:#333;}
a[href^="tel"]{font-style:normal}
a:hover,a:active,a:focus{text-decoration:none !important;}
b,strong{font-weight:bold}
dfn{font-style:italic}
img{border:0;vertical-align:top}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
table{border-spacing:0;border-collapse:collapse}
td,th{padding:0;}
legend, caption{overflow:hidden;text-indent:-9999999px; height:0 !important; width:0 !important;line-height:0 !important;margin:0;padding:0;}
input{vertical-align:middle;margin:0;padding:0;}
input[type="text"],input[type="password"],input[type="email"]{-webkit-appearance:none;border-radius:0;font-family:'Dotum';}
input:checked[type="checkbox"]{-webkit-appearance:checkbox}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{border-radius:0;-webkit-appearance:button;font-family:'Dotum';}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
button{overflow:visible;border:none;cursor:pointer;margin:0;padding:0;}
a,input,button,select{outline:none}
button,select{text-transform:none}
optgroup{font-weight:bold}
textarea{border:1px solid #bcbcbc;overflow:auto;-webkit-appearance:none}
input::-ms-clear{display:none;}
.fl_l {float:left !important;}
.fl_r {float:right !important;}
.cl_b{clear:both !important;}
.fl_txt {text-align:left !important;}
.tc {text-align:center}


body { font-family: 'Noto Sans KR', sans-serif; }


/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


#all_wrap { width: calc(100% - 200px); height: 100vh; overflow: hidden; position: absolute; right: 0; top: 0; font-family: 'Noto Sans KR', sans-serif; }

.section { background-color: #fff; width: 100%; height: 100vh; position: relative; overflow: hidden; }


@keyframes bt_line {
	from { width: 0; }
	to {  }
}



/**/


.plus { width: 26px; height: 26px; border: 1px solid #fff; border-radius: 100%; margin: auto; box-sizing: border-box; }
.plus:after { content:''; width: 12px; height: 2px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transition: 0.3s; }
.plus:before { content:''; width: 2px; height: 12px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #fff; transition: 0.3s; }

.plus2 { width: 26px; height: 26px; border: 1px solid #000; border-radius: 100%; margin: auto; box-sizing: border-box; }
.plus2:after { content:''; width: 12px; height: 2px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; transition: 0.3s; }
.plus2:before { content:''; width: 2px; height: 12px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background-color: #000; transition: 0.3s; }

/**/

#section1 { position: relative; overflow: hidden; }
.main_wrap { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }
.main_wrap:after { content:''; width: 200%; height: 50%; box-shadow: 0 0 300px rgba(0,0,0,0.7); position: absolute; left: -50%; top: -50%; z-index: 9; }


.swiper1 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }
.swiper1 .swiper-slide { width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; }

.main_img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.main_img.img01 { background: url(../img/main01.jpg) center no-repeat; background-size: cover; }
.main_img.img02 { background: url(../img/main02.jpg) center no-repeat; background-size: cover; }
.main_img.img03 { background: url(../img/main03.jpg) center no-repeat; background-size: cover; }
.main_img.img04 { background: url(../img/main04.jpg) center no-repeat; background-size: cover; }

.main_txt_box { text-align: center; position: relative; z-index: 9; color: #fff; transform: translate(-340px,-100px); }
.main_txt_box h5 { font-size: 20px; line-height: 100%; }
.main_txt_box h2 { font-family: 'Nanum Myeongjo'; font-size: 62px; line-height: 100%; margin-top: 20px; }
.main_txt_box h2 span { color: #ca705b; }
.main_line { width: 1px; height: 40px; background-color: #fff; margin: auto; margin-top: 20px; }
.main_txt_box img { display: block; }
.main_logo { margin: auto; margin-top: 30px; }
.main_bi { margin: auto; margin-top: 150px; display: none !important; }

.main_txt_box.box2 { transform: translate(0,-200px); }


.swiper1 .swiper-slide.swiper-slide-active .main_img { animation: main_img 3s 0s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box h5 { animation: main_txt 1.2s 0.4s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_txt_box h2 { animation: main_txt 1.2s 0.4s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_line { animation: main_txt2 1.2s 0.8s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_logo { animation: main_txt2 1.2s 0.8s both; }
.swiper1 .swiper-slide.swiper-slide-active .main_bi { animation: main_txt3 1.2s 1.25s both; }


/*.main_wrap.active .main_img { transform: scale(1); transition: 2s 0s; }
.main_wrap.active .main_txt_box h5 { opacity: 1; transform: translate(0); transition: 0.8s 0.4s; }
.main_wrap.active .main_txt_box h2 { opacity: 1; transform: translate(0); transition: 0.8s 0.4s; }
.main_wrap.active .main_line { opacity: 1; transform: translate(0); transition: 0.8s 0.7s; }
.main_wrap.active .main_logo { opacity: 1; transform: translate(0); transition: 0.8s 1.0s; }
.main_wrap.active .main_bi { opacity: 1; transform: translate(0); transition: 0.8s 1.0s; }*/

@keyframes main_img {
	from { transform: scale(1.4); }
	to {  }
}
@keyframes main_txt {
	from { opacity: 0; transform: translateY(-80px); }
	to {  }
}
@keyframes main_txt2 {
	from { opacity: 0; }
	to {  }
}
@keyframes main_txt3 {
	from { opacity: 0; transform: translateY(50px); }
	to {  }
}


/**/

#section2 { }
.perfect_wrap { width: 100%; height: 100%; background: url(../img/perfect_bg.jpg) center no-repeat; background-size: cover; position: relative; display: flex; justify-content: center; align-items: center; }

.perfect_box { width: 1130px; height: 660px; position: relative; }

.perfect_img_box { width: 458px; height: 458px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; display: flex; justify-content: center; align-items: center; transform: translateY(10px); opacity: 0; }
.perfect_txt { position: relative; z-index: 9; opacity: 0; transform: translateX(400px); }
.perfect_img { width: 100%; position: absolute; left: 0; top: 0; mask-image: url(../img/perfect_img_bg.png); -webkit-mask-image: url(../img/perfect_img_bg.png); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; overflow: hidden; }	
.perfect_img img { transform: scale(1.3); }

.perfect_txt_box { position: absolute; text-align: left; }
.perfect_txt_box h4 { font-size: 19px; line-height: 28px; font-weight: 500; color: #6b4e46; }
.perfect_txt_box h2 { font-family: 'Nanum Myeongjo'; font-size: 50px; line-height: 100%; font-weight: 800; color: #6b4e46; position: relative; margin-top: 15px; display: inline-block; }
.perfect_txt_box h2:after { content:''; width: 10px; height: 10px; box-sizing: border-box; border: 1px solid #6b4e46; position: absolute; right: -14px; bottom: 1px; border-radius: 100%; }
.perfect_txt_box p { font-size: 14px; line-height: 25px; color: #000; opacity: 0.7; margin-top: 40px; }
.perfect_txt_box.txt01 { left: -20px; bottom: 0; opacity: 0; transform: translate(-40px,40px); }
.perfect_txt_box.txt02 { right: 0; top: 0; opacity: 0; transform: translate(40px,-40px); }
.perfect_obj01 { position: absolute; top: 100px; left: -145px; opacity: 0; }
.perfect_obj02 { position: absolute; top: 310px; right: -170px; opacity: 0; }


.perfect_wrap.active .perfect_img_box { opacity: 1; transition: 1.0s 0.2s; }
.perfect_wrap.active .perfect_obj01 { opacity: 1; transition: 1.0s 0.2s; }
.perfect_wrap.active .perfect_obj02 { opacity: 1; transition: 1.0s 0.2s; }
.perfect_wrap.active .perfect_img img { transform: scale(1); transition: 1.6s 0.2s; }
.perfect_wrap.active .perfect_txt { opacity: 1; transform: translate(0); transition: 1.4s 0.2s; }
.perfect_wrap.active .perfect_txt_box { opacity: 1; transform: translate(0); transition: 0.8s 0.8s; }


/**/

#section3 { }
.special_wrap { width: 100%; height: 100%; background: url(../img/special_bg.jpg) center no-repeat; background-size: cover; position: relative; display: flex; justify-content: center; align-items: center; }

.special_box { width: 1240px; height: 500px; position: relative; }

.special_img_box { width: 436px; height: 499px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; display: flex; justify-content: center; align-items: center; transform: translateX(45px); opacity: 0; }
.special_txt { position: absolute; right: -280px; bottom: 10px; opacity: 0; transform: translateX(-400px); }
.special_img { width: 100%; position: absolute; left: 0; top: 0; mask-image: url(../img/special_img_bg.png); -webkit-mask-image: url(../img/special_img_bg.png); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; overflow: hidden; }	
.special_img img { transform: scale(1.3); }

.special_txt_box { position: absolute; text-align: left; }
.special_txt_box h4 { font-size: 19px; line-height: 28px; font-weight: 500; color: #677867; }
.special_txt_box h2 { font-family: 'Nanum Myeongjo'; font-size: 50px; line-height: 100%; font-weight: 800; color: #677867; position: relative; margin-top: 15px; display: inline-block; }
.special_txt_box h2:after { content:''; width: 10px; height: 10px; box-sizing: border-box; border: 1px solid #677867; position: absolute; right: -14px; bottom: 1px; border-radius: 100%; }
.special_txt_box p { font-size: 14px; line-height: 25px; color: #000; opacity: 0.7; margin-top: 40px; }
.special_txt_box.txt01 { left: 0; bottom: 40px; opacity: 0; transform: translate(-40px,-40px); }
.special_txt_box.txt02 { right: -20px; top: 0; opacity: 0; transform: translate(40px,40px); }
.special_obj01 { position: absolute; left: 200px; bottom: -110px; opacity: 0; }
.special_obj02 { position: absolute; right: 260px; top: -105px; opacity: 0; }


.special_wrap.active .special_img_box { opacity: 1; transition: 1.0s 0.2s; }
.special_wrap.active .special_obj01 { opacity: 1; transition: 1.0s 0.2s; }
.special_wrap.active .special_obj02 { opacity: 1; transition: 1.0s 0.2s; }
.special_wrap.active .special_img img { transform: scale(1); transition: 1.6s 0.2s; }
.special_wrap.active .special_txt { opacity: 1; transform: translate(0); transition: 1.4s 0.2s; }
.special_wrap.active .special_txt_box { opacity: 1; transform: translate(0); transition: 0.8s 0.8s; }

/**/

#section3 { }
.premium_wrap { width: 100%; height: 100%; background: url(../img/premium_bg.jpg) center no-repeat; background-size: cover; position: relative; display: flex; justify-content: center; align-items: center; }

.premium_img_box { position: absolute; width: 100%; height: 28.7%; left: 0; top: 0; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.premium_img_box:after { width: 100%; height: 100%; content:''; position: absolute; left: 0; top: 0; background: url(../img/premium_img_bg.png) center no-repeat; background-size: cover; z-index: 99; }
.premium_img_box p { width: 100%; font-family: 'Carisma Gothic'; font-weight: 200; font-size: 20px; line-height: 100%; text-align: center; text-transform: uppercase; letter-spacing: 20px; z-index: 990; position: relative; color: #fff;
transform: translateY(30px); opacity: 0; }
.premium_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; transition: 0.8s; transform: scale(1.2); }
.premium_img.img01 { background: url(../img/premium_img01.jpg) center no-repeat; background-size: cover; }
.premium_img.img02 { background: url(../img/premium_img02.jpg) center no-repeat; background-size: cover; }
.premium_img.img03 { background: url(../img/premium_img03.jpg) center no-repeat; background-size: cover; }
.premium_img.img04 { background: url(../img/premium_img04.jpg) center no-repeat; background-size: cover; }

.premium_img.active { opacity: 1; z-index: 9; transform: scale(1); }

.premium_bottom { display: flex; justify-content: center; align-items: center; margin-top: 230px; opacity: 0; transform: translateY(60px);  }
.premium_content { width: 320px; margin: 0 5px; transition: 0.3s; }
.premium_icon_box { width: 120px; height: 120px; background-color: #e2e2e2; border-radius: 100%; margin: auto; position: relative; transition: 0.3s; }
.premium_icon_box:after { content:''; width: 1px; height: 35px; position: absolute; left: 0; right: 0; bottom: -23px; margin: auto; background-color: #3e505e; transition: 0.3s; }
.premium_icon_box img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transition: 0.3s; }
.premium_icon { opacity: 1; }
.premium_icon2 { opacity: 0; }
.premium_txt { display: flex; justify-content: center; align-items: flex-end; margin-top: 60px; }
.premium_content h5 { font-family: 'Carisma Gothic'; font-size: 16px; line-height: 100%; color: #a89894; font-weight: 400; margin-right: 8px; position: relative; top: 1px; }
.premium_content h3 { font-size: 20px; line-height: 100%; color: #3e505e; font-weight: 600; }
.premium_content p { font-size: 14px; line-height: 25px; color: #000; opacity: 0.7; margin-top: 30px; transition: 0.3s; }

/*.premium_content.active { transform: translateY(-10px); }*/
.premium_content.active .premium_icon_box { background-color: #3e505e; }
.premium_content.active .premium_icon_box:after { background-color: #a6a6a6; }
.premium_content.active .premium_icon { opacity: 0; }
.premium_content.active .premium_icon2 { opacity: 1; }
.premium_content.active p { opacity: 1; }



.premium_wrap.active .premium_img_box p { opacity: 1; letter-spacing: 40px; transition: 1.0s 0.2s; }
.premium_wrap.active .premium_bottom { opacity: 1; transform: translate(0); transition: 1.0s 0.4s; }

/**/

.footer { width: 100%; height: 225px; box-sizing: border-box; z-index: 999; position: relative; padding: 0 100px; text-align: left; right: 0; background-color: #161616; }

/*body.main .footer { width: calc(100% - 200px); }*/


.footer_left { float: left; margin-top: 40px; color: #4f4f4f; }
.footer_left ul { display: flex; justify-content: flex-start; align-items: center; }
.footer_left ul li { font-size: 12px; line-height: 100%; font-weight: 500; margin-right: 20px; position: relative; }
.footer_left ul li:first-child { width: auto; padding: 0 20px; height: 30px; line-height: 28px; border: 1px solid #424242; text-align: center; color: #fff; }
.footer_left ul li:nth-child(2) { margin-right: 36px; }
.footer_left ul li:nth-child(2):after { content:''; position: absolute; width: 1px; height: 13px; background-color: #373737; position: absolute; right: -18px; top: 0; bottom: 0; margin: auto; }
.footer_left ul li:nth-child(3),.footer_left ul li:nth-child(5) { margin-right: 5px; }
.footer_left ul li span { font-size: 15px; color: #808080; position: relative; top: -1px; }
.footer_left h4 { font-size: 12px; margin-top: 15px; }
.footer_left h4 span { color: #a4a4a4; }
.footer_left p { font-size: 12px; line-height: 18px; margin-top: 10px; }
.footer_left h6 { font-size: 12px; line-height: 100%; margin-top: 25px; }

.footer_right { float: right; margin-top: 40px; }
.footer_right ul { display: flex; justify-content: flex-end; align-items: center; color: #fff; }
.footer_right ul li { margin-left: 20px; }
.footer_right ul li:last-child { width: 120px; height: 30px; line-height: 36px; font-size: 12px; border: 1px solid #424242; text-align: center; background-color: #FFF4ED; border: none; color: #000; font-weight: 400; letter-spacing: 0; 
border: none; font-weight: 400; font-size: 14px; color: #FFF4ED; width: auto; background: none; margin-left: 15px; }
/*.footer_right ul li span { font-family: 'Carisma Gothic'; font-size: 20px; position: relative; top: 1px; margin-left: 2px; font-weight: 700; }*/
.footer_right ul li span { font-size: 18px; position: relative; top: 1px; margin-left: 2px; font-weight: 700; }
 

/**/

/*서브*/

.all_wrap { width: 100%; height: auto; overflow: hidden; margin-left: 0px; position: relative; right: 0; top: 0; }

.sub_top { position: relative; left: 0; top: 0; width: 100%; height: 280px; z-index: 99; margin-top: 0px; }
.sub_top:after { content:''; width: 200%; height: 50%; box-shadow: 0 0 300px rgba(0,0,0,0.8); position: absolute; left: -50%; top: -50%; z-index: 9; }

.sub_top_img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.sub_top_img.img01 { background: url(../img/sub_top01.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img02 { background: url(../img/sub_top02.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img03 { background: url(../img/sub_top03.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img04 { background: url(../img/sub_top04.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img05 { background: url(../img/sub_top05.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img06 { background: url(../img/sub_top06.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img07 { background: url(../img/sub_top07.jpg) center no-repeat; background-size: cover; }
.sub_top_img.img08 { background: url(../img/sub_top08.jpg) center no-repeat; background-size: cover; }

.sub_top_txt { width: 100%; height: 80px; position: absolute; left: 0; right: 0; top: 52%; margin: auto; z-index: 9; color: #111; text-align: center; animation: sub_top_txt 0.8s 0.2s both; }
.sub_top_txt h1 { font-family: 'Carisma Gothic'; font-size: 44px; line-height: 100%; text-transform: uppercase; font-weight: 500; letter-spacing: 0; display: inline-block; position: relative; }
.sub_top_txt h1:after { content:''; width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; background-color: #111; animation: sub_top_line 0.8s 0.2s both; }
.sub_top_txt h5 { font-size: 18px; line-height: 100%; margin-top: 5px; font-weight: 300; letter-spacing: -0.5px; display: none; }


@keyframes sub_top_bg {
	from { transform:: scale(1.2); }
	to{ }
}
@keyframes sub_top_txt {
	from { opacity: 0; transform: translateY(40px); }
	to{ }
}
@keyframes sub_top_line {
	from { width: 0; }
	to{ }
}


#snb_wrap { width: 1100px; height: 65px; position:relative; margin: auto; z-index: 90; }
#snb { width: 480px; height: 65px; position: absolute; right: 0; top: 0; }
#snb:after {content:""; display:block; clear:both; }
#snb > li { float: left; width: 200px; position:relative; height: 65px; text-align: left; box-sizing: border-box; color: #161616; }
#snb > li > a:after { content:''; position: absolute; width: 1px; height: 20px; background-color: #adadad; right: 0; top: 0; bottom: 0; margin: auto; }
#snb > li:first-child { width: 60px; }
#snb > li:first-child img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
#snb > li:nth-child(3) { width: 220px; }
#snb > li:nth-child(3) > a:after { display: none; }
#snb > li:first-child + li > a {background:url('../img/snb-arr.gif') no-repeat 100% 50%; }
#snb > li:first-child + li + li > a { margin-top:1px; color: #232323;  }
/*#snb > li:first-child + li + li { border-bottom: 1px solid #e8e8e8; }*/
#snb > li:first-child + .ov {margin-left:0;}
#snb > li:nth-child(2):after { content:''; width: 8px; height: 8px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
#snb > li:nth-child(3):after { content:''; width: 8px; height: 8px; border-top: 1px solid #666; border-right: 1px solid #666; transform: rotate(45deg); position: absolute; right: 18px; top: 29px; transition:0.3s; }
#snb .ov {margin-left:-1px;}
#snb .ov > a { display: block; height: 65px; line-height: 65px; padding: 0 15px; font-size: 14px; color:#555; min-width:160px; font-weight:400; }

#snb > li:nth-child(2):hover:after { transform: rotate(135deg); top: 27px; }
#snb > li:nth-child(3):hover:after { transform: rotate(135deg); top: 27px; }

#snb .ov ul {position:absolute;left:0;top:100%;min-width:100%;background:#fff; display:none; }
#snb .ov ul li { border:1px solid #c2c2c2;margin-top:-1px; font-weight: 400; }
#snb .ov ul li:first-child {margin-top:0;}
#snb .ov ul li a { display:block;font-size:11.5px; color: #636363; padding:11px 15px;white-space:nowrap; }
#snb .ov:hover ul {display:block;}
#snb .ov ul li a:hover { background: #ebebeb; color: #000; }



#sub_container { width: 100%; position: relative; left: 50%; transform: translateX(-50%); overflow: hidden; background-color: #fff; text-align: center; font-family: 'Noto Sans KR', sans-serif; }
#sub_box { position: relative; width: 1100px; margin: auto; overflow: hidden; text-align: center; padding-bottom: 80px; padding-top: 0px; box-sizing: border-box; margin-top: 20px; }
#sub_tit { width: 100%; margin-top: 0; overflow: hidden; text-align: left; }
#sub_box h2 { font-size: 38px; color: #161616; font-weight: 500; line-height: 100%; letter-spacing: -2px; }
.sub_line { width: 100%; height: 1px; background-color: #c6c6c6; margin-top: 22px; }
#sub_box h5 { font-size: 14px; color: #858585; font-weight: 400; margin-top: 16px; display: none; }
#sub_box h5 b { color: #222; }
#sub_box h5 .pink { color: #552435; padding-right: 8px; margin-right: 3px; position: relative; }
#sub_box h5 .pink:after { content:''; position: absolute; right: 0; top: 5px; width: 1px; height: 12px; background-color: #222; }
#sub_page { margin-top: 50px; overflow: hidden; }

.sub_ready { cursor: pointer; margin-top: 20px; }

/**/

ul.tabs2 { font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:14px;
	height:40px;
}


ul.tabs2 li { margin-bottom:-1px; color:#232222; margin-left:10px;
    float: left;
    text-align:center;
    cursor: pointer;
    width:16.5%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    position: relative;
	
}

/**/
ul.tabs2 li.selected, ul.tabs li.selected:hover
{
    position: relative;
    top: 0px;
	color:#fff; background: #442530;  border:1px solid #442530; }
	
ul.tabs2 li.selected a, ul.tabs li.selected a:hover { color:#fff; }
        

ul.tabs2 li a { padding:10px 180px; color:#444;}
        
ul.tabs2 li.selected a:hover
{
    text-decoration: none;
}

ul.tabs2 li.active { color:#fff; background: #552435; border:1px solid #552435; }


.tab_container2 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;max-width:900px;
}
.tab_content2 { position: absolute;
    margin:40px 0px 0px 0px; padding-right:60px;
    font-size: 1em;
    display: none;
}
.tab_container2 .tab_content2 ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container2 .tab_content2 ul li {
    padding:5px;
    list-style:none;
}
 #container2 {
    width: 1100px;
    margin: 0 auto;
}

/**/


ul.tabs3 { font-family:'Noto Sans KR', 'Malgun Gothic', dotum, '돋움', '굴림', Gulim, sans-serif;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    font-size:14px;
	height:40px;
}


ul.tabs3 li { margin-bottom:-1px; color:#232222; margin-left:10px;
    float: left;
    text-align:center;
    cursor: pointer;
    width:16.5%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ccc;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    position: relative;
	
}


ul.tabs3 li.selected, ul.tabs li.selected:hover
{
    position: relative;
    top: 0px;
	color:#fff; background: #442530;  border:1px solid #442530;}
	
ul.tabs3 li.selected a, ul.tabs li.selected a:hover { color:#fff;}
        

ul.tabs3 li a { padding:10px 180px; color:#444;}
        
ul.tabs3 li.selected a:hover
{
    text-decoration: none;
}

ul.tabs3 li.active { color:#fff; background: #442530; border:1px solid #442530; }


.tab_container2 {
    border: none;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;max-width:900px;
}
.tab_content2 { position: absolute;
    margin:40px 0px 0px 0px; padding-right:60px;
    font-size: 1em;
    display: none;
}
.tab_container2 .tab_content2 ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container2 .tab_content2 ul li {
    padding:5px;
    list-style:none;
}
 #container2 {
    width: 1100px;
    margin: 0 auto;
}



@media screen and (-webkit-min-device-pixel-ratio:0){
/*	.sec03_bt { font-family: 'gotham'; }*/
}


@media all and (min-width:1930px) { 

	}

	
@media all and (max-height: 850px) { 
		


	}


