@charset "utf-8";

/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0; padding:0;}
	body,th,td,input,select,textarea,button{font-family:'Nanum Barun Gothic', sans-serif; font-weight:300; font-size:15px; color:#555;}
	dl,ul,ol,menu,li {list-style:none;}
	*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	:focus{outline:0 !important;}
	iframe{border:none; width:100%;}
	a{color:inherit; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out;}
	a:hover, a:focus ,a:active{text-decoration:none; color:inherit;}
	img{max-width:100%;}
	textarea{max-width:100%; resize:none;}

	@media only screen and (min-width: 320px){
		body{overflow-x:hidden;}
	}

	.hidden{font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}


/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.parallax{background-position:0 0; background-repeat:no-repeat; background-size:100% auto; width:100%; background-size:cover; background-attachment:fixed;}


/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.animationload{position: fixed; top:0; left:0; right:0; bottom:0; background-color:#fff; z-index:999999;}
	.loader {width:200px; height:200px; font-size: 24px; text-align: center; position:absolute; left:50%; top:50%; background-image:url(/images/basic_resp/img/preloader.gif); background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px;}


/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.back-to-top{width:40px; height:40px; position:fixed; bottom:10px; right:20px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:#ff4e00;}
	.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#wrapper{position:relative; width:100%; min-width:320px; height:100%;}


/* Header
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	@media only screen and (min-width: 981px){
		#header{z-index:666; width:100%; background:#fff; border-top:solid 5px #ff7802;}
		#header > div{position:relative; margin:0 auto; width:100%; height:120px;}

		#header h1{float:left;}
		#header h1 a{display:block; line-height:120px;}

		.nav-btn{display:none;}

		.nav-bg{z-index:888; display:none; position:absolute; top:120px; left:-500%; width:1000%; height:200px; background:#f6f6f6; border-bottom:3px solid #ff4e00;}

		#nav{float:right; margin-top:45px;}

		.util-menu{position:absolute; top:9px; right:10px; line-height:0; font-size:0;display:none;}
		.util-menu ul{display:inline-block; line-height:0; font-size:0;}
		.util-menu li{display:inline-block; margin-left:10px; padding-left:10px; line-height:0; font-size:0; border-left:1px solid #ddd;}
		.util-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
		.util-menu a{display:inline-block; line-height:10px; font-size:12px; color:#888;}
		.util-menu li:first-child a{color:#ff4e00;}
		
		.navigation:after{content:""; display:block; clear:both;}
		.navigation > li{position:relative; float:left; width:150px; text-align:center;}
		
		.navigation .main-menu{display:block; margin:10px 0 41px; width:100%; font-weight:400; font-size:18px; color:#000;}
		.navigation {float:left;}
		.navigation .sub-menu{display:none; z-index:999; position:absolute; top:75px; left:0; padding:15px 0; width:150px; height:197px; border-right:1px solid #ddd;}
		.navigation li:first-child .sub-menu{border-left:1px solid #ddd;}
		.navigation .sub-menu a{display:block; text-align:center; line-height:35px; letter-spacing:-1px; font-size:15px; color:#7a7d83;}
		.navigation .sub-menu .intro-menu{display:none;}
		
		.navigation > li:hover .sub-menu{background:#ff4e00;}
		.navigation > li:hover .sub-menu a{color:#fff;}
		.navigation .sub-menu a:hover{background:#3a3533;}
		.main-shop{float:right;}
	}
	@media only screen and (min-width: 1201px){
		#header > div{width:1200px;}
	}
	@media only screen and (max-width: 1200px){
		#header > div{padding:0 20px;}
	}
	@media only screen and (max-width: 980px){
		#header{z-index:666; width:100%; height:65px; background:#fff;}
		#header > div{padding:0;}

		#header h1{float:left; padding:10px 20px; height:65px;}
		#header h1 a{display:block;}
		#header h1 img{width:auto; max-height:45px;}

		.nav-btn{z-index:999; display:block; position:absolute; top:20px; right:20px; width:30px; height:23px; cursor:pointer;}
		.nav-btn span{position:absolute; left:50%; display:block; margin-left:-15px; width:30px; height:3px; background:#ff4e00; transition:.2s all linear;}
		.nav-btn span:nth-child(1){top:0;}
		.nav-btn span:nth-child(2){top:10px;}
		.nav-btn span:nth-child(3){top:20px;}
		
		.nav-btn.nav-close{position:fixed;}
		.nav-btn.nav-close span:nth-child(1){top:50%; transform:rotate(45deg);}
		.nav-btn.nav-close span:nth-child(2){margin-left:0; width:0;}
		.nav-btn.nav-close span:nth-child(3){top:50%; transform:rotate(-45deg);}

		.nav-bg{z-index:777; display:none; position:fixed; top:0; width:100%; height:100%; background:rgba(0,0,0,0.7);}

		#nav{z-index:888; position:fixed; right:-260px; display:block; padding:65px 0 20px; width:260px; height:100%; background:#fff;}

		.util-menu{padding:0 30px 20px; border-bottom:1px solid #eee;display:none;}
		.util-menu a{display:inline-block; margin-top:5px; font-size:14px; color:#555;}
		.util-menu li:first-child a{color:#ff4e00;}
				
		.navigation .main-menu{display:block; padding:0 30px; width:100%; line-height:43px; font-weight:400; font-size:16px; color:#000; transition:none;}
		.navigation li.active .main-menu{background:#ff4e00; color:#fff;}

		.navigation .sub-menu{display:none; padding:10px 0; background:#f1f1f1;}
		.navigation .sub-menu a{display:block; padding:0 30px; line-height:33px; font-size:14px; color:#555;}
		.navigation .sub-menu a:before{content:""; display:inline-block; margin:0 5px 0 0; width:4px; height:1px; vertical-align:middle; background:#888;}
		.navigation .sub-menu a:hover{color:#fff; background:#3a3533;}
		.navigation .sub-menu a:hover:before{background:#fff;}
		.main-shop{padding:10px 30px;}
	}
	@media only screen and (max-width: 768px){
		#header h1{padding:10px;}
		.nav-btn{right:10px;}
	}


/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.btn{text-transform:uppercase; border-radius:0; line-height:24px;}
	.btn:focus, .btn:active{outline:none; color:#fff;}

	.btn-custom{border-radius:3px; padding:0.8em 1.8em; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:#509591; border-color: #509591; color:#fff;}
	.btn-custom:hover, .btn-custom:focus{background-color: #447774; border-color: #447774; color:#fff;}

	.btn-custom-outline{border-radius:3px; padding:0.8em 1.8em; color:#fff; -webkit-transition:all .2s ease-out; transition:all .2s ease-out; text-transform:uppercase; background-color:transparent; border-color:#fff;}
	.btn-custom-outline:hover, .btn-custom-outline:focus{color:#fff; background-color:rgba(255,255,255,.5);}
	.btn-bar a{margin-right:10px;}

	.form-control{box-shadow:none; -webkit-box-shadow:none; border-radius:3px; height:38px;}
	.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #509591;}

	@media only screen and (max-width: 980px) {

	}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#footer{width:100%; background:#444; color:#9c9a9a;text-align:center;}
	.footer-area{margin:0 auto; width:100%; box-sizing:border-box;}
	.footer-area:after{content:""; display:block; clear:both;}
	#footer p, #footer li{font-size:13px; letter-spacing:0;}

	.foot-logo{float:left; margin:22px 50px 0 0;}
	.foot-info{float:left; width:100%;/*width:calc(100% - 150px);*/padding:30px 0 40px;}

	.foot-menu{margin:0 auto; line-height:0; font-size:0; background:#383838;height:80px;}
	.footer-menu{padding-top:30px;}
	.footer-menu li{display:inline-block; margin-left:10px;	padding-left:10px; vertical-align:middle; line-height:10px; border-left:1px solid #9c9a9a; color:#fff;}
	.footer-menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
	.footer-menu li a{line-height:10px; font-size:15px; color:#fff;}

	.footer-info{margin-bottom:10px;}
	.footer-info span{color:#9c9a9a;}
	
	.foot-sns{display:none;margin: 0 auto;padding-bottom: 10px;}
	.foot-sns li{float:left; margin-right:10px;}
	@media only screen and (min-width: 1201px){
		/*.footer-area{width:1200px;}*/
	}
	@media only screen and (max-width: 1200px){
		.footer-area{padding:0 ;}
	}
	@media only screen and (max-width:768px){
		.footer-area{padding:0; text-align:center;}

		.foot-logo{float:none; margin:0 0 20px 0;}
		.foot-info{float:none; width:100%;}
	}
	@media only screen and (max-width:768px){
		#footer p, #footer li{font-size:12px;}
		.footer-menu li{margin-left:5px; padding-left:5px;}
		.footer-menu li a{font-size:13px;}
	}



/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.carousel-inner > .item{height:535px;}
	.carousel-inner > .main-img01{background:url('/images/kor06r-18-0404/main/main_visual01.jpg') no-repeat center center/cover;}
	.carousel-inner > .main-img02{background:url('/images/kor06r-18-0404/main/main_visual02.jpg') no-repeat center center/cover;}
	.carousel-inner > .main-img03{background:url('/images/kor06r-18-0404/main/main_visual03.jpg') no-repeat center center/cover;}
	.carousel-inner > .main-img04{background:url('/images/kor06r-18-0404/main/main_visual04.jpg') no-repeat center center/cover;}
	.carousel-inner > .main-img05{background:url('/images/kor06r-18-0404/main/main_visual05.jpg') no-repeat center center/cover;}

	.carousel-inner> .main-img01 > .main-copy{}
	.main-visual .carousel-caption{top:35%; left:0; right:0; bottom:auto; -webkit-transform:translateY(-50%);- ms-transform:translateY(-50%); transform:translateY(-50%); margin:auto; width:100%; text-shadow:none; color:#fff;}
	.main-visual .carousel-caption .slogan{padding:50px 40px; width:495px; text-align:left; line-height:1.3; font-size:25px; color:#222; 
	 word-break:keep-all;font-weight:500;}
	.main-visual .carousel-caption .slogan .main-copy{margin-bottom:20px; font-size:68px; letter-spacing:-3px; line-height:1.1;display: none;}
.main-visual .carousel-caption .slogan-img{margin-bottom:20px;}
	.slo_more{position:absolute;top: 290px;}
	.slo_more p{display:none;}
	.main-visual .carousel-control{background:none; text-shadow:none; width:10%; text-indent:-9999em; overflow:hidden;}
	.main-visual .carousel-control, .main-visual .carousel-control:focus, .main-visual .carousel-control:hover{opacity:1;}
	.main-visual .carousel-control.left{background:url('/images/kor06r-18-0404/main/visual_btn_prev.png') no-repeat center center;}
	.main-visual .carousel-control.right{background:url('/images/kor06r-18-0404/main/visual_btn_next.png') no-repeat center center;}

	.main-visual .carousel-indicators li{width:45px; height:6px; box-sizing:border-box; vertical-align:middle; border:1px solid #fff; border-radius:0;}
	.main-visual .carousel-indicators .active{width:45px; height:6px; box-sizing:border-box; background:#db1313; border-radius:0;}

	@media only screen and (min-width: 1201px){
		.main-visual .carousel-caption{width:1200px;}
	}
	@media only screen and (max-width: 1200px){
		.main-visual .carousel-caption .slogan{margin-left:12%;}
	}
	@media screen and (max-width:980px){
		.carousel-inner > .item{height:600px;}
		.main-visual .carousel-caption .slogan{padding:35px 25px; width:388px; font-size:20px;color:#222;}
		.main-visual .carousel-caption .slogan .main-copy{margin-bottom:10px; font-size:50px;}
		/*.carousel-inner > .main-img02, .carousel-inner > .main-img03, .carousel-inner > .main-img04, .carousel-inner > .main-img05
		{background-position:90% center ;}*/
		.slo_more{left: 13%;}

	}
	@media screen and (max-width:768px){
        .main-visual .carousel-caption .slogan .main-copy{display: block;}
        .main-visual .carousel-caption .slogan-img{display: none;}
		.carousel-inner > .item{height:350px;}
		.carousel-inner > .main-img01,
		.carousel-inner > .main-img02, .carousel-inner > .main-img03, .carousel-inner > .main-img04, .carousel-inner > .main-img05
		{background-position:72% center;}

		.main-visual .carousel-indicators li{width:7%;}
		.main-visual .carousel-indicators .active{width:7%;}

		.main-visual .carousel-control.left,
		.main-visual .carousel-control.right{background-size:20px;}
		.main-visual .carousel-caption{top:50%;}
		.main-visual .carousel-caption .slogan{position:relative;padding:20px; width:230px; font-size:15px;background:rgba(92, 92, 92, 0.5); color:#fff; margin:0 auto;text-align:center;}
		.main-visual .carousel-caption .slogan .main-copy{font-size:35px;}
		.slo_more{position: relative; left:0; top:0;margin:0 auto;width:60%;}
		.slo_more img {display:none;}
		.slo_more p{display:block;display: block;border: 1px solid #727272;text-align: center;padding: 2%;margin-top: 20px;background:rgba(0, 0, 0, 0.37);}
	}

@media screen and (max-width:480px){
		.main-visual .carousel-caption .slogan{}
		.carousel-inner > .main-img02, .carousel-inner > .main-img03, .carousel-inner > .main-img04, .carousel-inner > .main-img05
		{background-position:80% center;}
		/*.main-visual .carousel-caption .slogan{display:block;}*/
		
}	

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#mainContainer{z-index:555;}

	@media only screen and (min-width: 1201px){
		#mainContainer{padding:50px 0 0; margin:0 auto;width: 100%;}
	}
	/*.main-container h3{position:relative; margin-bottom:20px; line-height:1.2; font-weight:400; font-size:20px; color:#000;}
	.main-container h3 span{display:block; margin-top:5px; font-size:14px; color:#6c7079;}*/

	/*.main-top h3 img{float:right;}*/
.main-top{position: relative;margin: 0 auto; width: 1200px;}
    .main-top h1{position:relative;color: #2c2c2c;text-align: center;padding-top: 50px;font-size: 40px;}
    .main-top h1:before{content:""; display:block;width: 61px;height: 34px;margin:0 auto;background:url('/images/kor06r-18-0404/main/icon_01.png') no-repeat center center;margin-bottom: 30px;}
    .main-top h1 span{font-weight: 700;}
    .main-top .itemlist{margin-top:85px;}
	/*.main-top ul{margin:0 -10px;}*/
	.main-top ul:after{content:""; display:block; clear:both;}
	.main-top li{position:relative; float:left; margin:0 10px; width:calc(25% - 20px);text-align: center;}
    .main-top .itemlist h2{display: inline-block;border-bottom: 1px solid #fe7801; font-size:28px;color: #3b3b3b;font-weight: 600;padding-bottom: 5px;}
    .main-top .itemlist .box-1{display: block; padding: 20px 0px 0px;}
    .main-top .box-1 p{margin: 18px auto 0;font-size:18px;}


.main-center{position: relative;margin: 120px auto 0;width: 100%;height:596px ;background: url('/images/kor06r-18-0404/main/main_bg.jpg') no-repeat;}
	.main-center:after{content:""; display:block; clear:both;}
    .main-center h1{position:relative;color: #2c2c2c;text-align: center;padding-top: 100px;font-size: 40px;}
    .main-center h1:before{content:""; display:block;width: 61px;height: 34px;margin:0 auto;background:url('/images/kor06r-18-0404/main/icon_02.png') no-repeat center center;margin-bottom: 30px;}
    .main-center h1 span{font-weight: 700;}
    .main-center .main-center-box{width: 1200px; margin:70px auto 0px;}
    .main-center .box1{width:30%; height: 226px;margin-right: 5%;float: left;}
    
    .main-center .box1:first-child{background:url('/images/kor06r-18-0404/main/icon_bbs1.png') no-repeat 87% 80% #66cff8; }
    .main-center .box1 .box1-inner{ padding: 28px 28px 40px;}
    .main-center .box1:nth-child(2){ background:url('/images/kor06r-18-0404/main/icon_bbs2.png') no-repeat 87% 80% #ff9a17;}

    .main-center .box1:last-child{margin-right:0;background-color: #fff;}
    .main-center .box1:last-child .box1-inner{padding: 30px;position: relative;}

.main-center .box1-inner h3{font-size: 25px;margin-bottom: 22px;color: #2a2a2a;}
.main-center .box1 .go-btn{display: block; border-radius:18px;background: #333; color: #fff;padding: 8px 13px;width: 110px;font-size:14px;font-weight: 600;text-align: center;margin-left: 28px;}
.main-center .more-btn{position: absolute; top: 30px;right: 30px;}
	/*.main-center > div{position:relative; float:left; margin:0 10px; padding:30px 25px; height:286px; background:#f9f9f9; border:1px solid #c5c5c5;}
	.webgine-box{width:calc(50% - 20px);}
	.notice-box{width:calc(25% - 20px);}
	.notice-box .more-btn{position:absolute; top:25px; right:20px;}
	.affilates-box{width:calc(25% - 20px);}
*/

	.main-bottom ul{margin:0 -10px;}
	.main-bottom ul:after{content:""; display:block; clear:both;}
	.main-bottom li{position:relative; float:left; margin:0 10px; padding:30px 25px; width:calc(25% - 20px); border:1px solid #c5c5c5; border-left:3px solid #ff4e00;}
	.main-bottom li:nth-child(1){background:url('/images/kor06r-18-0404/main/main_quick01.gif') no-repeat center right 10%;}
	.main-bottom li:nth-child(2){background:url('/images/kor06r-18-0404/main/main_quick02.gif') no-repeat center right 10%;}
	.main-bottom li:nth-child(3){background:url('/images/kor06r-18-0404/main/main_quick03.gif') no-repeat center right 10%;}
	.main-bottom li:nth-child(4){background:url('/images/kor06r-18-0404/main/main_quick04.gif') no-repeat center right 10%;}
	.main-bottom h3{margin-bottom:10px; font-size:18px;}
	.main-bottom h3 + P{font-size:13px;}

	.main-bottom .go-btn{position:absolute; top:0; left:0; display:block; width:100%; height:100%; text-indent:-9999em; overflow:hidden;}
	
	@media only screen and (max-width: 1200px){
		#mainContainer{padding:50px 0 100px; width:100%;}

		.main-top ul, .main-bottom ul{margin:0 -5px;}
		.main-top li, .main-bottom li{margin:0 5px; width:calc(25% - 10px);}

		.main-center{margin:10px -5px;}
		/*.main-center > div{margin:0 5px;}
		.webgine-box{width:calc(50% - 10px);}
		.notice-box{width:calc(25% - 10px);}
		.affilates-box{width:calc(25% - 10px);}*/

	}
	@media only screen and (max-width: 980px){
		.main-top ul, .main-bottom ul{margin:-10px;}
		.main-top li, .main-bottom li{margin:10px; width:calc(50% - 20px);}
		.main-top {width:100%;}
		.main-center{margin:20px -10px;}
		.main-center > div{margin:0 10px;}
		.main-center .main-center-box{width:100%;}
		.webgine-box{margin-bottom:20px !important; width:calc(100% - 20px);}
		.notice-box{width:calc(50% - 20px);}
		.affilates-box{width:calc(50% - 20px);}

	}
	@media only screen and (max-width: 768px){
		#mainContainer{padding:20px 0 0; width:100%;}
		.main-top h1{font-size:30px;}
		.main-top ul, .main-bottom ul{margin:-5px;}
		.main-top li, .main-bottom li{margin:5px; width:calc(50% - 10px);}
		.main-center{background:100% center;height:auto;margin:0;}
		.main-center .box1{width:100%;}
		.main-center{margin:10px -5px;}
		.main-center > div{margin:0 5px;}
		.main-top .box-1 p{display:none;}
		
	}
	@media only screen and (max-width: 480px){
		.main-top ul, .main-bottom ul{margin:0;}
		.main-top li{margin:10px 0 0 0; width:100%;}
		.main-bottom li{margin:10px 0 0 0; width:100%; border:1px solid #c5c5c5; border-top:3px solid #ff4e00;}
	.main-top li{position: relative;border-bottom: 1px solid #ddd;}
	.main-top h1{padding:12% 0;}
	.main-top .itemlist{margin-top:0;}
		.main-top li:first-child, .main-bottom li:first-child{margin-top:0;border-top:1px solid #ddd;}
	.main-top .itemlist h2{position: absolute; padding-bottom:0;top: 32%;line-height: 1.6;border-bottom:none;font-weight:400;color:#fe7801;}
	.main-top .itemlist .box-1{padding:0;}
	.main-top .itemlist .main-con-img{width:33%; padding:3% 5%;}
		.main-center{margin:10px 0 0; height:auto;background:none;}
	.main-center h1{font-size:30px;padding:12% 0;}
	.main-center .main-center-box{margin:0;}
		.main-center > div{margin:10px 0 0 0;}
		.main-center > div:first-child{margin-top:0;}
		
	}
