@charset"utf-8";
/* Font */
@import url(font_mont.css);
/* Guide
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.
*/

/* Reset
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', 'Noto Sans KR', AppleGothic, Arial, Helvetica, sans-serif;
}

dl,
li,
menu,
ol,
ul {
    list-style: none;
    color: #666
}

body {
    font-family: 'Montserrat', 'Noto Sans KR', AppleGothic, Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: normal;
    color: #666
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0 !important
}

iframe {
    border: none;
    width: 100%
}

em {
	font-style:normal;
}

a {
    font-family: 'Montserrat', 'Noto Sans KR', AppleGothic, Arial, Helvetica, sans-serif;
    color: inherit;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

a:active,
a:focus,
a:hover {
    text-decoration: none !important;
    color: #7b1818;
}

img {
    max-width: 100%
}

textarea {
    max-width: 100%;
    resize: none
}

.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/kor05r-18-0411/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
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {
    min-width: 1200px;
    overflow-x: hidden;
}

.top-notice {
    height: 58px;
    line-height: 58px;
    background-color: #444547;
}

.top-notice .top-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.top-notice p {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
	text-align:center;
}

#header {
    position: absolute;
    top: 58px;
    z-index: 1000;
    width: 100%;
}

#header:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
}

#header>.header_in {
    z-index: 1;
    position: relative;
    top: 0;
    padding: 0;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
}

#L_SITE_LOGO {
    position: absolute;
    width: 178px;
    height: 60px;
}

#L_SITE_LOGO h1 {
    position: relative;
    display: table;
    height: 100%;
    font-size: 0;
}

#L_SITE_LOGO h1 a {
    display: table-cell;
    vertical-align: middle;
}

/* Login (로그인 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.login_box {
    position: absolute;
    top: -30px;
    right: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.login-menu {
    max-width: 1228px;
    position: relative;
    margin: 0 auto
}

.login-menu li a {
    font-weight: 600;
    color: #fff;
}

.login-menu li:first-child:after {
    display: none;
}

/* Navigation (상단 메뉴)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#menuArea {
    display: inline-block;
    padding-left: 298px;
}

#gnb {
    z-index: 9999999
}

.gnb-bg,
.m-menu-close,
.m-menu-open {
    display: none
}

.sub-menu {
    display: none
}

.navigation .menu-item>a {
    display: block;
    font-weight: 700;
    color: #000;
    letter-spacing: 0
}
.navigation .menu-item:hover > a {
    background: #274c72;
	color:#fff;
}

.navigation .menu-item {
    position: relative;
    float: left;
    display: inline-block;
    width: calc(100% /5);
}

.navigation .menu-item:first-child {
    margin-left: 0
}


.sns_box {
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%;
    padding: 15px 0;
}

.sns_box li {
    display: inline;
    float: left;
    margin-left: 10px;
}

.sns_box li:first-child {
    margin-left: 0;
}

.sns_box li a {
    display: block;
}

/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.btn {
    text-transform: uppercase;
    border-radius: 0;
    line-height: 24px
}

.btn:active,
.btn:focus {
    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: #3d427c;
    border-color: #3d427c;
    color: #fff
}

.btn-custom:focus,
.btn-custom:hover {
    background-color: #36384e;
    border-color: #36384e;
    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:focus,
.btn-custom-outline:hover {
    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: #ab7763
}

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer {
    padding: 0 0 80px 0;
    width: 100%;
    background: #373534;
    color: #fff;
}

.footer-area {
    margin: 0 auto;
    max-width:1280px;
    box-sizing: border-box;
    word-break: keep-all;
}

#footer li {
    font-size: 12px;
    letter-spacing: 0;
    color: #adadad;
}

#footer p {
    letter-spacing: 0;
}

.footer-menu {
    background-color: #CCCCCC;
    padding: 30px 0;
}

.footer-menu .top-inner_ {
    max-width: 1280px;
    margin: 0 auto;
}

.footer-menu .top-inner_ li a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 400;
}

.footer-menu .top-inner_ li span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 400;
}

.footer-menu {
    margin: 0 auto 30px;
}

.footer-menu li {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    line-height: 8px;
    border-left: 1px solid #000;
}

.footer-menu li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.footer-menu li a {
    line-height: 8px;
    font-size: 12px;
    color: #fff;
}

.footer-info {
    font-size: 0;
    border-bottom: 1px solid #5f5d5d;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.footer-info .hidden {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    text-indent: -9999em;
    overflow: hidden;
}

.footer-info dd {
    display: inline-block;
    word-break: keep-all;
    line-height: 1.4;
    font-size: 15px;
    color: #ccc;
}

.footer-info dd span {
    font-size: 12px;
    margin: 0 5px
}

.footer-info dd a {
    color: #ccc
}

.footer-info dd a:hover {
    color: #ffd800
}

.footer-info .copy {
    margin-top: 10px;
    display: block
}

.footer-info p {
    font-size: 15px;
    color: #ccc;
    line-height: 1.4;
    word-break: keep-all;
    margin-bottom: 10px;
}

.big-txt {
    font-size: 27px;
    color: #1895D8;
    margin-bottom: 25px;
    line-height: 1.4;
}
.big-txt.big2_ {
    font-size: 27px;
	font-weight:600;
	white-space: pre-line;
}

.foot-point {
    color: #fff;
}

.foot-point span {
    font-size: 17px;
    margin: 0 4px;
}

.with-info {
    font-size: 16px;
    margin-bottom: 5px;
    color: #eeeeee;
}

.with-info a {
    color: #42baff;
}

.with-info a:hover {
    color: #ffd800;
}

.footer-area .pd-b {
    padding-bottom: 20px;
}

.footer-area span.copy {
    letter-spacing: 1px;
    font-weight: 100;
}

/* Main Visual (메인이미지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

@keyframes mymove {
    50% {
        background-size: 100%
    }
}

.main-visual {
	position:relative;
}
.carousel-inner>.item {
    height: 900px
}

/* .carousel-inner>.item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}*/

.carousel-inner>.item.main-img01 {
    background: url("../images/main/twi001t2480277.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    background-size: 120%;
    animation: mymove 30s infinite;
}

.main-visual .carousel-caption {
    top: 45%;
    left: 0;
    right: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    text-shadow: none;
    width: 100%;
}

.main-visual .carousel-caption .slogan {
    display: block;
    color: #1d3764;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    text-align: right;
}

.carousel-inner>.item .slogan h3 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
}

.carousel-inner>.item .slogan h2 {
    font-size: 55px;
    line-height: 1.3;
    font-weight: 600;
	color: #f68b1e;
}

.carousel-inner>.item .slogan p {
    padding-top: 60px;
    font-size: 25px;
    line-height: 1.4;
}

.main-visual .carousel-caption strong {
    font-size: 70px;
    line-height: 70px;
    display: block;
    letter-spacing: 2px
}

.main-visual .carousel-caption span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0
}

.main-visual .carousel-control {
    background: none;
    text-shadow: none
}

.main-visual .carousel-control,
.main-visual .carousel-control:focus,
.main-visual .carousel-control:hover {
    opacity: 1
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    width: 85px;
    height: 85px;
    right: 20%
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    width: 85px;
    height: 85px;
    left: 20%
}

.main-visual .glyphicon-chevron-left:before,
.main-visual .glyphicon-chevron-right:before {
    content: "";
    display: block;
    width: 85px;
    height: 85px;
    border: 1px solid #fff
}

.main-visual .glyphicon-chevron-left:before {
    background: url("../images/kor05r-18-0411/main/prev_btn.png") no-repeat center center
}

.main-visual .glyphicon-chevron-right:before {
    background: url("../images/kor05r-18-0411/main/next_btn.png") no-repeat center center
}

.main-visual .main-btn-wrap {
    position: absolute;
    bottom: 50px;
    width: 1280px;
    left: 50%;
    margin-left: -640px;
}

.main-visual .main-btn-wrap ul:after {
    content: "";
    display: block;
    clear: both;
}

.main-visual .main-btn-wrap ul li {
    width: 50%;
    float: left;
}

.main-visual .main-btn-wrap ul li span:hover {
    background-color: rgba(35,152,220,0.7);
    border: 2px solid transparent;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.main-visual .main-btn-wrap ul li span {
    position: relative;
    display: block;
    min-height: 165px;
    border: 2px solid #f68b1e;
    margin: 10px;
    cursor: pointer;
    padding: 43px 35px;
    background-color: rgb(246,139,30);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.main-visual .main-btn-wrap ul li span:after {
    content: "";
    display: block;
    position: absolute;
    left: 35px;
    bottom: 20px;
    width: 50px;
    height: 30px;
    background-image: url(../images/main/arrow-w.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.main-visual .main-btn-wrap ul li span dl dt strong {
    color: #fff;
    font-size: 25px;
	line-height:1.2;
    font-weight: 600;
	display:block;
}
.main-visual .main-btn-wrap ul li span dl dt small {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    display: block;
	padding-bottom:5px;
}


.main-visual .main-btn-wrap ul li span dl dd {
    position: absolute;
    right: 30px;
    top: 44px;
}

.carousel-indicators {
    bottom: 17%
}

.carousel-indicators li {
    margin: 5px;
    width: 15px;
    height: 15px;
    background: none;
    border: 0;
    border: 3px solid #fff;
    border-radius: 0;
}

.carousel-indicators .active {
    margin: 5px;
    width: 30px;
    height: 15px;
    background: #fff;
    box-sizing: border-box
}

.main-img01 .img_objt {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
}

.main-img01 .img_objt p {
    max-width: 1280px;
    margin: 0 auto;
}

.main-visual .carousel-caption .slogan a {
    border: 2px solid #fff;
    font-size: 18px;
    padding: 0 41px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-top: 50px;
}

.main-visual .carousel-caption .slogan a:hover {
    background-color: #fff;
    color: #7b1818;
}

/* slide list 두 번째 */

.img_objt.bg_full {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    background-color: #6a0303;
}

.img_objt.bg_full .txt_lg {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.img_objt.bg_full .txt_lg dt {
    font-size: 160px;
    line-height: 108px;
    color: #fff;
}

.img_objt.bg_full .txt_lg span {
    display: block;
    font-size: 30px;
}

.img_objt.bg_full .txt_lg dd a {
    display: inline;
    margin-left: 26px;
    font-size: 24px;
    color: #fff;
}

.img_objt.bg_full .txt_lg dd a:first-child {
    margin-left: 0;
}

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Main Contents (메인 컨텐츠)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#main-contents {
    z-index: 88;
}

#main-contents>section>div {
    margin: 0 auto;
    padding: 100px 0;
    width: 1280px;
    box-sizing: border-box;
}

#main-contents>section>div:after {
    content: "";
    display: block;
    clear: both;
}

#main-contents .sec_title h2 {
    position: relative;
    margin-bottom: 120px;
	font-weight:600;
    font-size: 45px;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
    word-break: keep-all;
    line-height: 1.3;
}

#main-contents .sec_title h2:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 45px;
    margin-top: 90px;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
}

.section02 .check-list li {
    width: 100%;
    padding: 20px 65px;
    padding-left: 100px;
    font-size: 28px;
    color: #000;
    line-height: 1.4;
    background-color: #f5f5f5;
    background-image: url('/images/kor06r-17-0383/sec02_check.png');
    background-repeat: no-repeat;
    background-position: left 65px top 28px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .3s ease-out;
    letter-spacing: -1px;
    word-break: keep-all;
}

.section02 .check-list li:hover {
    background-color: #fadb63;
}

.section02 .check-all {
    width: 100%;
    margin-top: 70px;
    padding: 30px 0;
    position: relative;
    background: #f86072;
    border-radius: 100px;
}

.section02 .check-all p {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    margin-left: 65px;
    letter-spacing: -1px;
}

.section02 .check-all p br {
    display: none;
}

.section02 .check-all a {
    border-radius: 100px;
    display: inline;
    padding: 18px 30px;
    line-height: 1;
    font-size: 32px;
    font-weight: 500;
    color: #ffdd57;
    text-align: center;
    background: #4a0009;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    letter-spacing: -1px;
    right: 20px;
    top: 20px;
}

.section02 .check-all a:hover {
    background: #ffcb00;
    color: #000;
}

.section02 .check-all a img {
    margin-left: 10px;
    position: relative;
    top: -4px;
}

.section02 .check-all a ._on {
    display: none;
}

.section02 .check-all a:hover ._off {
    display: none;
}

.section02 .check-all a:hover ._on {
    display: inline;
}

.section03 {
    background-color: #b1def2;
    background-image: url('../images/main/sec03_bg01.jpg'), url('../images/main/sec03_bg02.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
}

.section03 .flow ul {
    margin: 0 -20px;
}

.section03 .flow ul:after {
    content: "";
    display: block;
    clear: both;
}

.section03 .flow li {
    float: left;
    margin: 0 20px;
    width: calc(33.33% - 40px);
    border-radius: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 30px 25px;
    min-height: 240px;
}

.section03 .flow li:nth-child(1) {
    background-image: url('/images/kor06r-17-0383/flow_icon01.png');
    background-position: top 32px right 40px;
}

.section03 .flow li:nth-child(2) {
    background-image: url('/images/kor06r-17-0383/flow_icon02.png');
    background-position: top 30px right 20px;
}

.section03 .flow li:nth-child(3) {
    background-image: url('/images/kor06r-17-0383/flow_icon03.png');
    background-position: top 27px right 20px;
}

.section03 .flow li h3 {
    font-size: 29px;
    color: #008aca;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.section03 .flow li h3 span {
    display: block;
    width: 100px;
    padding: 7px 5px;
    line-height: 1;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #008aca;
    margin-bottom: 8px;
    border-radius: 50px;
}

.section03 .flow li h3 br {
    display: none;
}

.section03 .flow li p {
    font-size: 20px;
    color: #454545;
    line-height: 1.4;
    word-break: break-all;
}

.section03 .flow li:nth-child(3) p {
    letter-spacing: -1px;
}

.section04 {
    background-image: url('../images/main/tip101t026795.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 0;
}

.section04:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0) 100%);
}

.section04 .main-section-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px 0;
}

.section04 .main-section-inner:after {
    content: "";
    display: block;
    clear: both;
}

.section04 .main-section-inner .order-form {
    position: relative;
    z-index: 3;
    max-width: 584px;
    float: left;
}

.section04 .main-section-inner .order-form small {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.section04 .main-section-inner .order-form h3 {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    letter-spacing: -2px;
}

.section04 .main-section-inner .order-form label {
    display: block;
    padding-top: 7px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

.section04 .main-section-inner .order-form select,
.section04 .main-section-inner .order-form input {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    border: none;
    background: none;
    border-bottom: 3px solid #000;
    padding-left: 15px;
    box-sizing: border-box;
}

.section04 .main-section-inner .order-form input[type="checkbox"] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 5px;
    display: inline-block;
}

.section04 .main-section-inner .order-form .boan_ {
    line-height: 3;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.section04 .main-section-inner .order-form .phone_ label span {
    display: block;
    width: 33.333%;
    float: left;
    overflow: hidden;
}

.section04 .main-section-inner .order-form .phone_:after {
    content: "";
    display: block;
    clear: both;
}

.section04 .main-section-inner .order-form input::placeholder {
    color: #000;
}

.section04 .main-section-inner .order-form .phone_ input {
    margin-left: 10px;
}

.section04 .main-section-inner .order-form .phone_ span:first-child input {
    margin-left: 0;
}

.section04 .main-section-inner .order-form .info_ {
    margin: 25px 0;
}

.section04 .main-section-inner .order-form .info_ p {
    font-size: 17px;
}

.section04 .main-section-inner .order-form .info_ p span {
    display: inline-block;
    vertical-align: middle;
}

.section04 .main-section-inner .order-form .btn_ button {
    border: none;
    display: block;
    text-align: center;
    width: 100%;
    background-color: #fff;
    height: 66px;
    line-height: 66px;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #000;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    border-radius: 5px;
}

.section04 .main-section-inner .order-dong {
    position: relative;
    z-index: 3;
    float: right;
    max-width: 584px;
    background-color: rgba(255, 255, 255, 0.7);
    min-height: 480px;
    box-sizing: border-box;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.section04 .main-section-inner .order-dong h4 {
    display: block;
    background-color: rgba(80, 99, 117, 0.7);
    color: #fff;
    line-height: 1.6;
    padding: 10px 0 10px 30px;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -2px;
    border-radius: 10px 10px 0 0;
}

.section04 .main-section-inner .order-dong>div {
    padding: 20px 30px;
}

.section04 .main-section-inner .order-dong strong {
    display: block;
    font-size: 19px;
    letter-spacing: -1px;
    padding-bottom: 10px;
}

.section04 .main-section-inner .order-dong small {
    display: block;
    font-size: 15px;
    letter-spacing: -1px;
    padding-bottom: 10px;
}

.section04 .main-section-inner .order-dong p {
    font-size: 16px;
    line-height: 1.3;
    word-break: break-word;
    letter-spacing: -1px;
    padding-bottom: 10px;
}

.section04 .main-section-inner .order-dong ul li span {
    text-decoration: underline;
    padding-left: 20px;
}

.section04 .main-section-inner .order-dong ul {
    padding-bottom: 10px;
    padding-left: 15px;
}

.section04 .main-section-inner .order-dong p:last-child {
    padding-bottom: 0;
}

.section05 {
    background: #fff4c9;
}

.section05 .sec05-inner {
    width: 1280px;
    display: table
}

.section05 .sec05-inner .title {
    display: table-cell;
    width: 55%;
    vertical-align: middle;
    background-image: url('/images/kor06r-17-0383/sec06_img.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 170px;
}

.section05 .sec05-inner .title h2 {
    font-size: 50px;
    color: #000;
    margin-bottom: 30px;
    word-break: keep-all;
    line-height: 1.3;
}

.section05 .sec05-inner .title p {
    font-size: 28px;
    color: #000;
    line-height: 1.4;
    word-break: keep-all;
}

.section05 .sec05-inner .form-area {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
}

.section05 .box {
    background: #fff;
    padding: 25px 35px;
    border-radius: 10px;
}

.modal-body {
    position: relative;
    margin: 50px;
    height: 700px;
    overflow: auto;
}

.modal-body p {
    font-size: 16px;
    white-space: pre-line;
}

.modal-body-small {
    position: relative;
    margin: 30px;
    width:360px;
    height: 150px;
}

.modal-body-small p {
    font-size: 16px;
    white-space: pre-line;
    color:#000;
}

.modal-dialog {
	width:auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%) !important;
}

.modal-open-small {
    overflow: visible;
}

.modal-sponsor dl {
	height: 376px;
	position:relative;
}
.modal-sponsor dl dt {
	float:left;
	display:block;
	width:60%;
	padding:20px;
}
.modal-sponsor dl dd {
	float:left;
	display:block;
	width:40%;
	padding:20px;
	position:relative;
	height:100%;
}
.modal-sponsor dl dd span {
	display:block;
	text-align:left;
	font-size:16px;
	line-height:1.7em;
	color:#000;
}
.modal-sponsor dl dd span.logo {
	line-height:2.7em;
	height:150px;
}
.modal-sponsor dl dd span.c-name {
	font-weight: 600;
	font-size: 20px;
	color: #000;
	padding-top: 20px;
	line-height: 1.3em;
}
.modal-sponsor dl dd span.site {
	border-bottom: 1px solid #ccc;
	padding-bottom:20px;
}
.modal-sponsor dl dd span.site a {
	color:#000;
	font-weight:500;
	padding-bottom: 20px;
	margin-bottom: 85px;
}
.modal-sponsor dl dd span.file a {
	font-size: 13px;
	font-weight: 400;
	background-color: #0054A6;
	color: #fff;
	text-align: left;
	padding: 3px 10px 3px 37px;
	margin: 5px 0;
	display: table;
	border-radius: 5px 5px 5px 0;
	position: absolute;
	bottom: 14px;
	left: 18px;
}
.modal-sponsor dl dd span.file a:before {
	display: block;
	content: "";
	position: absolute;
	left: 10px;
	top: 5px;
	width: 20px;
	height: 20px;
	background-image: url(/images/sub/doc_down.svg);
}
.modal-sponsor dl dd span.zoom a {
	margin-top: 10px;
	position: absolute;
	bottom: 15px;
	right: 0;
}
.modal-sponsor dl dd span.zoom a img {
	width: 140px;
}
.modal-content .close_ {
    position: absolute;
    right: 10px;
    top: -40px;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    font-weight: 300;
    font-size: 30px;
    z-index: 100;
    border: none;
    line-height: 1;
    border-radius: 5px 5px 0 0;
}
.modal-body p {
    font-size: 16px;
    white-space: pre-line;
	color:#000;
}
h4.modal-title {
	font-size:25px;
	text-align:center;
	color:#000;
	font-weight:600;
}


@media only screen and (min-width: 320px) {
    body {
        overflow-x: hidden
    }
}

@media only screen and (min-width: 1025px) {
    .login-menu ul {
        text-align: right;
        line-height: 0;
        font-size: 0
    }
    .login-menu li:first-child {}
    .login-menu li {
        position: relative;
        display: inline-block;
        padding: 0 20px;
        line-height: 30px;
        font-size: 12px
    }
    .login-menu li:after {
        content: '';
        position: absolute;
        top: 10px;
        left: -2px;
        width: 1px;
        height: 11px;
        background-color: #fff
    }
    .login-menu li:after:last-child {
        display: none
    }
    .login-menu li:after:first-child(3) {
        display: none
    }
}


@media only screen and (min-width: 1025px) {
    #menuArea {
        width: 100%;
        box-sizing: border-box;
    }
    #gnb .login-menu {
        display: none
    }
    .navigation {
        margin-top: 0;
        text-align: center;
        line-height: 60px;
    }
    .navigation .menu-item>a {
        line-height: 60px;
        font-size: 20px
    }
    .sub-menu {
        border-top: 1px solid transparent;
        z-index: 999;
        position: absolute;
        top: 60px;
        left: 0;
        min-width: 196px;
    }
    .sub-menu li {
        text-align: center;
        line-height: 64px
    }
    .sub-menu li:first-child {
        border-top: 0
    }
    .sub-menu li a {
        position: relative;
        display: block;
        padding: 20px 11px 20px 21px;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        line-height: 1.2;
        font-size: 16px;
        color: #fff;
        background: #274c72;
    }
    .sub-menu li a:active,
    .sub-menu li a:hover {
        background: #274c72;
        color: #000;
        font-weight: 500;
    }
}

@media screen and (min-width:1025px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -42.5px
    }
}


@media only screen and (min-width:769px) {
    .section02 .check-all a {
        position: absolute;
    }
}
@media only screen and (max-width:1200px) {

	.navigation .menu-item>a {
		font-size:17px;
	}
    .main-visual .carousel-caption {
        padding: 0 20px;
    }
    .main-visual .carousel-caption p {
        font-size: 40px;
    }
    .footer-area {
        padding: 0 20px;
    }
    .carousel-control {
        display: none;
    }
    #gnb .login-menu {
        display: none
    }
    .sub-menu ul {
        margin: 0 auto;
        width: 100%
    }
    .navigation .menu-item:hover {
        background-color: #fff;
    }
    #wrapper {
        min-width: 320px
    }
    #header>div {
        width: 100%
    }
    #L_SITE_LOGO {
        padding: 0 20px
    }
	.main-visual .main-btn-wrap {
		position:relative;
		bottom:auto;
		width:100%;
		left:auto;
		margin:0;
	}
	.main-visual .main-btn-wrap .inner_ {
		padding:20px;
		margin:30px 0;
	}
	.main-visual .main-btn-wrap ul li span dl dt small {
		font-size:15px;
	}
	.main-visual .main-btn-wrap ul li span dl dt strong {
		font-size:20px;
	}
	.main-visual .main-btn-wrap ul li span dl dd {
		top:24px;
	}

	.main-visual .main-btn-wrap ul li span {
		border:none;
		background-color:rgb(0 138 202);
		padding:24px 20px;
	}
	#main-contents>section>div {
        width: 100%;
        padding: 100px 30px;
    }
    .section02 .check-all p br {
        display: block;
    }
    .section02 .check-all a {
        top: 36px;
    }
	
	.section03 .flow li h3 {
		font-size:24px;
	}
	.section03 .flow li p {
		font-size:16px;
	}
    .section03 .flow li h3 br {
        display: block;
    }
    .section03 .flow ul {
        margin: 0 -10px;
    }
    .section03 .flow li {
        margin: 0 10px;
        width: calc(33.33% - 20px);
        min-height: 235px;
    }
    .section03 .flow li p br {
        display: none;
    }
    .section05 .sec05-inner {
        width: 100%;
    }
    .section05 .sec05-inner .title {
        width: 50%;
    }
    .section05 .sec05-inner .form-area {
        width: 50%;
    }
	.section04 .main-section-inner {
		padding:50px 30px;
	}
	.section04 .main-section-inner .order-form {
		margin-bottom:50px;
	}
	.section04 .main-section-inner .order-dong,
	.section04 .main-section-inner .order-form {
		width:100%;
		max-width:100%;
		float:none;
	}
	.footer-menu {
		padding-left:20px;
		padding-right:20px;
	}
}

@media only screen and (max-width:1024px) {
    #header {
        position: relative;
        top: 0;
    }
    #header:after {
        height: 48px;
    }
    #header>div {
        height: 48px
    }
    #header>.header_in {
        height: 48px
    }
    #header>.header_in h1 {
        line-height: 48px
    }
    #L_SITE_LOGO {
        text-align: left;
        margin-top: 0;
        height: 48px;
    }
    #L_SITE_LOGO a {
        display: inline-block;
        line-height: 48px
    }
    #L_SITE_LOGO img {
        width: 155px
    }
	.navigation .menu-item:hover>a {
		color:#000;
	}
    .section05 .sec05-inner .title h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .section05 .sec05-inner .title p {
        font-size: 22px;
    }    .carousel-inner>.item {
        height: 680px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 60px;
        height: 60px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -30px
    }
    .main-visual .glyphicon-chevron-left:before,
    .main-visual .glyphicon-chevron-right:before {
        width: 60px;
        height: 60px;
        background-size: 16px
    }
    .main-visual .carousel-caption {
        padding: 0 20px;
    }
    .main-visual .carousel-caption p {
        font-size: 40px;
    }
    .main-img01 .img_objt {
        width: calc(100% / 2);
    }
}

@media only screen and (max-width:1024px) {
	.top-notice p {
		font-size:20px;
		padding-left:10px;
	}
	#L_SITE_LOGO img {
		width:99px;
	}
    #header>.login_box {
        display: none
    }
    .login-menu {
        position: relative;
        top: 0;
        right: 0
    }
    .login-menu ul {
        margin: 0;
        padding: 20px 15px;
        text-align: center;
        background-color: #f7f7f7;
    }
    .login-menu ul:after {
        content: "";
        display: block;
        clear: both
    }
    .login-menu li {
        float: left;
        margin-left: 15px;
        width: calc(33.33% - 10px)
    }
    .login-menu li:first-child {
        margin-left: 0
    }
    .login-menu li a {
        display: block;
        text-align: center;
        width: 100%;
        line-height: 30px;
        font-size: 13px;
        border: 1px solid #aaa;
        box-sizing: border-box;
        background-color: #000;
    }
    #main-contents .sec_title h2 {
        margin-bottom: 85px;
        font-size: 40px;
    }
    #main-contents .sec_title h2:after {
        height: 35px;
        margin-top: 70px;
    }
    .section02 .check-list li {
        font-size: 20px;
        padding: 20px 40px;
        padding-left: 75px;
        background-position: left 40px top 25px;
    }
    .section02 .check-all p {
        font-size: 28px;
    }
    .section03 .flow li {
        padding: 25px 20px;
        min-height: 260px;
    }
    .section03 .flow li:nth-child(1) {
        background-size: 46px;
        background-position: top 28px right 25px;
    }
    .section03 .flow li:nth-child(2) {
        background-size: 80px;
        background-position: top 26px right 15px
    }
    .section03 .flow li:nth-child(3) {
        background-size: 74px;
        background-position: top 27px right 15px;
    }
    .section03 .flow li h3 {
        font-size: 24px;
    }
    .section03 .flow li h3 span {
        width: 90px;
        padding: 7px 5px;
        font-size: 17px;
    }
    .section03 .flow li p {
        font-size: 18px;
    }
    .section05 .box {
        padding: 20px;
    }
    .section05 .sec05-inner .title {
        display: block;
        width: 100%;
        background-size: 76px;
        padding-left: 100px;
    }
    .section05 .sec05-inner .form-area {
        display: block;
        width: 100%;
        margin-top: 30px;
    }
    .section05 .sec05-inner .title p br {
        display: none;
    }
	    #menuArea {
        margin-left: 170px;
    }
    #gnb {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        padding: 48px 48px 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background: #fff
    }
    #gnb .login-menu {
        display: block;
        border-top: 1px solid #eceae6
    }
    .m-menu-open {
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
        padding: 15px 10px;
        width: 48px;
        height: 48px;
        cursor: pointer
    }
    .m-menu-open span {
        display: block;
        margin-top: 6px;
        width: 100%;
        height: 3px;
        background: #000
    }
    .m-menu-open span:first-child {
        margin-top: 0
    }
    .m-menu-close {
        z-index: 1000;
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
        width: 48px;
        height: 48px;
        cursor: pointer;
        padding: 15px 11px;
		z-index:99999;
    }
    .m-menu-close span {
        position: relative;
        top: 7px;
        left: 0;
        display: block;
        width: 25px;
        height: 2px;
        background: #000;
        transform: rotate(45deg)
    }
    .m-menu-close span:first-child {
        transform: rotate(-45deg);
        top: 9px
    }
    .navigation {
        border-top: 1px solid #eceae6;
    }
    .navigation .menu-item {
        position: relative;
        display: block;
        margin-left: 0;
        padding: 0;
        text-align: left;
        float: none;
        width: 100%;
    }
    .navigation .menu-item>a {
        padding: 0 15px;
        width: 100%;
        line-height: 50px;
        font-size: 17px;
        transition: none;
        border-bottom: 1px solid #eceae6;
        color: #353535
    }
    .navigation .menu-item.on>a {}
    .sub-menu {
        width: 100%;
        background: #f7f7f7
    }
    .sub-menu li {
        border-bottom: 1px solid #eceae6
    }
    .sub-menu li a {
        display: block;
        padding: 0 20px;
        line-height: 40px;
        font-size: 13px;
        color: #353535
    }
    .sub-menu li a:before {
        display: inline-block;
        content: "";
        position: relative;
        top: -4px;
        margin-right: 7px;
        width: 5px;
        height: 1px;
        background: #fff
    }
    .gnb-bg {
        z-index: 888;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }
    .sns_box {
        position: relative;
        right: 0;
        padding: 10px 15px;
        height: 51px;
        border-bottom: 1px solid #eceae6;
    }
    .sns_box li a {
        background-color: #fff;
        border-radius: 50px;
        border: 1px solid #eceae6;
    }
	.modal-body p {
		font-size:14px;
	}
}

@media only screen and (max-width:768px) {
	.carousel-inner>.item .slogan h3 {
		font-size:30px;
	}
	.carousel-inner>.item .slogan h2 {
		font-size:50px;
	}
	.carousel-inner>.item .slogan p {
		font-size:19px;
		line-height:1.3;
	}
	.main-visual .main-btn-wrap ul li span {
		padding: 65px 26px 10px;
	    min-height: 161px;
		margin:5px;
	}
	.main-visual .main-btn-wrap ul li span dl dt {
		font-size:18px;
		letter-spacing:-1px;
	}
	.main-visual .main-btn-wrap ul li span dl dd {
		position: absolute;
		right: auto;
		top: 24px;
	}
	.main-visual .main-btn-wrap ul li span dl dd img {
		max-width: 70%;
	}
	.main-visual .main-btn-wrap ul li span:after {
	    left: 29px;
	    width: 35px;
	    height: 24px;
	}
    .carousel-inner>.item {
        height: 380px
    }
    .carousel-indicators {
        bottom: 30px
    }
    .main-visual .carousel-caption p {
        font-size: 24px;
        line-height: 1.4;
    }
    .main-visual .carousel-caption strong {
        font-size: 60px;
        line-height: 60px
    }
    .main-visual .carousel-caption span {
        font-size: 13px;
        line-height: 21px;
        letter-spacing: -1px
    }
    .main-visual .glyphicon-chevron-left:before,
    .main-visual .glyphicon-chevron-right:before {
        width: 40px;
        height: 40px;
        background-size: 12px
    }
    .main-visual .carousel-caption .slogan a {
        font-size: 14px;
        padding: 0 15px;
        height: 30px;
        line-height: 27px;
        margin-top: 15px;
    }
    .img_objt.bg_full .txt_lg dt {
        font-size: 80px;
        line-height: 70px;
    }
    .img_objt.bg_full .txt_lg span {
        font-size: 25px;
    }
    .img_objt.bg_full .txt_lg dd a {
        margin-left: 5px;
        font-size: 16px;
    }
    #gnb {
        padding: 48px 0 0;
    }
    .login-menu li a {
        font-weight: 400;
    }
    .navigation .menu-item>a {
        font-weight: 400;
    }
    #header>div {
        padding: 0 10px;
        height: 50px
    }
    #L_SITE_LOGO a {
        line-height: 48px
    }
    #main-contents>section>div {
        padding: 60px 20px;
    }
	
    .back-to-top {
        width: 50px;
        height: 50px;
        right: 20px;
    }
    .section02 .check-all {
        text-align: center;
        border-radius: 10px;
    }
    .section02 .check-all p {
        padding-bottom: 20px;
        margin-left: 0;
    }
    .section02 .check-all a {
        padding: 17px 0;
        font-size: 26px;
        right: 0;
        top: 0;
        margin: 0 auto;
        display: block;
        width: 260px;
    }
    .section03 {
        background-size: 65%;
    }
    .section04 .review {
        position: relative;
        overflow: hidden;
        height: 450px;
    }    
	#footer {
        padding: 30px 0 10px;
    }
    .footer-area {
        box-sizing: border-box;
    }
    .footer-info {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .footer-info dd {
        font-size: 13px;
        letter-spacing: -0.03em;
    }
    .footer-info dd span {
        font-size: 10px;
        margin: 0 4px
    }
    .big-txt {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .foot-point span {
        font-size: 14px;
        margin: 0 3px;
    }
    .with-info {
        font-size: 13px;
        margin-bottom: 3px;
    }
    .footer-area .pd-b {
        padding-bottom: 10px;
    }
	.section04 .main-section-inner .order-dong h4 {
		font-size:20px;
	}
	.section04 .main-section-inner .order-dong p {
		font-size:15px;
	}
	.section04 .main-section-inner .order-dong>div {
		padding:10px 15px;
	}
	.section04 .main-section-inner {
		padding: 30px 15px;
	}
	#main-contents>section>div {
		padding: 30px 15px;
	}
	.section04 .main-section-inner .order-form h3 {
		font-size:30px;
	}
	.modal-dialog {
		width:80%;
	}
	.modal-body {
		height:350px;
		margin:15px 25px;
		padding:0;
	}
}

@media only screen and (max-width:680px) {
	.top-notice p {
		font-size:15px;
	}
	.main-visual .main-btn-wrap .inner_ {
		margin:0;
	}
	.carousel-inner>.item .slogan h3 {
		font-size:20px;
	}
	.carousel-inner>.item .slogan h2 {
		font-size:30px;
	}
	.carousel-inner>.item .slogan p {
		font-size:16px;
	}
	.main-visual .main-btn-wrap ul li {
		width:50%;
	}
    .section03 .flow ul {
        margin: 0;
    }
    .section03 .flow li {
        margin: 20px 0 0 0;
        width: 100%;
        min-height: auto;
    }
    .section03 .flow li:first-child {
        margin: 0;
    }
    .section03 .flow li h3 br {
        display: none;
    }
	.big-txt.big2_ {
		font-size:19px;
	}
}

@media only screen and (max-width:500px) {
	.top-notice p {
		font-size:12px;
		line-height: 1.3;
		padding-top: 14px;
		letter-spacing: 0;
	    word-break: break-all;
	}
	.carousel-inner>.item .slogan p {
		font-size:16px;
		padding-top:20px;
	}
	.main-visual .main-btn-wrap .inner_ {
		padding:5px;
	}
	.main-visual .main-btn-wrap ul li span {
		padding:65px 12px 10px;
	}

	.main-visual .main-btn-wrap ul li span dl dt {
		font-size:15px;
	}
    #main-contents .sec_title h2 {
        margin-bottom: 60px;
        font-size: 28px;
    }
    #main-contents .sec_title h2:after {
        height: 25px;
        margin-top: 50px;
    }
    .section02 .check-list li {
        font-size: 18px;
        padding: 15px 25px;
        padding-left: 50px;
        background-position: left 25px top 20px;
        background-size: 16px;
        margin-bottom: 8px;
    }
    .section02 .check-all {
        margin-top: 30px;
    }
    .section02 .check-all p {
        font-size: 20px;
    }
    .section02 .check-all a {
        padding: 15px 0;
        font-size: 20px;
        width: 200px;
    }
    .section02 .check-all a img {
        margin-left: 7px;
        top: -2px;
        width: 26px;
    }
    .section03 .flow li h3 {
        font-size: 20px;
    }
    .section03 .flow li h3 span {
        width: 80px;
        padding: 6px 3px;
        font-size: 15px;
    }
    .section03 .flow li p {
        font-size: 17px;
        letter-spacin: -1px;
        word-break: keep-all;
    }
    .section04 .review {
        margin-top: 20px;
        height: 400px;
    }
    .section05 .box {
        padding: 20px 15px;
    }
    .section05 .sec05-inner .title {
        background-size: 60px;
        padding-left: 80px;
    }
    .section05 .sec05-inner .title h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .section05 .sec05-inner .title p {
        font-size: 17px;
        line-height: 1.3;
    }
}

@media only screen and (max-width:480px) {
    #main-contents .section02 h2:after {
        margin-top: 85px;
    }
	
    .carousel-inner>.item {
        height: 250px
    }
}
