<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 */

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

▶사이즈
pc : 1170px
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;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
    color: #0e0e0e;
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: #0e0e0e;
    letter-spacing: -1px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:hover,
a:focus,
a:active,
a:link {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}
em {
	font-style:normal;
}
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: #e65b43;
}
ul:after {
	display:block;
	content:"";
	clear:both;
}
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: #e65b43;
}

.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.pc-3:after,
.pc-4:after {
	content:"";
	display:block;
	clear:both;
}
.pc-4 li {
	width:calc(100%/4);
	float:left;
}
.pc-3 li {
	width:calc(100%/3);
	float:left;
}


@media only screen and (max-width: 1200px) {
	.pc-4 li {
		width:calc(100%/2);
		margin-bottom:20px;
	}
}

@media only screen and (max-width: 600px) {
	* {
		word-break:keep-all;
	}
	.pc-4 li {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.pc-3 li {
		width:100%;
		float:none;
		margin-bottom:20px;
	}
}

#wrapper {
    position: relative;
    width: 100%;
    min-width: 340px;
    height: 100%;
}

.login-bar {
    padding: 21px 0;
    text-align: center;
    z-index: 999;
    position: relative;
}

.login-bar li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    border-left: 1px solid #ddd;
    height: 23px;
    border: 1px solid #525353;
    border-radius: 11px;
    margin-bottom: 10px;
}

.login-bar li a {
    font-size: 12px;
    line-height: 23px;
    padding: 0 14px;
    color: #525353;
    font-weight: 500;
}

.login-bar .material-icons {
    display: block;
    position: absolute;
    right: 6px;
    top: 2px;
    font-size: 18px;
    color: #fff;
}

.login-bar li:first-child {
    padding-right: 12px;
    background-color: #0b7c02;
    border: 1px solid #1c9e75;
}

.login-bar li:first-child a {
    display: block;
    width: 55px;
    color: #fff;
}

.login-bar li ul {
    position: absolute;
    left: -11px;
    top: 31px;
}

.login-bar li ul li {
    padding-right: 12px;
}

.login-bar li ul li a {
    display: block;
    margin-bottom: 38px;
    width: 55px;
}

.login-bar .lang_list {
    display: none;
    position: absolute;
    background-color: #000;
    width: 71px;
    left: -3px;
    border-radius: 10px;
    padding: 5px 0;
    top: -1px;
}

.login-bar .lang_list dd a {
    color: #fff;
    font-weight: 400;
    position: relative;
    line-height: 26px;
}

.login-bar .lang_list dd a i {
    color: #fff !important;
    right: -8px !important;
    top: 5px !important;
}

/* 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: #e65b43;
    border-color: #e65b43;
    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: 3px;
    height: 38px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #e65b43;
}

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

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.quick-banner {
    padding: 40px 0;
    width: 100%;
    background: #f4f4f4;
}

.quick-banner ul {
    margin: 0 auto;
    width: 1170px;
}

.quick-banner ul:after {
    content: "";
    display: block;
    clear: both;
}

.quick-banner li {
    float: left;
    margin-left: 12px;
    padding: 20px 0 40px;
    width: calc(33.33% - 8px);
    text-align: center;
    background: #fff;
}

.quick-banner li:first-child {
    margin-left: 0;
}

.quick-banner h3 {
    margin: 15px 0 10px;
    font-size: 26px;
}

.quick-banner .more-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 5px 40px;
    font-size: 12px;
    border-radius: 30px;
    color: #fff;
    background: #c7b299;
    border: 1px solid #c7b299;
}

.quick-banner .more-btn:hover,
.quick-banner .more-btn:active {
    border: 1px solid #e65b43;
    background: none;
    color: #e65b43;
}

.outro-section {
    padding: 80px 0;
    width: 100%;
    height: 460px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: url('/images/kor12r-17-0378/main/outro_bg.jpg') no-repeat center bottom/cover;
}

.outro-section h2 {
    font-size: 30px;
}

.outro-section h2:after {
    content: "";
    display: block;
    margin: 25px auto 40px;
    width: 38px;
    height: 5px;
    background: #fff;
}

.outro-section p {
    line-height: 1.4;
    font-size: 20px;
}

.outro-section p.call-txt {
    display: inline-block;
    margin-top: 20px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 1170px) {
    .quick-banner {
        padding: 40px 20px;
    }
    .quick-banner ul {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    .quick-banner {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .quick-banner {
        padding: 20px 10px;
    }
    .quick-banner ul {
        margin: -5px 0;
    }
    .quick-banner li {
        margin: 5px 0;
        padding: 25px 0;
        width: 100%;
    }
    .quick-banner li:first-child {
        margin: 5px 0;
    }
    .quick-banner h3 {
        font-size: 23px;
    }
    .outro-section {
        padding: 40px 15px;
        height: 300px;
        box-sizing: border-box;
    }
    .outro-section h2 {
        font-size: 23px;
    }
    .outro-section h2:after {
        margin: 20px auto 25px;
        width: 30px;
        height: 3px;
    }
    .outro-section p {
        font-size: 15px;
    }
}</pre></body></html>