<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Font */
@import url(font.css);

/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 981px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/


/*---------------------------------------- Reset*/
html,body{margin:0; padding:0; width:100%; height:100%;}
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,a{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1;
	font-family:'NotoSansKR', dotum, sans-serif;
	color:#333;
	font-weight:300;
	box-sizing:border-box;
}
body{position:relative; overflow-y: scroll;min-width:320px;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}
fieldset,img {border:0 none;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
img,input,select,textarea,button {vertical-align:middle;}
body {background:#fff;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
a{ text-decoration:none; -webkit-transition:all .4s ease-out; -moz-transition:all .4s ease-out; transition:all .4s ease-out;display:block;}
a:active, a:hover {text-decoration:none !important;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
table{border-collapse:collapse; border-spacing:0;border:0;width:100%}
caption{text-align:left;}
fieldset{border:0 none;}
hr{display:none;}
em, i{font-style:normal;}

input{border:0;}
select::-ms-expand { display: none; }
select, input, button,textarea{
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	/*
    -webkit-appearance: none ;
	-moz-appearance: none;
	appearance: none;
	 */
    -webkit-border-radius:0 ;
	border:0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline:0;
	border-radius:0
}
button{outline:0;cursor:pointer}

@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:60px; height:60px; position:fixed; bottom:40px; right:40px; display:none; text-align: center; z-index: 10000; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius:50%; background:url('/images/kor17r-18-0409/common/btn_go_top.png') #f6f6f6 no-repeat center; box-shadow:3px 3px 3px rgba(0,0,0,.35); font-size:0;}
.back-to-top i{color: #fff; font-size: 15px; display: block; line-height: 33px;}

@media only screen and (max-width: 767px){
    .back-to-top{width:50px;height:50px;right:20px;}
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#wrapper{position:relative; min-width:320px; width:100%; height:100%;}
#header{
    z-index:9999
}
#L_SITE_LOGO{padding:110px 0 70px; text-align:center;}

#container{padding-left:100px; width:100%; height:100%; box-sizing:border-box;}



/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#gnb{z-index:11000;}

.m-menu-open, .m-menu-close, .gnb-bg{display:none;}

.navigation:after{content:""; display:block; clear:both;}
.navigation .menu-item{position:relative;}
.navigation .menu-item &gt; a{display:block; padding:0 20px; width:100%; height:50px; font-family:'Nanum Square'; font-size:18px; line-height:46px; box-sizing:border-box; color:#fff; border-top:1px solid #646464; background:url('/images/kor17r-18-0409/common/navi_arrow.gif') no-repeat 169px center;}
.navigation .menu-item:last-child &gt; a{border-bottom:1px solid #646464;}
.navigation .menu-item.on &gt; a{font-weight:bold; color:#ffe074; background:url('/images/kor17r-18-0409/common/navi_arrow2.gif') no-repeat 169px center;}

.sub-menu{z-index:11000; display:none; width:100%; background:#e09d00;}
.sub-menu li a{display:block; padding:0 18px; width:100%; height:40px; font-size:14px; box-sizing:border-box; line-height:40px; background:#e09d00; color:#fff; border-top:1px solid #e4c270;}
.sub-menu li:first-child a{border-top:0;}
.sub-menu li a:hover, .sub-menu li a:active{background:#c58a00;}



/* Login (로그인 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.login-menu{padding:50px 20px;}
.login-menu h2{font-family:'Nanum Square'; line-height:1; font-size:18px; color:#fff;}
.login-menu h2 + p{font-family:'Nanum Square'; font-size:25px; font-weight:bold; color:#ffe074;}
.login-menu a:hover{color:#ffe074;}
.login-menu ul{margin-top:15px;}
.login-menu ul:after{content:""; display:block; clear:both;}
.login-menu li{float:left; margin-left:10px; width:calc(50% - 5px); text-align:center;}
.login-menu li:first-child{margin-left:0;}
.login-menu li a{display:inline-block; padding:5px; width:100%; box-sizing:border-box; font-size:13px; line-height:1; line-height:1; background:#969595; border:1px solid #969595; border-radius:5px; color:#fff;}
.login-menu li a:hover, .login-menu li a:active{background:none;}

@media only screen and (max-width: 980px) {
	.login-menu h2 + p{font-size:30px;}
	.login-menu li a{padding:10px; font-size:16px;}
}



/* 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:#aec213; border-color: #aec213; color:#fff;}
.btn-custom:hover, .btn-custom:focus{background-color: #00208e; border-color: #00208e; 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:0; height:38px;}
.form-control:focus{outline:none; box-shadow:none; -webkit-box-shadow:none; border-color: #555;}


/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{margin-top: 60px; padding:0 40px 60px; width:100%; background: #fff;}
.footer-area{display: inline-block; margin:0 auto; width:100%; box-sizing:border-box; text-align:center;}
.footer-area div {position: relative; display: table; width: 100%; font-size: 13px; line-height: 21px; color: #888888; text-align: center; margin-bottom: 30px;}
.footer-area div p {display: table-cell; vertical-align: middle; height: 150px; text-align: center;}
.footer-area div p:after {content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: #dedede;}
.footer-area div p span {position: relative; display:inline-block; background-color: #fff; max-height: 100px; padding: 0 20px; z-index: 2;}
.footer-area div p span img {}
.footer-area .footer-menu {text-align: left; margin-bottom: 40px;}
.footer-area p.copy {display: inline-block; clear: both; float: left; text-align: left; margin-top: 40px;}
.footer-info-1, .footer-info-2 {text-align: left;  overflow:hidden;}

.footer-info-1 dt, .footer-info-2 dt {font-size: 14px; font-weight: 600; display: inline; width: 121px; float: left; clear: left; line-height: 30px;}
.footer-info-2 {margin-left:20px;}
.footer-info-1 dd, .footer-info-2 dd {font-size: 14px; font-weight: 400; float: left; line-height: 30px; color: #333;}
.footer-menu li{display: inline-block; margin: 0 15px;}
.footer-menu li:first-child {margin-left: 0;}
.footer-menu li a{font-weight: 500; font-size: 15px; color: #333; letter-spacing: -1px;}

.footer-info{text-align: left; margin:15px 0}
.footer-info:after{clear:both; display:block; content:'';}
.footer-info li{display:inline-block;}
.footer-info li:after{content:''; display:inline-block;	width:1px; height:13px;	background:#888888;	margin:0 12px;}
.footer-info li:last-child:after{width:0}

.footer-info li, .footer-area a, .footer-area p{font-size: 13px; line-height: 21px; color: #888888;}
.footer-area a{display:inline-block; font-size: 14px; font-weight: 400; color: #333;}
.footer-area .copy a {font-size: 13px; font-weight: 300; line-height: 21px; color: #888888;}

@media only screen and (max-width:1300px) {
	#footer{padding:0 20px 60px;}
}

@media only screen and (min-width:980px) {
    .footer-info-2{float:none !important; display:block; margin-left:0;}
}

@media only screen and (max-width:980px) {
	.footer-area .footer-menu{margin-bottom:20px; text-align:center;}
    .footer-info-2{float:none !important; display:block; margin-left:0;}
}

@media only screen and (max-width:767px) {
    .footer-area div p{height:100px;}
    .footer-info-1, .footer-info-2{float:none !important; display:inline-block; width:100%;}
    .footer-info-1 dt, .footer-info-2 dt, .footer-info-1 dd, .footer-info-2 dd{font-size:12px; line-height:20px;}
}

/* Main Visual (메인 비주얼 이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-visual{
    position: relative;
    width: 100%;
    background: url(/images/kor17r-18-0409/main/main_visual.jpg) no-repeat center center/cover;
    height: 900px;
	display: table;
}
.visual-title *{
    color: #fff;
	font-size: 60px;
	font-family: 'Nanum Square';
	word-break: keep-all;
	letter-spacing:2px;
}
.visual-title{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
	width: 100%;
}
.visual-title h2{
    font-weight: bold;
}
.visual-title p{
	font-size: 20px;
    font-weight: 400;
	margin: 15px 0 30px 0;
}
.visual-title p i{
	font-style: italic;
}


.intro-title{margin-bottom:10px; font-weight:bold; font-size:75px; font-family:'Nanum Square'; color:#fff; text-shadow: 0 0 10px rgba(43,26,0,0.7);}
.intro-text{font-size:30px; font-family:'Nanum Square'; color:#fff; text-shadow: 0 0 10px rgba(43,26,0,0.7);}
.intro-text strong{font-weight:normal; color:#ffdb86;}


/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.main-contents{
    overflow: hidden;
    background: #f1f1f1;
}

.main-banner:after{content:""; display:block; clear:both;}
.main-banner li{float:left; margin:0 10px; text-align:center; width:calc(33.33% - 20px); height:230px; border-radius:10px; overflow:hidden;}
.main-banner li:nth-child(1){background:url('/images/kor17r-18-0409/main/main_banner01.jpg') no-repeat 52% center/cover;}
.main-banner li:nth-child(2){background:url('/images/kor17r-18-0409/main/main_banner02.jpg') no-repeat 10% center/cover;}
.main-banner li:nth-child(3){background:url('/images/kor17r-18-0409/main/main_banner03.jpg') no-repeat 93% center/cover;}

.main-banner .banner-caption{padding-top:60px; width:54%; height:230px; vertical-align:middle; background:rgba(73,73,73,0.75);}

.main-banner h3{margin-bottom:25px; font-weight:bold; font-family:'Nanum Square'; font-size:23px; color:#fff;}
.main-banner h3 span{display:block; margin-bottom:10px; font-weight:normal; font-size:14px;}

.main-banner .more-btn{display:inline-block; margin:0 auto; padding:5px 10px; text-align:center; font-size:12px; color:#fff; border:1px solid #fff;}
.main-banner .more-btn:hover, .main-banner .more-btn:active{background:rgba(255,255,255,0.3);}

.partners{padding:80px 80px 130px ; width:100%; box-sizing:border-box;}


.main-contents .main-cont-title {text-align: center; display: block;}
.main-contents .main-cont-title h2{font-size: 40px; font-weight: 600; color: #97826A; text-align: center;}
.main-contents .main-cont-title h2 small{display: block; font-size: 18px; line-height: 28px; margin-top: 30px; color: #585858; white-space: pre-line; word-break: keep-all;}
.main-contents a.btn {border: 2px solid #d2cdc8; border-radius: 30px; padding: 15px 30px; font-size: 16px; font-weight: 500; margin-top: 30px; color: #3c342c; background-color: #fff; box-shadow: none;}
.main-contents a.btn img {margin-left: 15px;}

.main-cont-1{position: relative; background:url(/images/kor17r-18-0409/main/bg_main_cont_1.jpg) no-repeat center center/cover; height: 860px;}
.main-cont-1 .main-cont-title {position: absolute; top: 0; padding: 60px 40px; background: url(/images/kor17r-18-0409/main/bg_main_cont_1_txt.png) no-repeat left top/cover; width: 100%; min-height: 397px;}
.main-cont-1 .main-cont-title h2 {text-align: left;}
.main-cont-1 .main-cont-title p {font-size: 40px; font-weight: 500; text-align: left; color: #040404;}
.main-cont-1 .main-cont-title p span {font-size: 20px; line-height: 30px; display: block; margin-top: 30px; white-space: pre-line; word-break: keep-all;}

.main-cont-2{position: relative; display: table; padding: 60px 40px; background: url(/images/kor17r-18-0409/main/interior_bg.jpg) no-repeat #f9f9f9 center center; width: 100%; height: 860px;}
.main-cont-2 .main-cont-title {position: relative; display: table-cell; vertical-align: middle; width: 100%; text-align: center;}
.main-cont-2 .main-cont-title h2 {color: #fff;}
.main-cont-2 .main-cont-title h2 small {color: #fff;}
.main-cont-2 ._in {text-align: center;}

.main-cont-3{position: relative; background-color: #f9f3ed; padding: 60px 40px; background: url(/images/kor17r-18-0409/main/bg_main_cont_3.jpg) no-repeat #f9f3ed center bottom;}
.main-cont-3 .main-cont-title {padding: 0;}
.main-cont-3 ._in {position: relative; display: table; width: 100%; text-align: center;}
.main-cont-3 ._in h2 {margin-bottom: 1em;}
.main-cont-3 ._in p {display: block; font-size: 18px; font-weight: 400; line-height: 28px; color: #585858; text-align: center; white-space: pre-line; word-break: keep-all;}
.main-cont-3 ._in p._bold {font-weight: 500; /*float: left;*/ margin-left: 30px;}

.main-cont-3 ._in p._bold:first-child {margin-left: 0; margin-bottom:5px;}

.main-cont-3 ._in p a {display: inline; font-size: 25px; font-weight: 500; color: #3D7D97; margin-left: 10px;}
.main-cont-3 ._in span {display: block; clear: both; padding-top: 15px; font-size: 14px; line-height: 24px; color: #686868; display: block;}
.main-cont-3 ._in ul li a {display: inline-block; font-size: 20px; line-height: 30px; color: #040404;}
.main-cont-3 ._in a.btn {border: none; margin-top: 15px; background-color: #3D7D97; color: #fff;}
.main-cont-3 ._in div {display: table-cell; vertical-align: middle; height: 100%;}
.main-cont-3 ._in .contact-info {display: inline-block; margin: 30px 0 auto; width:60%;}
.main-cont-3 ._in p._bold br{display:none;}
.main-cont-3 ._in p._bold .la_mail {padding-left:0;}



@media only screen and (max-width:1200px) {
    .main-contents .main-cont-title {}
    .main-contents .main-cont-title h2{font-size: 30px;}
    .main-contents .main-cont-title h2 small{font-size: 14px; line-height: 24px; margin-top: 30px; word-break: normal; white-space: normal;}
    .main-contents a.btn {padding: 10px 20px; font-size: 14px; margin-top: 15px;}

    .main-cont-1 {height: 600px;}
    .main-cont-1 .main-cont-title {padding: 60px 20px;}
    .main-cont-1 .main-cont-title h2 {text-align: center;}
    .main-cont-1 ._in {padding: 60px 20px 60px;}
    .main-cont-1 ._in p {height: inherit; font-size: 30px;}
    .main-cont-1 ._in p span {font-size: 14px; line-height: 24px;}
    .main-cont-1 ._in br {display: none;}

    .main-cont-2 {height: 600px; padding: 60px 20px;}

    .main-cont-3 {padding: 60px 20px;}
    .main-cont-3 ._in {}
    .main-cont-3 ._in p {font-size: 14px; line-height: 24px; white-space: normal; word-break: normal;}
	.main-cont-3 ._in p._bold {margin: 15px 0 0 0; /*text-align: left;*/ float: none;}
    .main-cont-3 ._in span {font-size: 12px; line-height: 22px;}
    .main-cont-3 ._in p a {font-size: 18px;}
}


/*SECTION TITLE*/

.section-title{
	font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #111;
    font-weight: 400;
    letter-spacing: -2px;
    margin-bottom: 50px;
}
.section-title:before{
	content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #3D7D97;
    margin: 0px auto 15px;
    transform: rotate(-45deg);
}




/*--------------------------- gnb*/


.gnb-area{
	position: fixed;
    width: 100px;
    height: 100%;
    vertical-align: top;
    background: #fff;
    border-right: 1px solid #e1e1e1;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 999;
}
.fix-menu{
    position: relative;
    background: #fff;
    height: 100%;
}
.hbg-box {
    position: relative;
    background: #4b3d2d;
    width: 100px;
    height: 100px;
}
.hbg-box small {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
}
.hbg{
	width:40px;
	height:53px;
	position: absolute;
    top: 23px;
    left: 30px;
	cursor:pointer;
}
.hbg, .hbg span{
	display:inline-block;
	box-sizing: border-box;
}
.hbg span{
	position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px
}
.hbg span:nth-of-type(1) {
    top: 0;
}

.hbg span:nth-of-type(2) {
    top: 10px;
}

.hbg span:nth-of-type(3) {
    top: 20px;
}

.gnb-util{
	position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}
.gnb-util li{border-bottom: 1px solid #ececec;}
.gnb-util li:last-child{margin-bottom:0;}
.gnb-util li a {width: 100px; height: 100px; padding: 18px 0;}
.gnb-util li a span {display: block; font-size: 20px; font-weight: 500; color: #040404; margin-top: 8px;}

.gnb-util li.gnb-phone-1 span {font-size: 16px;}
.gnb-util li.gnb-phone-2 span {font-size: 12px;}
/*nav-open*/

.open-menu{
	position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    background: #fff;
    right: 0;
    bottom: 0;
    transition: .5s;
	opacity: 0;
	transform: translateX(-100%);
	z-index: 999;
}
.open-menu.on{
    transform: translateX(0%);
	opacity:1;
	transition: .5s;
}
.open-menu .hbg{
    left: auto;
    right: 40px;
}
.open-menu .hbg span:nth-of-type(1) {
    -webkit-transform: translateY (10px) rotate (-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.open-menu .hbg span:nth-of-type(2) {
    opacity: 0;
}

.open-menu .hbg span:nth-of-type(3) {
    -webkit-transform: translateY(-22px) rotate(45deg);
    transform: translateY(-22px) rotate(45deg);
}

.open-menu.on span {
	background-color: #040404;
}
.open-menu.on span:nth-of-type(3) {
	top: 32px;
}

.dep-1{
    padding: 0 50px;

}
.dep-1&gt;li{
    font-size: 21px;
    color: #333;
    font-weight: 400;
    letter-spacing: -1px;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
}
.dep-1&gt;li:after{
    content: '+';
    font-size: 30px;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 9px;
    color: #999;
}
.dep-1&gt;li.on{
	color:#3D7D97;
}
.dep-1&gt;li.on:after{
	 content: '';
	 width:17px;
	 height:1px;
	 background:#3D7D97;
	 top:24px;

}
.dep-2{
	display:none;
	margin-top:8px
}

.dep-2 li a{
    font-size: 16px;
    color: #888;
    height: 30px;
    line-height: 30px;
}

.open-bim{
    background: #000;
    opacity: .8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
	display:none
}


/*이용약관 등*/
.user-cont-area .user-txt{
    border: 1px solid #e5e5e5;
    padding: 50px;
    overflow-y: scroll;
    height: 550px;
    background: #f9f9f9;
}
.user-cont-area .user-txt p{
    font-size: 14px !important;
    line-height: 24px !important;
}
.user-cont-area .user-txt p b{display:block; padding:10px 0 0 ; line-height:22px; color:#303030;}

/*------------------------------------------ 1024*/

@media only screen and (max-width: 1024px){
	.main-visual{height: 600px;}
	.visual-title *{font-size:40px;line-height: 1.2;}
	.visual-title{
		margin-left: 0;
		width: 100%;
		left: auto;
		padding: 0 20px;
	}

	.main-contents{padding:0;}
	.main-contents ul li{margin-right: 20px; width: calc((100%/3) - 14px);}

	.partners{padding: 60px 30px 130px;}
}


/*------------------------------------------ 900*/

@media only screen and (max-width: 900px){

.main-cont-3 ._in .contact-info {width:100%;}


    .hbg-box {
        width: 70px;
        height: 70px;
    }
    .hbg-box .hbg {left: 14px; height: 22px;}
	.hbg-box .hbg small {display: none;}
	.gnb-area{
        min-width: 320px;
		width: 100%;
		background: none;
		border-right: 0;
		height:auto
	}
	.fix-menu{
		height: 70px;
	    border-bottom: 1px solid #e5e5e5;
		box-sizing: border-box;
	}
	.gnb-util{
		right: 30px;
		left: auto;
		width: auto;
		bottom: auto;
		top: 17px;
	}
	.gnb-util li{
		margin-bottom: 0;
		display: inline-block;
		margin-left: 15px;
		vertical-align: middle;
		border: none;
	}
    .gnb-util li a{
        width: inherit;
        height: inherit;
        padding: 0;
    }
    .gnb-util li a span {
    	display: none;
    }
	#container{padding-left: 0; padding-top: 70px;}
}

/*------------------------------------------ 767*/

@media only screen and (max-width: 767px){
.hbg-box small {display: none;}
.fix-menu .hbg{top:25px; left: 14px;}
.main-visual {height: 350px;background: url(/images/kor17r-18-0409/main/main_visual.jpg) no-repeat center center/cover;}
	.visual-title * {font-size: 25px;}
	.main-contents ul li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.visual-title p {font-size: 14px; font-weight: 300; letter-spacing: 1px; margin-bottom: 5px;}

    .gnb-util{top: 17px;}
	.gnb-util li a span {display: none;}

	.main-cont-3 ._in p._bold br{display:inline-block;}
	/*.main-cont-3 ._in p._bold .la_mail {padding-left:55px;}*/
}

/*------------------------------------------ 480*/

@media only screen and (max-width: 480px){
	#L_SITE_LOGO { padding: 90px 0 40px;}

    .hbg-box {width: 55px; height: 55px;}

	.fix-menu{height: 55px;}

	#container{padding-top: 55px;}
	.fix-menu .hbg{top:16px;left: 7px;}

	.gnb-util{top:12px; right:12px}
	.gnb-util li img {width: 80%;}
	.gnb-util li{margin-left:0}

	.open-menu{width:80%}
	.open-menu .hbg span:nth-of-type(3) {
		-webkit-transform: translateY(-14px) rotate(45deg);
		transform: translateY(-14px) rotate(45deg);
	}
    .open-menu.on span:nth-of-type(3) {top: 24px;}
	.main-contents {padding: 0;}

	.partners{padding: 40px 20px 130px;}
	.section-title{margin-bottom: 40px; font-size: 35px;}

	#footer{padding:0 20px 50px}
	.footer-menu li {margin: 0 5px;}
	.footer-menu li a{font-size: 12px;}
}</pre></body></html>