@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,400,500,700,900&display=swap&subset=korean'); */

@font-face {
    font-family: 'GmarketSansLight';
    src: url('/park/assets/font/GmarketSansLight.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('/park/assets/font/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('/park/assets/font/GmarketSansBold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 400;
    src:
        url("/park/assets/font/NotoSansKR-Regular.woff2") format('woff2'),
        url("/park/assets/font/NotoSansKR-Regular.woff") format('woff'),
        url("/park/assets/font/NotoSansKR-Regular.otf") format('opentype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 500;
    src:
        url("/park/assets/font/NotoSansKR-Medium.woff2") format('woff2'),
        url("/park/assets/font/NotoSansKR-Medium.woff") format('woff'),
        url("/park/assets/font/NotoSansKR-Medium.otf") format('opentype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 700;
    src:
        url("/park/assets/font/NotoSansKR-Bold.woff2") format('woff2'),
        url("/park/assets/font/NotoSansKR-Bold.woff") format('woff'),
        url("/park/assets/font/NotoSansKR-Bold.otf") format('opentype');
}

/* font-family: 'Noto Sans KR', sans-serif; */
/* Common */
html {
    height: 100%;
    -webkit-text-size-adjust: none;
}

body {
    height: 100%;
    text-align: left;
    font-size: 17px;
    color: #555;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-family: 'GmarketSansMedium', 'Noto Sans KR', sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
form,
fieldset,
p,
button,
address,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section,
summary,
mark {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
table {
    font-size: 18px;
    box-sizing: border-box;
}

input,
button,
textarea,
select {
    box-sizing: border-box;
}

/*-webkit-appearance: none*/
button,
textarea {
    appearance: none
}

img,
fieldset,
iframe {
    border: 0 none
}

li {
    list-style: none
}

img,
input,
select,
button,
textarea {
    vertical-align: middle;
    box-sizing: border-box;
}

img {
    max-width: 100%
}

em,
address,
optgroup {
    font-style: normal
}

label,
button {
    cursor: pointer
}

label {
    top: 2px;
    position: relative;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none
}

a,
::after,
::before {
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #555;
    color: inherit;
}

hr {
    display: none
}

legend,
caption {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px
}

p {
    text-align: left;
    word-break: keep-all
}

dt,
dd,
li {
    ;
    word-break: keep-all
}

table {
    width: 100%;
    font-weight: 400;
    border-spacing: 0
}

br {
    font-family: 'Dotum';
}

/* hidden contents */
.skip,
.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    z-index: -1
}

#skip_navi {
    position: absolute;
    top: 0;
    height: 0px;
    width: 100%;
    z-index: 150;
}

#skip_navi a {
    display: block;
    height: 1px;
    width: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

#skip_navi a:focus,
#skip_navi a:active {
    display: block;
    top: 0;
    width: 100%;
    height: 45px;
    padding: 10px 0;
    background: #021b87;
}

.inner {
    position: relative;
    width: 1415px;
    margin: 0 auto;
}

/*#subcontent .inner {position:relative; max-width:1200px; margin:0 auto;}*/


/* blind */
.blind {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    /* opacity:0;filter:alpha(opacity=0); */
}

* + html .blind {
    height: 0;
}

caption.blind {
    position: relative;
}


.pd0 {
    padding: 0 !important;
}

.ptb40 {
    padding: 40px 0;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pppp10 {
    padding: 10px !important;
}

.pppp15 {
    padding: 15px !important;
}

.pppp20 {
    padding: 20px !important;
}

.pppp30 {
    padding: 30px 40px !important;
}

/* margin */
.mt-25 {
    margin-top: -25px !important;
}

.mt-40 {
    margin-top: -40px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr8 {
    margin-right: 8px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.ml-20 {
    margin-left: -20px !important;
}

.ml-15 {
    margin-left: -15px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml70 {
    margin-left: 70px !important;
}

/* width */
.wid_100p {
    width: 100% !important;
}

.wid_50p {
    width: 50% !important;
}

.wid_80px {
    width: 80px;
}

.wid_100px {
    width: 100px;
}

.wid_150px {
    width: 150px;
}

.wid_200px {
    width: 200px;
}

.wid_215px {
    width: 215px;
}

.wid_240px {
    width: 240px;
}

.wid_250px {
    width: 250px;
}

.wid_285px {
    width: 285px;
}

.wid_315px {
    width: 315px;
}

.wid_360px {
    width: 360px;
}

.wid_395px {
    width: 395px;
}

.wid_400px {
    width: 400px
}

.wid_420px {
    width: 420px
}

.wid_450px {
    width: 440px
}

.wid_465px {
    width: 465px;
}

.wid_490px {
    width: 490px;
}

.wid_500px {
    width: 500px;
}

.wid_540px {
    width: 540px;
}

.wid_600px {
    width: 600px;
}

.wid_650px {
    width: 650px;
}

.wid_670px {
    width: 670px;
}

.wid_680px {
    width: 680px;
}

.wid_690px {
    width: 690px;
}

.wid_700px {
    width: 700px;
}

/* li line-height */
.lin_h30 li {
    line-height: 30px !important
}

.li_mb5 li {
    margin-bottom: 5px !important
}

.li_mb10 li {
    margin-bottom: 10px !important
}

/* float해제 */
.hig100p {
    height: 100%;
    overflow: hidden;
}

.flo_clear:after {
    display: block;
    clear: both;
    content: ''
}

.cr:after {
    display: block;
    clear: both;
    content: ''
}

/* font-size */
.fon_11 {
    font-size: 11px !important;
}

.fon_12 {
    font-size: 12px !important;
}

.fon_13 {
    font-size: 13px !important;
}

.fon_14 {
    font-size: 14px !important;
}

.fon_15 {
    font-size: 15px !important;
}

.fon_16 {
    font-size: 16px !important;
}

.fon_17 {
    font-size: 17px !important;
}

.fon_18 {
    font-size: 18px !important;
}

.fon_19 {
    font-size: 19px !important;
}

.fon_20 {
    font-size: 20px !important;
}

.fon_21 {
    font-size: 21px !important;
}

.fon_22 {
    font-size: 22px !important;
    line-height: 30px !important
}

/* font-color */
.col_oran,
.col_oran a {
    color: #ff663a !important;
}

.col_yell {
    color: #ffff00 !important;
}

.col_blue {
    color: #0085db !important
}

.col_blue2 {
    color: #0e51b8 !important
}

.col_blue3 {
    color: #0040B8 !important
}

.col_green {
    color: #338001 !important;
}

.col_gray {
    color: #676767 !important;
}

.col_red,
.col_red a {
    color: #952518 !important;
}

.col_red2,
.col_red2 a {
    color: #990000 !important;
}

.col_purple {
    color: #8055b4 !important;
}

.col_black {
    color: #000 !important;
}

.col_violet {
    color: #e814af !important;
}

/* 들려쓰기 */
.txt_ind-15 {
    text-indent: -15px
}

.txt_ind15 {
    text-indent: 15px
}

/* font-family */
.fon_fam_ver {
    font-family: "Verdana", Arial, Helvetica, sans-serif;
}

/* font-weight */
.fon_bold {
    font-weight: bold !important;
}

.fon_nor {
    font-weight: normal !important;
}

/* letter-spacing */
.ltt_0 {
    letter-spacing: 0px
}

.ltt_1 {
    letter-spacing: -1px
}

/* underline */
.dec_line {
    text-decoration: underline;
}

.dec_line_none {
    text-decoration: none;
}

/* line-height */
.line_h20 {
    line-height: 20px;
}

/* text-align */
.txt_left {
    text-align: left !important;
}

.txt_right {
    text-align: right !important;
}

.txt_center {
    text-align: center !important;
}

/* clear:both */
.clear_b {
    clear: both;
}

/* float:left,right */
.flo_lt {
    float: left;
}

.flo_rt {
    float: right;
}

/* background-color */
.bac_blue {
    background-color: #ecf2fa;
}

.bac_gray {
    background-color: #f6f6f6;
}

/* background-image */
.bac_no {
    background: none;
}

/* text vertical-align:middle */
.v_a_top {
    vertical-align: top
}

.v_a_mid {
    vertical-align: middle
}

.v_a_bot {
    vertical-align: bottom
}

/* border */
.bor0 {
    border: 0;
}

.bor2 {
    border: 2px solid #dfdfdf;
}

.bor1_top {
    border-top: 1px solid #ccc;
}

.bor1_btm {
    border-bottom: 1px solid #ccc;
}

.brd1 {
    border: 1px solid #b7c0c4;
}

.brd1_dotted {
    border-top: 1px dotted #b7c0c4;
}

/* common type */
caption {
    margin: 0;
    font-weight: 600;
    line-height: 1.375;
    text-align: left;
}

caption .h1 {
    display: inline-block;
    padding: 0 0 .5em;
}

tbody th,
tbody td {
    text-align: left;
    vertical-align: top;
}

.horizontal_table th {
    width: 150px;
}

/* 버튼모음 */
.btn {
    text-align: center;
}

.btn a.red {
    background-color: #b61d1d;
}

.btn_blue {
    text-align: center;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    background-color: #345ba9;
    box-sizing: border-box;
    padding: 0.625rem 0;
}

.btn_blueline {
    text-align: center;
    font-weight: 600;
    color: #345ba9;
    border-radius: 5px;
    border: 1px solid #345ba9;
    box-sizing: border-box;
    padding: 0.625rem 0;
}

.btn_gray {
    text-align: center;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    background-color: #4e5460;
    box-sizing: border-box;
    padding: 0.625rem 0;
}

/* boxing */
.boxing {
    overflow: hidden
}

.boxing:after {
    content: '';
    display: block;
    clear: both
}

.boxing .leftbox {
    float: left;
}

.boxing .rightbox {
    float: right;
}

.boxing .centerbox {
    float: left
}
        